Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

dbl0024 said:I finally got the Macros working or so I thought,
I set it up to hunt the gnolls in Southern Plains of Karana, just outside of Split Paw, let is run for a hour before I went to bed, no problems, wrote down my level and % complete for next level,
when I woke up this morning my Bard was in the POK , check xp is was same as when I went to bed(maybe 1 or 2 killsmore) so I go to get corpse, look where I left him running in circles not there, when I find him he is on complete other side of split paw on the map
any ideas what went wrong ???
thanks
|
| We have NO Target. Try to aquire one in the proper range. If the target aquired
| is not in the proper range, then clear we go the next one, and check it.
|
:notarget
/if (${Target.ID}==FALSE) {
/twist ${SeloSong}
/delay 35
/tar NPC radius 220
:rechecktarget
/varset badtarget 0
/if (${Target.Distance}>220) /tar NPC radius 220
/if (${Target.Level}>67) /varset badtarget 1
/if (${Target.Level} > ${maxtargetlvl}) /varset badtarget 1
/if (${Target.Level} < ${mintargetlvl}) /varset badtarget 1
/if (${Target.ID}==FALSE) /goto :notarget
/if (${badtarget}==1) {
/tar NPC next
/goto :rechecktarget
}
|
| If a proper target has been aquired, now we start the twist.
|
/if (${Target.ID} <> FALSE) {
/twist ${DotOne} ${DotTwo} ${DotThree} ${DotFour}
}
}
MQ2MoveUtils.cpp(421) : error C2065: 'sti' : undeclared identifier
MQ2MoveUtils.cpp(421) : error C2146: syntax error : missing ')' before identifier 'ckHold'
MQ2MoveUtils.cpp(421) : error C2059: syntax error : ')'
MQ2MoveUtils.cpp(632) : error C2065: 'GetChar' : undeclared identifier
MQ2MoveUtils.cpp(632) : error C2146: syntax error : missing ')' before identifier 'Info'
MQ2MoveUtils.cpp(632) : error C2059: syntax error : ')'
(PSPAWNINFO)pTarget));grover03 said:Is there a min lvl for getting into vxed?
You are thinking KT. which you need vxed/tipt and either smith rhondo or all the sewers done. ( which now i hear is changed where you only need tipt)65 if you dont have sewer flags.
