If you're going to write custom quests, and those quests will make use of qglobals, make sure your give the NPC access. Set their qglobals value in the DB to 1 (it defaults to 0)
Otherwise, any calls they make to $qglobals will come back undefined, and if you're using LUA, you'll crash the zone (at least, that was happening to me).
|