qglobal Flags for players
Question is...
would there be a way to have an NPC give all players in a group/raid the flag for something upon death, like access to a zone using.. Code:
quest::setglobal([varname],[value],[options],[duration]); would it be better to have the NPC on death spawn another NPC that you hail and receive the flag? just like how POP flags people for the next tier/zones. using the same code? Also... which would be the best "options" to use? Code:
----------------------------------------- sorry for all the questions. just trying to understand all of this. Ive read the wiki a good number of times, just need confirmation that I am understanding it correctly and not have to post my quests asking if I am doing it right since I cant get it to work. thanks |
Yes, option 5 is correct. And, if you want to flag everyone on a kill, try using sub EVENT_KILLER_MERIT. Anyone who would get credit for the kill (group or raid) can be given globals or whatever using this event type.
http://www.eqemulator.net/wiki/wikka...=QuestTutorial |
Thanks Trevius, sorry for the questions, I am just trying to understand all of this. I think I am starting to get a good grasp on quest writing.
You said to try using sub EVENT_KILLER_MERIT . I dont see that one on the list, are you refering to EVENT_KILLED_MERIT? or is it a command that is not in the wiki? |
All times are GMT -4. The time now is 09:16 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.