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

help!

crimineel

New Member
Joined
Apr 25, 2011
Messages
56
Reaction score
1
Hello every!

I'm new here.
I've been using the bot for 3 days now and got arch from 0 to 525!!
but, im very bad with programming etc,
i got a CC file which makes my druid using boomking form and doing some spells.
Now is the boomkin doing insect swarm as first spell.
Which is great but it would be better if the boomkin would use Force of Nature ( trees) first.
So the chance that it will bugg or get stuck on combat gets lower.!

could any1 help me, to put force of nature as first spell before insect swarm?

thnx allready!! i uploaded as attachment the boomkin CC
 

Attachments

Last edited:
move

Code:
                    if (Me.CurrentTarget.HealthPercent > 90 && CanCastNow("Force of Nature") && Target.Distance < 30) { CastSpell("Force of Nature"); Thread.Sleep(300); LegacySpellManager.ClickRemoteLocation(Me.CurrentTarget.Location); }

to 3 lines up above

Code:
                    if (!Target.Auras.ContainsKey("Moonfire") && !Target.Auras.ContainsKey("Sunfire") && Target.Distance < 38) { CastSpell("Moonfire"); }

also you posted in the wrong section i think.
 
Last edited:
If you needed help with the CC should of replyed within its thread.. would of gotten an email and seemed if it was a better rotation.. Please next time say what your attacking Player\Mob and which spell u thought should come 1st.

Lock \ delete this thread pls
 
Back
Top