purpledrankk
New Member
- Joined
- Oct 11, 2014
- Messages
- 20
How would i go about verifying if a jump was successful?
For example, I'm using the following code in a shiphand profile I'm working on.
At the moment the bot makes the first jump about 50% of the time (its a tricky jump, I've tweaked the XYZ's many times)... when it fails the jump, it continues on running around until the following steps are performed and then attempts the jump again.
For example, I'm using the following code in a shiphand profile I'm working on.
Code:
<If Condition="Buddy.PublicQuest.CanInteract(36844, -166.5899, -493.564026, 139.565781, 10)">
<MoveTo X="-129.5517" Y="-510.272766" Z="158.79483" MapId="1232" Range="1" RunOnce="true" />
<Jump FromX="-137.63945" FromY="-510.1988" FromZ="151.824036" ToX="-140.172668" ToY="-505.6318" ToZ="150.083023" MapId="1232" DoubleJump="true" />
<Jump FromX="-150.343582" FromY="-500.195648" FromZ="143.897766" ToX="-157.766464" ToY="-498.995667" ToZ="142.559662" MapId="1232" DoubleJump="true" />
<Interact CreatureId="36844" CreatureName="Hull Breach" MapId="1232" X="-166.5899" Y="-493.564026" Z="139.565781" RunOnce="true" SkipIfNpcNotFound="true" InteractRange="10" CanRunDuringCombat="true" />
<Jump FromX="-156.558716" FromY="-498.829" FromZ="141.59613" ToX="-142.977844" ToY="-510.1563" ToZ="136.36087" MapId="1232" DoubleJump="true" />
</If>
At the moment the bot makes the first jump about 50% of the time (its a tricky jump, I've tweaked the XYZ's many times)... when it fails the jump, it continues on running around until the following steps are performed and then attempts the jump again.
Last edited: