![]() |
Sorc problem - 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: Sorc problem (/thread-46942.html) |
Sorc problem - schwig84 - 01-04-2011 My sorc is strong enough to kill things in hell but the problem is she teleports to the middle of the group to start casting. How can i prevent this? It causes instant chicken. I know she can do it if she stands back and fights from a distance. Sorc problem - Jammer74 - 01-04-2011 If you have static field enabled she will telestomp the monsters to use it but alas she is no hammerdin,try disabling static by setting it to 100% in you charactername config.Default range for lightning and chain lightning is 25 and for static is 3(at least i think its 3 its definitely closer than it is for lightning) Sorc problem - schwig84 - 01-04-2011 I like her using static field cuz it helps out alot. But if it will help keep me alive i will disable it and see if that helps. Sorc problem - Blue - 01-04-2011 schwig84 Wrote:I like her using static field cuz it helps out alot. But if it will help keep me alive i will disable it and see if that helps. I found some code that might help your problem... but I don't understand any of it so... Code: function NTA_SorceressAttackInt(target, firstorder) It's located in "NT Attack" under "D2NT31_NTBot42\D2NT\scripts\libs\common" Sorc problem - schwig84 - 01-04-2011 I found it and looked it over. I don't understand any of it either. I don't want to mess with anything i cant comprehend. I don't want to get non stop errors all day and have to delete it all and start from scratch. If anyone out there knows a way around this problem it would be appreciated. Sorc problem - Blue - 01-04-2011 What you could do is copy the file and place it somewhere easy to find but away from d2nt, then try your heart out to find a solution... Otherwise you could try to get skidude in here to answer your problem, but I rarely see him on nowadays. Jammer may be able to help you out also, he frequents, so chances are he'll see the post. Sorc problem - Jammer74 - 01-05-2011 Yeah I'll take a look tonight after work.[COLOR="Silver"] ---------- Post added at 05:23 PM ---------- Previous post was at 07:16 AM ---------- [/COLOR] schwig84 Wrote:I found it and looked it over. I don't understand any of it either. I don't want to mess with anything i cant comprehend. I don't want to get non stop errors all day and have to delete it all and start from scratch. If anyone out there knows a way around this problem it would be appreciated.I have a workaround for you that only uses static on act bosses,or whatever boss you choose with a little extra work,And Blue I'm really impressed, for not knowing what the coding means you found the exact area we need to work in.Like Blue said "It's located in "NT Attack" under "D2NT31_NTBot42\D2NT\scripts\libs\common" So find NTAttack and Control F these next lines if(NTConfig_CastStatic This will bring you to this section of code Code: [COLOR=YellowGreen]if(NTConfig_CastStatic < 100 && parseInt(target.hp*100/target.hpmax) > NTConfig_CastStatic && NTA_GetResistance(target, NTA_DAMAGE_LIGHTNING) <= 80) Code: [COLOR=SandyBrown]if(NTConfig_CastStatic < 100 && parseInt(target.hp*100/target.hpmax) > NTConfig_CastStatic && NTA_GetResistance(target, NTA_DAMAGE_LIGHTNING) <= 80 && (target.name == "Mephisto" || target.name == "Andariel" || target.name == "Duriel" ||target.name == "Diablo" || target.name == "Baal")) Code: [COLOR=Orange](target.name == "Mephisto" || target.name == "Andariel" || target.name == "Duriel" ||target.name == "Diablo" || target.name == "Threshsocket" || Sorc problem - msigler - 01-23-2011 I was having this problem and looked at this thread. I disabled static and all good. My res is crap and i rape hell. I'm using the standard infinity sorc build for nova for pvp with es. While I'm botting i focus more on chain lightning and lightning rather then nova. I get about 1 chicken per 15 runs. I set my chicken to 40 instead of 30 so I don't loose xp. I am posting a link to my bot in action.It's a crap iphone vid but... Thanks to this website and those who reply to d2nt bot 3.1 topics. You know who you are. YouTube - D2nt bot |