View Single Post
  #6  
Old 12-28-2006, 02:08 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Quote:
Originally Posted by Dymerius
Still haven't resolved this; if anyone has any ideas, I'd love to hear 'em.
Well, quest globals really is broken now - if you use anything above EQEmu-0.7.0-933 , then they will not work right. Might have been your problem before, I just realized this recently.
EQEmu-0.7.0-933 runs pretty nice, and is what I'm using.

Also, do this in you scripts;

Code:
quest::delglobal("aflag");            #delete  globals first
quest::setglobal("aflag", 1, 5, "F");   #set the new global
$aflag=undef;                          #clear any cache
Reply With Quote