Blizzard Sector
Adding Battle Orders (From CTA) to the Bot script - Printable Version

+- Blizzard Sector (https://www.blizzsector.co)
+-- Forum: Diablo II (https://www.blizzsector.co/forum-4.html)
+--- Forum: Hacks Bots and Editors (https://www.blizzsector.co/forum-16.html)
+--- Thread: Adding Battle Orders (From CTA) to the Bot script (/thread-46563.html)



Adding Battle Orders (From CTA) to the Bot script - ojustintymeo - 07-02-2010

How would i go about adding this to my bot if it is a sorc?


Adding Battle Orders (From CTA) to the Bot script - skidude - 07-02-2010

The bot should auto bo if u have the cta in left hand

open your D2NT31_NTBot42\D2NT\scripts\libs\common then click on NTPrecast

You should see
NTC_CastSkill(155, NTC_HAND_RIGHT); // Battle Command
NTC_CastSkill(149, NTC_HAND_RIGHT); // Battle Orders


Adding Battle Orders (From CTA) to the Bot script - ojustintymeo - 07-03-2010

Thanks!