[TUT] how to do auto trade ( with auto rewards,relog )

I wrote alittle something for this, its kinda ugly for now but I plan to add more things if the concept works so feel free to give it a try.

TradeProtector.py (5.0 KB)

Its easy enough to use, record your trade script as you normally would. After your finsihed open the script in notepad and add the word trade as shown below. The script goes on your trader only, any protector char should be just using bot trace.

BEFORE:

wait,5000
teleport,Boat Ticket Seller Salmai,Boat Ticket Seller Rahan
wait,5000
walk,1046,-46,-22

AFTER:

wait,5000
tradeteleport,Boat Ticket Seller Salmai,Boat Ticket Seller Rahan
wait,5000
walk,1046,-46,-22

Please read the notes on the plugin for the other settings.

The distance detector might not work perfectly in some situations but give it a try.

1 Like