Recent content by nathan22

  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
Top