Re: uberEmulator R63+ Breakz0nes Edit
I've found adding the catalog page for Dragons caused a disconnect - never did manage to pin down the issue, so I just made a command out of it for VIP members.
Code:
case "buydragon":
uint GeneratedId = UberEnvironment.GetGame().GetCatalog().GenerateItemId();
Pets.Pet GeneratedPet = UberEnvironment.GetGame().GetCatalog().CreatePet((uint)Session.GetHabbo().Id, Params[1], 12, "12", "CCCCCC");
Session.GetHabbo().GetInventoryComponent().AddPet(GeneratedPet);
Session.GetHabbo().GetInventoryComponent().AddItem(GeneratedId, 320, "0", true);
Session.GetHabbo().CheckPetCount(); // achievements
return true;
^ I'm not helping anyone add that, but there's the case block for a :buydragon command. Issue :buydragon <name>.
Re: uberEmulator R63+ Breakz0nes Edit
Where I can change the Hotelrooms Namens, because i change the namens in the datebase, I reload the Emulator, the Namens don't changes :( Why?
Re: uberEmulator R63+ Breakz0nes Edit
Quote:
Originally Posted by
scottstamp851
I've found adding the catalog page for Dragons caused a disconnect - never did manage to pin down the issue, so I just made a command out of it for VIP members.
Code:
case "buydragon":
uint GeneratedId = UberEnvironment.GetGame().GetCatalog().GenerateItemId();
Pets.Pet GeneratedPet = UberEnvironment.GetGame().GetCatalog().CreatePet((uint)Session.GetHabbo().Id, Params[1], 12, "12", "CCCCCC");
Session.GetHabbo().GetInventoryComponent().AddPet(GeneratedPet);
Session.GetHabbo().GetInventoryComponent().AddItem(GeneratedId, 320, "0", true);
Session.GetHabbo().CheckPetCount(); // achievements
return true;
^ I'm not helping anyone add that, but there's the case block for a :buydragon command. Issue :buydragon <name>.
Funny, thanks :)
Re: uberEmulator R63+ Breakz0nes Edit
The problems are all based around the R2 emulator! Stick to the R1 and you have a nice base to start with.
Re: uberEmulator R63+ Breakz0nes Edit
fix pets r63 build 440? :=)
Re: uberEmulator R63+ Breakz0nes Edit
Anyone knows how to fix the problem with the VIP or HC purchase not updating instantly in R1? You have to reload the client to have the clothes and stuff. Any function for reloading your habbo present in this emulator?
Re: uberEmulator R63+ Breakz0nes Edit
Server runs fine but how can i get the loader to test game out? I guess i have to wait for CMS?
Re: uberEmulator R63+ Breakz0nes Edit
Is there another emu with a very few bugs in it? Cause R1 is the best of this 3 but it stil has some bugs in it.
Re: uberEmulator R63+ Breakz0nes Edit
Quote:
Originally Posted by
tomad
Is there another emu with a very few bugs in it? Cause R1 is the best of this 3 but it stil has some bugs in it.
R2 is better than R1 xD
Re: uberEmulator R63+ Breakz0nes Edit
Quote:
Originally Posted by
FlyCoder
R2 is better than R1 xD
If you reload the room with R2 your furni are gone.
Re: uberEmulator R63+ Breakz0nes Edit
Quote:
Originally Posted by
tomad
If you reload the room with R2 your furni are gone.
Easy fix, it's somewhere in the Habbo release section, Search it :)
Re: uberEmulator R63+ Breakz0nes Edit
Quote:
Originally Posted by
FlyCoder
Easy fix, it's somewhere in the Habbo release section, Search it :)
But i'm a noob, i can't fix that :blink:
Can someone please tell me how to fix it?
Re: uberEmulator R63+ Breakz0nes Edit
Re: uberEmulator R63+ Breakz0nes Edit
Quote:
Originally Posted by
simoneihg
Any updates?:S
I thinks coming soon ;) But you can edit the emu with the sources and the ragezone code...
Re: uberEmulator R63+ Breakz0nes Edit
Wichard is working on a new emulator, It is unlikely that a r4 will be released.