Quest Globals broken
Since I began using the latest build I've been having a problem with quest globals.
Here is a quick example: Code:
sub EVENT_SAY{ Again, these are quest globals that all work with previous builds. Does anyone know what might be causing this? Thanks in advance, |
Code:
sub EVENT_SAY edit: Moved to Quests::Q&A edit2: Dont forget to set qglobals to 1 for the npc in npc_types table. |
Thanks, Cripp. I wasn't sure whether or not this classified as Quest support since the code referenced was simply to help give the reader understanding of what my problem is. The problem itself does not stem from any Quest script and the global variables (if you classify them as quest-related) seem to also be working properly. It seems that the problem is not quest-related at all, but, rather, lies in some other area.
Also, qglobals is true for the NPCs. Again, everything worked properly with previous builds. |
Quest globals is pretty confusing at first - took me a while to understand it. And to top it off, I was using the "EqEmu Perl Quest Lexicon" manual, which is very nice, but outdated, and information there has changed.
The new good information I found (and helped me a lot), was at the Wiki. |
Still haven't resolved this; if anyone has any ideas, I'd love to hear 'em. ;)
|
Quote:
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 |
All times are GMT -4. The time now is 11:00 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.