Does anyone have any source for the integrated macro (?) for clients? (Attack, Potion, Buff)
I was actually scouring the forums but I don't seem to see anyone posting them.
Printable View
Does anyone have any source for the integrated macro (?) for clients? (Attack, Potion, Buff)
I was actually scouring the forums but I don't seem to see anyone posting them.
You haven't looked very far then lol.
https://forum.ragezone.com/f457/hera-v2-1191642/
https://forum.ragezone.com/f457/nanu...-only-1203512/Code:#define __SYS_AUTO_SHOUT
#define __SYS_AUTO_POWER_UPS
#define __AUTO_HELPER_THREAD
All of these were found by browsing sources located here: https://forum.ragezone.com/f457/comm...index-1192170/Code:#define __AI_SYSTEM
Can I add those two systems at the same time?With Aisystem added'#define __SYS_AUTO_SHOUT#define __SYS_AUTO_POWER_UPSBuild error when adding #define __AUTO_HELPER_THREAD'
woops forgot to respond, I've been too busy
anyways thanks for the response, yeah I search function isn't too... accurate per-se that I might've skipped on some of the post.
the keyword "system" pulls out alot of possible matching search xD
I did say "Keyword"; ofcourse I didn't just search "System" I used combinations like "AI System", "Macro System", "Client Macro", "Client Bot", etc. Its just the way the search function tokenized it is by splitting them rather than matching them using "Similarities". This is like basic of the basics for database lookup and string matching and recognition.