MMOCoin

Likes Likes:  0
Results 1 to 6 of 6

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Beginner

    Join Date
    May 2010
    Posts
    2
    Post Thanks / Like
    Rep Power
    16
    Reputation
    1
    Hello i use Racechanger and RenameNPC ok but i have errors .... Rename is fast ... Rename npc has SD2 script"renamenpc" and i try "RenameNPC" but npc dysfunctional... Racechanger has error
    1>..\scripts\custom\racechanger.cpp(297) : error C2039: 'pGossipSelect_Item' : is not a member of 'Script'
    1> c:\users\glararan\desktop\new mangos\9839\src\bindings\scriptdev2\include\../ScriptMgr.h(29) : see declaration of 'Script'



    My ScriptMgr.h
    //Methods to be scripted
    bool (*pGossipHello )(Player*, Creature*);
    bool (*pGOGossipHello )(Player*, GameObject*);
    bool (*pQuestAccept )(Player*, Creature*, const Quest*);
    bool (*pGossipSelect )(Player*, Creature*, uint32, uint32);
    bool (*pGOGossipSelect )(Player*, GameObject*, uint32, uint32);
    bool (*pGossipSelectWithCode )(Player*, Creature*, uint32, uint32, const char*);
    bool (*pGOGossipSelectWithCode )(Player*, GameObject*, uint32, uint32, const char*);
    bool (*pQuestSelect )(Player*, Creature*, const Quest*);
    bool (*pQuestComplete )(Player*, Creature*, const Quest*);
    uint32 (*pNPCDialogStatus )(Player*, Creature*);
    uint32 (*pGODialogStatus )(Player*, GameObject*);
    bool (*pChooseReward )(Player*, Creature*, const Quest*, uint32);
    bool (*pItemHello )(Player*, Item*, const Quest*);
    bool (*pGOHello )(Player*, GameObject*);
    bool (*pAreaTrigger )(Player*, AreaTriggerEntry*);
    bool (*pItemQuestAccept )(Player*, Item*, const Quest*);
    bool (*pGOQuestAccept )(Player*, GameObject*, const Quest*);
    bool (*pGOChooseReward )(Player*, GameObject*, const Quest*, uint32);
    bool (*pItemUse )(Player*, Item*, SpellCastTargets const&);
    bool (*pEffectDummyCreature )(Unit*, uint32, SpellEffectIndex, Creature*);
    bool (*pEffectDummyGameObj )(Unit*, uint32, SpellEffectIndex, GameObject*);
    bool (*pEffectDummyItem )(Unit*, uint32, SpellEffectIndex, Item*);
    bool (*pEffectAuraDummy )(const Aura*, bool);



    Can you post me your Scriptmgr.h for add on apply it?



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  3. #2
    Senior Sergeant
    MikExV™'s Avatar
    Join Date
    Feb 2010
    Location
    Ohio
    Posts
    117
    Post Thanks / Like
    Rep Power
    17
    Reputation
    35
    No clue, it could be a script error, or you. But I said I didn't test them so I am not 100% shore.

    Just got my pc back

  4. #3
    Contributor
    LiLLeCarl's Avatar
    Join Date
    Jan 2009
    Posts
    106
    Post Thanks / Like
    Rep Power
    19
    Reputation
    84
    Move this thread to mangos scripts cause its made for mangos
    Whos dat "LilleCarl"

    Its LilleCarl OMGBBQLOLZXD

 

 

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •