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