Search results

  1. R

    Duel Reset

    From SymbolixDEV #include "ScriptPCH.h" class Duel_Reset : public PlayerScript { public: Duel_Reset() : PlayerScript("Duel_Reset"){} void OnDuelEnd(Player* pWinner, Player* pLoser, DuelCompleteType /*type*/) {...
  2. R

    NPC profession

    From SymbolixDEV #include "ScriptPCH.h" #include "Language.h" class Proffessions_NPC : public CreatureScript { public: Proffessions_NPC () : CreatureScript("Proffessions_NPC") {} bool OnGossipHello(Player *pPlayer, Creature* _creature) { pPlayer->ADD_GOSSIP_ITEM(GOSSIP_ICON_CHAT...
  3. R

    Hello all

    I m dev and french and i search a forum for find and/or share anything for the WoD extension
Top