Disable UberEmu Navigator

discript

Member
Jul 12, 2010
30
1
How would i be best to to this, any help appreciated, i am currently trying to figure it out in the navigator.cs
am i on the right track or completely off?:p

-Discript:D
 

Kaz

BooYah
Staff member
Nov 16, 2010
3,064
1,025
What do you mean? like so people can not find rooms etc...

Like they will get spawned into a default room and travel via teles etc.. bit like an rp?
 

Tr0ll.

Member
Nov 20, 2010
99
5
There is a lot of things you need to play with in Messages\Requests\Navigator.CS




Here is a you may want to look at.

PHP:
private void GetRecentRooms()        {            if (!(Session.GetHabbo().Rank > 5)) return;            Session.SendMessage(Blackbird.GetGame().GetNavigator().SerializeRecentRooms(Session));        }
 

discript

Member
Jul 12, 2010
30
1
Hi guys thx for replys,
Yh kaz, like an rp, as it is for the r63 rp emu i am working on.
And thx Tr0ll, do you think you could explain more for me?

Discript:D
 

Users who are viewing this thread

Top