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?