What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

How to add a delay before moving (Ghom)?

kbone213

New Member
Joined
May 2, 2014
Messages
5
Reaction score
0
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.

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.
 
Nevermind. I just increased the delay to 6500 and it works fine. It isn't perfect and I'm sure I can do other tweaks to avoid all damage without having to get a Mara's, but it's reducing the incoming damage drastically. I'm running this on T5.
 
Back
Top