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

Can someone help me modify wave of force please?

Naturalstud

Member
Joined
Feb 23, 2010
Messages
105
Reaction score
0
// Wave of force
if (!useOocBuff && !Player.IsIncapacitated && !isCurrentlyAvoiding && Player.PrimaryResource >= 40 && CombatBase.CanCast(SNOPower.Wizard_WaveOfForce, CombatBase.CanCastFlags.NoTimer)
{


return new TrinityPower(SNOPower.Wizard_WaveOfForce, 15f, CurrentTarget.Position);
}


How would I add mob cluster size and radius to this ? I want wave of force to only be used on a certain amount of mobs!
 
Back
Top