• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Search results

  1. Pox

    C++ newbie starting to learn .

    So i am learning c++. I am i doing it correct? and yes there is probably 100 other duel reset scripts. #include "ScriptPCH.h" class DuelReset : public PlayerScript { public DuelReset() : PlayerScript("DuelReset"){} void OnDuelEnd(Player* Winner, Player* Loser...
  2. Pox

    MoP Rare List With ID and Display

    dy4jVV1R Still updating it.
  3. Pox

    [SOLVED] Custom 255 realm Need xp bar

    So me and some friends making a custom realm for 255 how do u enable xp bar for that? :3
  4. Pox

    C++ Shoot fire work at 80

    C++ Shoot fireworks at 80 fireworks work when u hit level 80. Kinda simple but i am new to c++ xD http://pastebin.com/xmG2VBJm
  5. Pox

    [Arcemu][Lua](Open bank window)

    by typing ".bank" u will open the bank window NEWhttp://pastebin.com/cMrkWk2f thnx to DarkAngel OLDhttp://pastebin.com/QQsNfrRN
  6. Pox

    [SOLVED] :VendorRemoveAllItems() (Lua)[Question]

    Whats wrong with i don't see why it wouldn't work :o do i need specific id or can i just put like "all" in there? http://pastebin.com/C1wqcjTZ local MSG_REMOVE = ".VR" function RemovesOnChat(event, player, message, type, language, pUnit) if(message == MSG_REMOVE) then...
Top