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

Crusader - How to disable Auto Attack?

NetSkay

New Member
Joined
Aug 29, 2013
Messages
54
Reaction score
0
Hi,

I tried changing the default power from:

// Default attacks
return DefaultPower;

to

// Default Attacks
if (IsNull(power))
power = null;
return power;

But this just makes my bot stand still, doing nothing, when there isn't available any primary ability.
I'm only using Condemn and Heaven's Furry to damage mobs, so it looks weird that my bot is hitting mobs with its weapon, when a player couldn't actually do that.
Is there a way to default Condemn as my default power to avoid this issue?
 
Last edited:
Back
Top