thomas-crane / famebot

A bot for Realm of the Mad God designed to automate the process of collecting fame.
MIT License
19 stars 12 forks source link

Question about Realm bots in general #41

Closed boftsoy closed 6 years ago

boftsoy commented 6 years ago

From your experience, would it be possible for a Realm bot to sense/keep track of projectile locations? Thanks.

Azukee commented 6 years ago

Yes

boftsoy commented 6 years ago

Thanks for the reply. Could you direct me to a code snippet that does this? Also, do you know if anyone has tried implementing real-time projectile avoidance?

thomas-crane commented 6 years ago

Projectiles are sent in EnemyShootPackets and have properties such as starting location and angle. That should be most of the things you need to keep track of projectile locations.