I need to make a quest similar to the merchant quests in the EA shards. When you are on the quest you can't use recall or player gates. Public gates are ok. Can anyone point me in the right direction. Is there something similar in the scripts that I can look at to copy from?

Edit: I got it working for the caster. Now I just need to figure out how to stop them from entering someone's gate. And figure out how to check any pack animal they have.
 
Last edited:
Assuming you did not already find a solution for this, you just need to put the same code you used for recall into Moongate.cs

The method you'll want to use is "ValidateUse"
 
Back