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

Shapeshift to avoid Moving Impairment Effects ?

hi1674

New Member
Joined
Jan 15, 2010
Messages
1,637
Reaction score
5
Can a kind soul help a poor guy to make a routine (as simple as possible) to make a druid shapeshift to remove roots and stuff like that.

Would be very grateful.

Ty

hi-man
 
Find all the auras you can get out of,
Do an:
If(hasaura1 || hasaura2 || hasaura3)
{
if(inbearform && cancast kittyform)
{
cast.kitty
StyxWoW.SleepForLagDuation
Thread.Sleep(1100) //for the global CD
cast.bear
}
}
 
If(hasaura1 || hasaura2 || hasaura3)
{
if(inbearform && cancast kittyform)
{
cast.kitty
Thread.Sleep(SpellManager.GlobalCooldownLeft) //for the global CD
cast.bear
}
}

Hum Hum Hum :D

Have a look at the propertie Mechanic of object WoWSpell with the enumeration WoWSpellMechanic to know if you are slowed if you don't want to check every aura in WoW. ;)
 
thx man.....

will apply this to Furbee to see if i can make it PvP friendly (once i can download it again)
 
Zenlulz's way is better.
I just offered an option.
He offered DSL, I offered Dial-Up.
Lul

Btw: this forum time bugs are gonna piss me off! Lul
 
Last edited:
Back
Top