-
[UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
Find: private void GetPub()
Replace:
Code:
private void GetPub()
{
uint Id = Request.PopWiredUInt();
RoomData Data = UberEnvironment.GetGame().GetRoomManager().GenerateRoomData(Id);
if (Data == null)
{
return;
}
if (Data.Type == "private")
{
PrepareRoomForUser(Data.Id, "");
}
GetResponse().Init(453);
GetResponse().AppendUInt(Data.Id);
GetResponse().AppendStringWithBreak(Data.CCTs);
GetResponse().AppendUInt(Data.Id);
SendResponse();
}
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
I don't get what this does?
Anyone explain it :D
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
Yeah, what winterpartys said. All I can read from the code it actives public rooms or something...which is weird..
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
No, you can now add guestrooms to the public thingies :P
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
ohh i get what this is now. Thanks for the clarification PEjump2
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
where to change ??? which file
---------- Post added at 02:41 PM ---------- Previous post was at 02:12 PM ----------
which file must i change to get working this stuff
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
Thanks for this, im looking on getting categories to work :)
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
which file must i change to get working this stuff
answe r plss i need this :(
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
must i change room.cs or navigator.cs ?? i tryd but didnt found the line :(
help me pleasee :(
which filee??
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
If I think I know what this is, Very nice (: saves time from going inside database and doing it yourself.
Some help for the new people:
Tpye ctrl + F in C# and type in the box private void GetPub() and click find. And replace that with the code given.
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
david , djmatias which file say it please :(
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
Just press search entire solution on the find tool
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
i know how to find it & replace but idont know where to change the file..
which file at the emu folder??
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
which filee answer please ;((( :((((
---------- Post added at 02:33 PM ---------- Previous post was at 01:00 PM ----------
;( matias answer please and all the other guys.
i need this tab to working :(
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
Change the file
Messages > Rooms.cs
Put it in there
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
yh this is real good post a screenshot
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
but show me a print, maybe I might have something wrong with
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
Didnt worked ;(
i tryed that in 3 difrent uberemus but i got evrytime the same error
i got 7 errors with response
and i searched for public void GetPub() in room.cs but it didnt found this line :S so i puted this navi code at any public void
but didnt worked :(
which emus did u all use ?
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
If only C# would debug for me ;)
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
Quote:
Originally Posted by
taylan
Didnt worked ;(
i tryed that in 3 difrent uberemus but i got evrytime the same error
i got 7 errors with response
and i searched for public void GetPub() in room.cs but it didnt found this line :S so i puted this navi code at any public void
but didnt worked :(
which emus did u all use ?
This is SpazzLake SVN use that its the most up-to-date server out.
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
it kinda fails i click special effects and i d/c i click wired furni and i d/c :S
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
Quote:
Originally Posted by
rafa95123
but show me a print, maybe I might have something wrong with
You need type Guest, don't type guest. the 'G' need Uppercase:thumbup1:
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
doesnt worked at spazz emu
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
help me please ;( which emus will work for this code ?? :(
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
Quote:
Originally Posted by
SpazzEmu
This is SpazzLake SVN use that its the most up-to-date server out.
not really, theres other emulators that have been in private development -.-
---------- Post added at 02:23 PM ---------- Previous post was at 02:15 PM ----------
Quote:
Originally Posted by
taylan
help me please ;( which emus will work for this code ?? :(
are you stupid or is it just me? because it says uberemu in the thread name?!?
---------- Post added at 02:25 PM ---------- Previous post was at 02:23 PM ----------
by the way, the only issue with loading rooms from the public tab is that it just doesn't load room rights, well the right to move furniture etc. You can still turn on water fountains for example or change rubbish bins.
If you load room from the guest tab, it works 100% and you can move furniture etc. I'll fixing it now, will post fix here soon.
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
Nice release mate! Keep it up :)
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
ijay,Dauphin14 which emus did u use ??
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
answer please i need this one code a lot :(
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
we used uberEMU. I have an edit of my own, but just use Slaxxers.
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
which emu of slaxxers ?
can u giveme the url of the thread? or the download url please :(
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
i searched on slaxxers uberemu at room.cs this line : private void GetPub()
but didnt found -.-
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
Quote:
Originally Posted by
taylan
i searched on slaxxers uberemu at room.cs this line : private void GetPub()
but didnt found -.-
Okay, seriously. Only use these snippets if you know what to do with them, don't spam please help me, because it's REALLY annoying...
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
acedemic can u give me the url of the right slaxers ubermu ? pleasee
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
thank u academic ;)
but i debuged and cant add any private room to the official tab at the navigator :S
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
You aren't doing it write. lawl.
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
academic can u explain me how to add a private room to the official rooms ?
or insert a Sql code plss
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
-
Re: [UBEREMU] Navigator Public-tab: Private and Public rooms[UBEREMU]
Wow thanks for this release can add some nice rooms to public ;)