??
Posted: Wed Jul 30, 2014 2:46 pm
And he(it) possible to make a malformed which runs(roams) it stopped(arrested) with the aggro to quote(esteem) him(it) in waypoint??
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints type="TRAVEL">
<onLoad>
local triger, lastpress
local interval = 1.000 -- how quickly you have to double tap
repeat
if keyPressedLocal(settings.hotkeys.STRAFF_LEFT.key) then
keyboardRelease(settings.hotkeys.STRAFF_RIGHT.key)
end
while keyPressedLocal(settings.hotkeys.STRAFF_RIGHT.key) do
trigger = true
yrest(10)
end
if trigger == true then
if lastpress and interval > os.clock() - lastpress then
keyboardHold(settings.hotkeys.STRAFF_RIGHT.key)
else
lastpress = os.clock()
end
trigger = false
end
until false
</onLoad>
<!-- # 1 --><waypoint x="-17896" z="-3340" y="801"> </waypoint>
<!-- # 2 --><waypoint x="-18035" z="-3391" y="772"> </waypoint>
<!-- # 3 --><waypoint x="-18199" z="-3252" y="791"> </waypoint>
</waypoints>