Quest unresponsive (fyi)
Creating this thread in hopes that someone, who was uninformed as myself, is able to find this thread via the search feature and save them time...
If your character has GM status, your quests will be unresponsive (NPC's will not respond to hails or other "/say" commands). #gm off will fix it for you. I just spent 15 mins trying to figure out why my NPC's were not responding to the recent quests I came up with. Oye - silly. Keywords: hail does not work quest text does not work gm status and it's side effects I imagine there are a number of small little things such as this... if there is already a list - woops, wasn't able to locate it. |
I am not experiencing this problem.
You're saying that if you hail one of your quest NPC's with #gm on, nothing happens, but if you do nothing else but enter "#gm off" and then hail them again, it works? And if you do "#gm on" again, you get nothing again? If this is the case, would you mind posting the Perl code for a quest that's doing this for you? |
Shendare is correct. GM status does not affect quests.
|
interesting
It must have been an issue with my perl code.
As now, it's working - with gm status on/off. I know this isn't really a support forum... but - the NPC now responds to everything correctly, except for one portion. When I trade him 1000 plat, he'll respond with the text, but quest::scribespells(); does not work...? Code:
#An indocution character setup to greet new players And assist old. |
You have to put a level, or use $ulevel to let them scribe to their current level.
quest::scribespells(60); or quest::scribespells($ulevel); |
thanks!
Thanks!
This guide failed to mention that... http://wizardportal.dyndns.org/eqemu...estLexicon.pdf (was linked off of http://wizardportal.dyndns.org/eqemu/eq.html) |
http://www.eqemulator.net/wiki/wikka...=QuestTutorial
Has a fairly complete list of the commands and variables. |
This might actually be a good opportunity to add a default value if we don't put one in. I'll see if I can get to this at some point (unless someone beats me to it :))
|
All times are GMT -4. The time now is 02:16 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.