Blizzard Sector
D2NT NO ES help - 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: D2NT NO ES help (/thread-46083.html)



D2NT NO ES help - sorlix - 10-28-2009

I have a light sorc and my but every time cast the energy shield but i don't want to use. how can i switch off it? And if my bot is exit to lobby coz he almost die the lobby time will be too much for me how can i put down this time? ( sorry my english )

i figured out my first question i just need an answer to my second question now


D2NT NO ES help - The Mob - 10-29-2009

you can set the time in the starter.ntj
and how do you disable the ES? i am trying to do the same thing myself


D2NT NO ES help - sorlix - 10-30-2009

in the common/precast.ntl just write // like me if u dont want to use:

case NTC_CHAR_CLASS_SORCERESS:
NTC_DoCast(57, NTC_HAND_RIGHT); // Thunder Storm
//NTC_DoCast(58, NTC_HAND_RIGHT); // Energy Shield


D2NT NO ES help - darklord2000 - 10-30-2009

sorlix Wrote:in the common/precast.ntl just write // like me if u dont want to use:

case NTC_CHAR_CLASS_SORCERESS:
NTC_DoCast(57, NTC_HAND_RIGHT); // Thunder Storm
//NTC_DoCast(58, NTC_HAND_RIGHT); // Energy Shield
the // turns it into a comment and those is not a line in the code for future knowledge.