Wisling / tibiaauto

Tibia Auto is made to excel in the automation of various aspects of the playing the MMORPG Tibia
31 stars 16 forks source link

Make basic functionalities more generic #34

Open dmarszk opened 8 years ago

dmarszk commented 8 years ago

Not CPU-time critical, basic functionalities like "Fluid Drinker", "Auto UH", "Spell Caster", should be remade implementing generic events (hp change, mana change, creature hp change, creature move, etc. - see #32) and preferably, python callbacks. This would allow (and, hopefully, encourage) users to enhance and update basic functions without needing to dwell into C++ and rebuild anything.