Bug Report; quest_globals content disappears
Any entry in the quest_global table disappears on log in. A new entry that's made via Perl quest will delete all other entrys. This is since after 933.
with version 933, globals work but limited. for example; if I use world- wide globals, they will delete all the globals in the table when used, So I have to limit to zone-wide globals.
Example;
quest::setglobal("test","2","3","F"); # zonewide.
quest::setglobal("sandy","2","7","F"); #world wide (doesn't work right).
Also, I'm pretty sure the timers do not work - for example, if you want to set a global to "time out" , it will not.
|