What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

auto attack

engine666

New Member
Joined
May 5, 2014
Messages
3
Reaction score
0
Is there any way to disable the auto attack?, it makes my wand of woe/explosive blast wizard very dumb, more than not it stands out of range of the blast aoe and auto attacks the mobs.
 
Is there any way to disable the auto attack?, it makes my wand of woe/explosive blast wizard very dumb, more than not it stands out of range of the blast aoe and auto attacks the mobs.

Are you referring to the attack with weapon? (no skill, just weapon attack) I would also like to figure out this, as a pet doctor I don't want my bot to run face first into the enemy when he is out of mana but rather just stand at a distance waiting for the mana to get back.
 
// Default Attacks
if (IsNull(power))
power = null;

return power;

changed that in my wizard combat.cs and now i don't auto attack anymore
 
That works for auto attacks, question is now how do you destroy doors? My wizard is playing apoc / hydra and can't get past doors now lol
What part of the code would I have to change next to use blizzard on doors and other objects that can get me stuck?
 
Last edited:
Exactly, It's pain in the ass for wizard. I have a very good SS but cannot use Hydra build unless add some attack skill. Now i have to stick with Mirroball untill the blizzard can be customised. I want it to cast at even single target even it get close to me. Anyone proficient in coding please help the Wizard. Thanks
 
View attachment 141996


Try my Wizardcombat.cs and tell me what you think. This is for apocalypse blizzard and I play hardcore season on t3-t4 with shit gear so that's why my teleport functions the way it does. I think I fixed the auto attack issues.
 

Attachments

Last edited:
Your WizardCombat works fine, opens doors with blizzard after it casts hydra on them, might want to fix that if you want since there is no point for the hydra. The teleport is rather neat when it doesn't teleport back into a Molten explosion.
Also noticed that it blizzards sometimes random areas for no reason. Thanks for the combat.cs I appreciate it since I was getting sick of that auto attack I couldn't possibly do as a player and yet the bot done it.
 
Your WizardCombat works fine, opens doors with blizzard after it casts hydra on them, might want to fix that if you want since there is no point for the hydra. The teleport is rather neat when it doesn't teleport back into a Molten explosion.
Also noticed that it blizzards sometimes random areas for no reason. Thanks for the combat.cs I appreciate it since I was getting sick of that auto attack I couldn't possibly do as a player and yet the bot done it.

Can you share your build and legendary gems?
 
Back
Top