can someone explain to me how to get the badges working? I can't see the badges and i did everything downloaded the folder put it in the htdocs it's still not working
can someone explain to me how to get the badges working? I can't see the badges and i did everything downloaded the folder put it in the htdocs it's still not working
Bots bugg need some fix
Dont walk if i do 10 secs it say
: and the word
if ido 3 secs
bot: the word
Bug;
If you place a bot in a room and then setup his speech, it randomly duplicates the speech even when the bot is gone! Not sure if it's just when you have a monsterplant in the room or not. Just noticed it.
Bit freaky. Can't seem to find why it does it ._.
need :brb command for mercury
Bug found:
- when you recycle items in ecotron/furnimatic you don't get a recycle price box.
:unban not work needs fix
Any fixes? / Fixes thread?
Please reply to this Help thread in stead of asking your questions on this one.
http://forum.ragezone.com/f333/mercu...-help-1028034/
Last edited by AskethZ; 17-09-14 at 05:33 PM.
#region Fly (:fly)
case "fly":
case "vlieg":
{
if (Session.GetHabbo().HasCmd("fly"))
{
Room currentRoom = Session.GetHabbo().CurrentRoom;
RoomUser roomUserByHabbo = null;
currentRoom = MercuryEnvironment.GetGame().GetRoomManager().GetRoom(Session.GetHabbo().CurrentRoomId);
if (currentRoom != null)
{
roomUserByHabbo = currentRoom.GetRoomUserManager().GetRoomUserByHabbo(Session.GetHabbo().Id);
if (roomUserByHabbo != null)
{
roomUserByHabbo.isFlying = true;
}
}
}
return true;
}
#endregion
Fly fix