Run Type Waypoints
Posted: Wed Dec 19, 2012 8:11 am
Hi guyz, just a question. I have this line at the start of my script:
Now, this is a script for running from point a to point b in a beginner's area. So it's very simple and I'm not using any forced waypoint commands. And from what I understand the "RUN" should make the char ignore any attacks and just keep running but my char still attacked the lvl 15 mob that hit it. So I'm wondering if this is indeed a bug or it's just me not having my profile settings set correctly.
I use a userdefault xml file for my profile btw and it looks like this:
And like with the waypoints, I'm not using a forced profile change command in my script.
Can anyone tell me what I am doing wrong? Thanks.
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints type="RUN">I use a userdefault xml file for my profile btw and it looks like this:
Code: Select all
<!-- Combat options -->
<option name="COMBAT_TYPE" value="" /> <!-- leave empty or choose ranged/melee if not using class default -->
<option name="COMBAT_RANGED_PULL" value="true" /> <!-- only important for melees -->
<option name="COMBAT_DISTANCE" value="200" /> <!-- Distance at which it starts using skills -->
<option name="COMBAT_STOP_DISTANCE" value="200" /> <!-- Distance at which it stops moving towards the target -->
<option name="MAX_FIGHT_TIME" value="15" /> <!-- Max time without damage before break -->
<option name="DOT_PERCENT" value="90" />
<option name="ANTI_KS" value="true" />
<option name="MAX_TARGET_DIST" value="225" />
<option name="PRIORITY_CASTING" value="false" /> <!-- If you want to cast attack skills by 'priority' or 'sequencially' -->
<option name="COUNT_AGGRO_ONLY" value="false" /> <!-- If you want to count only aggro mobs within range of aoe skills -->
<!-- Attack monsters 3 levels above or 10 below your level -->
<option name="TARGET_LEVELDIF_ABOVE" value="3" />
<option name="TARGET_LEVELDIF_BELOW" value="10" />
<!-- Waypoint and movement settings -->
<option name="WAYPOINTS" value="" /> <!-- leave empty to show a list -->
<option name="RETURNPATH" value="" />
<option name="PATH_TYPE" value="waypoints" /> <!-- waypoints | wander -->
<option name="WANDER_RADIUS" value="500" />
<option name="WAYPOINT_DEVIATION" value="0" />
<option name="QUICK_TURN" value="true" />Can anyone tell me what I am doing wrong? Thanks.