Search results

  1. N

    Mercury v3.2

    @13rad how do we get them to save to the database then.
  2. N

    Mercury v3.2

    @Hepic the online count is a easy fix search for " | ROOM COUNT: ", in LowPriorityWorker and replace the online count and the blank under online count with this : " | ONLINE COUNT: ", clientCount, the problem i have i will now ask LOL why isnt the chatlogs working
  3. N

    Any Emulator - Coding addons for your Emulator

    By the looks of it it has no rotation function :(
  4. N

    Any Emulator - Coding addons for your Emulator

    could you fix this @Moonshine : case 157: if (!Session.GetHabbo().HasFuse("cmd_spin")) { if (Params[1] == "stop") ChatCommandHandler.isSpinning.Remove((int)...
  5. N

    [UberCMS] Add-ons.

    you got the sparkles image @Jerry_
  6. N

    Gold Tree Emulator Edited

    (FRIENDSTREAM) as long as you have it disabled you wont get d/c
  7. N

    Any Emulator - Coding addons for your Emulator

    you add them in chatcommandhandler.cs with microsoft visual studio fastwalk GTE thanks in advance :D
  8. N

    GOLD-TREE-EMULATOR

    same :P
  9. N

    GOLD-TREE-EMULATOR

    Session.SendNotification("Please reload room to see the effect"); replace with that should give you a notification :D
  10. N

    GOLD-TREE-EMULATOR

    should ask you to reload room to apply :/ lookiing at the code it should anyways.
  11. N

    GOLD-TREE-EMULATOR

    make sure the case numbers are the same in the chatcommandhandler.cs and rolemanager.cs noticed code is listed as seperate case numbers debug after both numbers match : and add ALTER TABLE `permissions_ranks` ADD `cmd_faceless` enum('1','0') NOT NULL DEFAULT '1'; ALTER TABLE...
  12. N

    Any Emulator - Coding addons for your Emulator

    ok so the return false didnt work i played around and got it working :p code below : case 9909: { if (!Session.GetHabbo().HasFuse("cmd_allaroundme"))...
  13. N

    Any Emulator - Coding addons for your Emulator

    Allaround me Phoenix (Tested on Habtown.co.uk) case number: { if (Session.GetHabbo().Rank > 5) { class2 = Phoenix.GetGame().GetRoomManager().GetRoom(Session.GetHabbo().CurrentRoomId)...
  14. N

    Pet problems GTE

    close thread admin solved :D
  15. N

    Pet problems GTE

    cannot create pets past a0 pet30 ive added extra pet breeds in getpetbreeds in emulator and added pets into swf but they dont show any1 know a fix
  16. N

    HELP command wont work

    converted a command found in a phoenix edit well 2 buy and sell room however i have a problem it don't update currency reply if you think you could fix it :D
  17. N

    Client not connecting to emu!

    i said that also thanks wikd for pointing out same as me :D
  18. N

    Converting phoenix commands to goldtree

    case 155: TargetClient = Phoenix.GetGame().GetClientManager().GetClientByHabbo(Session.GetHabbo().Username); if (!ChatCommandHandler.isBrb.ContainsKey((int) Session.GetHabbo().Id)) { class2 = Phoenix.GetGame().GetRoomManager().GetRoom(Session.GetHabbo().CurrentRoomId); RoomUser talk =...
  19. N

    Client not connecting to emu!

    And get the swf recommended for the emu I have a working swf for latest plus 2.5 just let me know
  20. N

    Client not connecting to emu!

    If its newest ui make sure the rs4.php os in swfs amd it can find a express install swf in your files ive done plus tuts and it's always something simple :D
Top