DarkScorpion
Member
- Joined
- Oct 21, 2015
- Messages
- 48
- Reaction score
- 21
stuck when shrines or exp pool around(same problem with bantou's faceroll routine),D3 window keep spamming something like "need target to cast". I think bantou knows what this is
I know what causing this problem and how to fix, the reason I wanna keep this way is, extra combat could increase the frequency of attacking, instead of meaningless movement. If you want to turn it off just simply search
GetMovementPower(Vector3 destination)
and replace
Code:
else
return GetOffensivePower();
Code:
else
return Walk(destination);
=================================================
Edit: Try v0.9c again.
Last edited: