I'm thinking in a different custom quest but I have a question.

Is it possible to make the quest only once per account without using tags? some code similar to RestartDelay but for all the accounts.
 
You could use a persistence system to store the accounts that did the quest, or XML or JSON (saving during worldsave*).
Otherwise i don't think there's alot of proper options available other than tags.
 
Back