I am currently running with the Three Musketeers Ghom profile, but I have also tried the one by Rosco power: http://www.thebuddyforum.com/demonbuddy-forum/demonbuddy-profiles/act-3/155181-a3-kill-ghom.html
I have tried adding this code before the actual stepping forward that I found in a guide on how to create your own profiles, but it does not seem to work as intended.
Could anyone possibly help me figure out a way to create a small delay before moving forward so that Ghom will cast his first gas cloud, then we move to the area between the gas?
Is my code faulty? I have no experience with PHP.
I have tried adding this code before the actual stepping forward that I found in a guide on how to create your own profiles, but it does not seem to work as intended.
Code:
<If condition="IsActiveQuest(93697) and IsActiveQuestStep(1) and CurrentWorldId == 103209">
<!-- Wait 3 seconds -->
<WaitTimer questId="93697" waitTime="3000"/>
<LogMessage output="Waiting 3 seconds for Gas"/>
Could anyone possibly help me figure out a way to create a small delay before moving forward so that Ghom will cast his first gas cloud, then we move to the area between the gas?
Is my code faulty? I have no experience with PHP.