DMKrillu 0 Posted November 4, 2018 Share Posted November 4, 2018 Hi, is there a more elegant way to check for whether or not we already did that quest according to our /settings/FinishedQuests-Name.Server.xml than what i am using now: <QuestsSorted Action="If" NameClass="Quest.GetQuestCompleted(9616) == true" /> <QuestsSorted Action="GoToStep" NameClass="9" /> <QuestsSorted Action="EndIf" NameClass="" /> <QuestsSorted Action="Pulse" NameClass="FarmBloodElfCommunication" /> <QuestsSorted Action="PickUp" NameClass="BanditsPaladin" /> where BanditsPaladin is step 9. Also: is it possible to run a script on TurnIn where we check for our armourclass and weaponskills in order to atleast choose a 2Hand maul instead of a sword we don't have the skills for. I am dreaming of sth. like this: get player.armourclass get questreward1.armourclass get questreward2.armourclass if player.armourclass == questreward1.armourclass then chose elseif etc Link to comment https://wrobot.eu/forums/topic/10351-check-for-quest-completed/ Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now