ServUO Version
Publish 57
Ultima Expansion
Endless Journey
So I know how to make a normal quest non repeatable either using an account tag or a done once bool, however I am not sure how to make the newer mondains quests non repeatable and I can't seem to find an example. Has anyone done this using the newer quest system?
 
Mondain Quests are using BaseQuest, and BaseQuest has DoneOnce that you can override
 
Back