You'll have to do this:Quote:
Apologies for the double post but i just wanted to say: I finally got packet sending working through autoit!! Yay me!! Time to work on that packet-based autopot :D
1. Capture the 'damage received packet' (not sure how it works in SRO).
2. When HP is too low, send a use potion to the server.
Or, instead of capturing the packet (see 1), you could just use the memory for it.
You'll never have to send/receive anything (packets) to/from the client.
(correct me if i'm wrong here)