I hate how everyone flames for stealing shit without credits.
You are fucking stealing from Sulake. Hypocrites.
i guess that is true but come one would you want your work going to a paid product.. (if it was still that way)
this is awesome thanks toperwin, i seee
WAUW, this is amazing THANKSSSS!
I get error in GetRoom & GetBaseItem should i add a public bool or private...?
i like this relese, but tbh i think Aaron just takes shit of RageZone and calls it his own work -.-!
Good release thou mate i like it.
This is a good release, thanks for sharing man!
~Sean
Where should I insert that :The ItemsOnSquare Part (But I have the rest)![]()
uberEmulator R63+ Breakz0nes Edit
Ok, first search for this in the emulator:
and put the itemonsquare shit posted in the thread UNDER it.Code:else if (Item.GetBaseItem().InteractionType.ToLower() == "ball") { // todo soccer :D }
Then search for this in the emulator:
and REPLACE this by this:Code:if (ItemsOnSquare == null) { ItemsOnSquare = new List<RoomItem>(); if (UserEffects.ContainsKey(User.HabboId)) { ApplyUserEffect(User, 0); } }
Code:if (ItemsOnSquare == null) { ItemsOnSquare = new List<RoomItem>(); /*if (UserEffects.ContainsKey(User.HabboId)) { ApplyUserEffect(User, 0); }*/ }
Last edited by Someuser; 18-06-11 at 09:48 PM.