Code: Select all
:distanceloop
/if n $target(distance)>=200 {
/delay 10
/goto :distanceloop
}
Moderator: MacroQuest Developers

Code: Select all
:distanceloop
/if n $target(distance)>=200 {
/delay 10
/goto :distanceloop
}
Code: Select all
:distanceloop
/delay 5
/if n $target(distance) > 199 /goto :distanceloop

Code: Select all
sub lEFTBack
/call gotoloc -205,-1596
/call gotoloc -83,-1695
/delay 10
/if $taget(name)=="NULL" {
/call gotoloc -205,-1596
/goto :spawngone
}
/call cast "Dooming Darkness"
/call gotoloc -205,-1596
/delay 10
/call cast "Splurt"
/call gotoloc -270,-1591
/if $taget(name)=="NULL" {
/goto :spawngone
}
/call gotoloc -579,-1261
/sit
:catchloop
/delay 10
/if n $target(distance) > 100 /goto :catchloop
/stand
/if $taget(name)=="NULL" {
/goto :spawngone
}
/pet attack
/call cast "Invoke Fear"
/call cast "Envenomed Bolt"
/call gotoloc -518,-1263
/delay 10
/call cast "Dooming Darkness"
/sit
:deadloop
/if n $target(hp,pct)!=0 {
/delay 10
/goto :deadloop
}
/delay 50
/stand

Code: Select all
/if n $target(distance) > 100 /goto :catchloop
Code: Select all
/if n $target(distance[color=red][/color])>100 /goto[color=#FFFFFF][/color] :catchloop



Code: Select all
Sub Wanderer
/call gotoloc -271,-1593
/sit
:distanceloop
/delay 10
/if n $target(distance)>199 /goto :distance loop
/stand
/if $taget(name)=="NULL" {
/goto :spawngone
}
/call cast "Dooming Darkness"
/call gotoloc -468,-1541
/delay 10
/if $taget(name)=="NULL" {
/goto :spawngone
}
/call cast "Splurt"
/call gotoloc -468,-1272
/call gotoloc -579,-1261
/sit
:catchloop
/delay 10
/if n $target(distance)>100 /goto :catchloop
/stand
/if $taget(name)=="NULL" {
/goto :spawngone
}
/pet attack
/call cast "Invoke Fear"
/call cast "Envenomed Bolt"
/call gotoloc -518,-1263
/delay 10
/call cast "Dooming Darkness"
/sit
:deadloop
/if n $target(hp,pct)!=0 {
/delay 10
/goto :deadloop
}
/delay 50
/stand
Code: Select all
Sub Wanderer
/call gotoloc -271,-1593
/sit
:distanceloop
/delay 10
/if n $target(distance)>199 /goto :distance loop
/stand
/if $target(name)=="NULL" /goto :spawngone
/call cast "Dooming Darkness"
/call gotoloc -468,-1541
/delay 10
/if $target(name)=="NULL" /goto :spawngone
/call cast "Splurt"
/call gotoloc -468,-1272
/call gotoloc -579,-1261
/sit
:catchloop
/delay 10
/if n $target(distance)>100 /goto :catchloop
/stand
/if $target(name)=="NULL" /goto :spawngone
/pet attack
/call cast "Invoke Fear"
/call cast "Envenomed Bolt"
/call gotoloc -518,-1263
/delay 10
/call cast "Dooming Darkness"
/sit
:deadloop
/delay 10
/if n $target(hp,pct)!=0 /goto :deadloop
/delay 50
/standCode: Select all
/if $target(name)=="NULL" /return

Code: Select all
Sub Wanderer
/call gotoloc -271,-1593
/sit
:distanceloop
/delay 10
/if n $target(distance)>199 /goto :distance loop
/stand
/if $target(name)=="NULL" {
/goto :spawngone
}
/call cast "Dooming Darkness"
/call gotoloc -468,-1541
/delay 10
/if $target(name)=="NULL" {
/goto :spawngone
}
/call cast "Splurt"
/call gotoloc -468,-1272
/call gotoloc -579,-1261
/sit
:catchloop
/delay 10
/if n $target(distance)>100 /goto :catchloop
/stand
/if $target(name)=="NULL" {
/goto :spawngone
}
/pet attack
/call cast "Invoke Fear"
/call cast "Envenomed Bolt"
/call gotoloc -518,-1263
/delay 10
/call cast "Dooming Darkness"
/sit
:deadloop
/if n $target(hp,pct)!=0 {
/delay 10
/goto :deadloop
}
/delay 50
/stand
/target "Legionnaire Toralitides's corpse"
/target "Legionnaire Perticon's corpse"
:corpseloop
/face
/call autorun 1
/if n $target(distance)>16 /goto :corpseloop
/loot
/delay 20
:lootloop
/mouseto corpse $lootnum
/click left
/delay 5
/if $cursor(id)!="NULL" {
/echo $cursor(id)
/if n $cursor(id)==14866 {
/click left destroy
}
/if n $cursor(id)==14865 {
/click left destroy
}
/if n $cursor(id)==31748 {
/click left destroy
}
/if n $cursor(id)==14864 {
/click left destroy
}
/if n $cursor(id)==10755 {
/click left destroy
} else {
/click left auto
}
/delay 5
/varadd lootnum 1
/goto :lootloop
}
/call autorun 0
/click left corpse done
/delay 10
:spawngone
/call gotoloc -365,-1561
/sit
/return
Code: Select all
/if $target(name)=="NULL" { Code: Select all
/if "$target(name)"=="NULL" {
donations for this month's patches.