Code: Select all
|Thanks goes to Qosis55. This was his casino mac changed a little. =)
Stand in front of Gunlok Jure with bags and bags of bonechips.
Let it rip. This will destory the weapons/stuff he gives you back
if your inventory is full. Got from level 1-10 in about 5 min. =)
|USAGE: /macro bonechips.mac
Sub Main
/declare l0 local
:Loop
/sendkey down ctrl
/for l0 1 to 4
/finditem "Bone Chips"
/if $find()==FALSE /goto :Done
/delay 2
/if n @l0==1 /click left target
/delay 2
/if n @l0>1 /click left npctrade $int($calc(@l0-1))
/delay 2
/next l0
/sendkey up ctrl
/delay 2
/click left npctrade give
/delay 2
:cursorclear
/destroy
/delay 2
/if "$cursor()"!="NULL" /goto :cursorclear
/goto :Loop
:Done
/sendkey up ctrl
/delay 3
/click left npctrade give
/end
