Hi all,
At the moment I'm trying to make a custom profile.
It's a profile for my daily 'ritual'.
It does the daily's in TB and the dailys for the oracles, after those he fly's to the enterance of Utgarde Pinnacle which i run mannually for the blue proto drake.
Anyways, I got a little problem.
<If Condition="Me.ZoneId == 5389" >
<If Condition="HasQuestAvailable(28694) || HasQuestAvailable(28691) || HasQuestAvailable(28693) || HasQuestAvailable(28686) || HasQuestAvailable(28678) || HasQuestAvailable(28684) || HasQuestAvailable(28690) || HasQuestAvailable(28680) || HasQuestAvailable(28687) || HasQuestAvailable(28695) || HasQuestAvailable(28697)">
<CustomBehavior File="LoadProfile" ProfileName="Dailys Tol Barad.xml"/>
</If>
<RunTo X="-591.2855" Y="1402.455" Z="21.13922" />
<RunTo X="-598.3688" Y="1380.159" Z="22.00495" />
<CustomBehavior Z="-598.7656" Y="1377.974" X="21.91898" File="UseGameObject" NumOfTimes="1" ObjectId="208226"/>
</If>
I want a condition if any daily quest is available then it should load the Dailys Tol Barad.xml profile.
But like the script above, it doesn't work..
Someone has a suggestion?
At the moment I'm trying to make a custom profile.
It's a profile for my daily 'ritual'.
It does the daily's in TB and the dailys for the oracles, after those he fly's to the enterance of Utgarde Pinnacle which i run mannually for the blue proto drake.
Anyways, I got a little problem.
<If Condition="Me.ZoneId == 5389" >
<If Condition="HasQuestAvailable(28694) || HasQuestAvailable(28691) || HasQuestAvailable(28693) || HasQuestAvailable(28686) || HasQuestAvailable(28678) || HasQuestAvailable(28684) || HasQuestAvailable(28690) || HasQuestAvailable(28680) || HasQuestAvailable(28687) || HasQuestAvailable(28695) || HasQuestAvailable(28697)">
<CustomBehavior File="LoadProfile" ProfileName="Dailys Tol Barad.xml"/>
</If>
<RunTo X="-591.2855" Y="1402.455" Z="21.13922" />
<RunTo X="-598.3688" Y="1380.159" Z="22.00495" />
<CustomBehavior Z="-598.7656" Y="1377.974" X="21.91898" File="UseGameObject" NumOfTimes="1" ObjectId="208226"/>
</If>
I want a condition if any daily quest is available then it should load the Dailys Tol Barad.xml profile.
But like the script above, it doesn't work..
Someone has a suggestion?