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?
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: