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

rrrix i need ur help, modify monk skills

wei

Member
Joined
Nov 10, 2012
Messages
49
Reaction score
0
hello rrrix and someone who read this, i am triying to upgrade my movement skills with my monk, i am using tempest rush with code modifications, but, i cant use "as i want" and dont know how to improve it.
IDEA:
Use tempest rush as movement skill ever I have 40 or more spirit to 0 spirit. first problem i find its, when i modify the spirit needed to move, unmodified was 12 i think, the char use it 2 sec drop spirit to 40 spirit or little less and stop.
I want he channel it to end of spirit, and want he use it without stop and go each waypoint he find.

My modifications are not "agressive"
// Tempest rush for a monk
if (GilesTrinity.hashPowerHotbarAbilities.Contains(SNOPower.Monk_TempestRush) && !bTooMuchZChange && ZetaDia.Me.CurrentPrimaryResource >= 40 && fDistanceFromTarget >= 10f)
{
Vector3 vTargetAimPoint = MathEx.CalculatePointFrom(vMoveToTarget, vMyCurrentPosition, 10f);
ZetaDia.Me.UsePower(SNOPower.Monk_TempestRush, vTargetAimPoint, GilesTrinity.iCurrentWorldID, -1);
return;
}

Sorry my "indian" english, if u dont understand something but want help me, i can explain better or make a draw :)
thks
 
wow amazing i will paste now to see if it work as i want .) thks
 
Back
Top