ive seen some chinese gold farmer bots return to thier botting spot x and y coordinate after killing a monster. is it possible to do it in the macro.lua?
i tried putting my weapon on slot 7 and 8 then add this
CSendSlotBarSkill( 1 )
myWaitSecond( 1 )
CSendSlotBarSkill( 2 )
myWaitSecond( 1 )
CSendSlotBarSkill( 3 )
myWaitSecond( 1 )
CSendSlotBarSkill( 4 )
myWaitSecond( 1 )
CSendSlotBarSkill( 6)
myWaitSecond( 1 )
CSendSlotBarSkill( 7)
myWaitSecond( 0 )
CSendSlotBarSkill( 8)
but it's not switching my weapon. i want to do it so that my weapon won't break when i sleep.
i tried putting my weapon on slot 7 and 8 then add this
CSendSlotBarSkill( 1 )
myWaitSecond( 1 )
CSendSlotBarSkill( 2 )
myWaitSecond( 1 )
CSendSlotBarSkill( 3 )
myWaitSecond( 1 )
CSendSlotBarSkill( 4 )
myWaitSecond( 1 )
CSendSlotBarSkill( 6)
myWaitSecond( 1 )
CSendSlotBarSkill( 7)
myWaitSecond( 0 )
CSendSlotBarSkill( 8)
but it's not switching my weapon. i want to do it so that my weapon won't break when i sleep.