Thread: quest_globals
View Single Post
  #2  
Old 12-01-2007, 10:59 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

KLS: Fixed: qglobals will now not be exported for npcs that do not have the qglobal flag set in the perl parser.

Meaning, any NPC that uses a global has to have a 1 in its qglobal column in npc_types in order to use it. This breaks some stuff on PEQ, but I already have PoP working properly again, and everything else will be corrected as the reports come in.

The fixes will be in the next CVS dump of the db.

The reason this was fixed was simply to save on CPU load. Before, EVERY NPC could accept a global, now only the ones specified will.
Reply With Quote