• Visit Rebornbuddy
  • Shapeshift to avoid Moving Impairment Effects ?

    Discussion in 'Archives' started by hi1674, Nov 18, 2011.

    1. hi1674

      hi1674 New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,637
      Likes Received:
      5
      Trophy Points:
      0
      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
       
    2. hi1674

      hi1674 New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,637
      Likes Received:
      5
      Trophy Points:
      0
      was worth a try atleast.....
       
    3. no1knowsy

      no1knowsy Well-Known Member

      Joined:
      Feb 28, 2010
      Messages:
      3,927
      Likes Received:
      57
      Trophy Points:
      48
      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
      }
      }
       
    4. ZenLulz

      ZenLulz Community Developer

      Joined:
      Aug 17, 2011
      Messages:
      583
      Likes Received:
      98
      Trophy Points:
      28
      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. ;)
       
    5. hi1674

      hi1674 New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,637
      Likes Received:
      5
      Trophy Points:
      0
      thx man.....

      will apply this to Furbee to see if i can make it PvP friendly (once i can download it again)
       
    6. ZenLulz

      ZenLulz Community Developer

      Joined:
      Aug 17, 2011
      Messages:
      583
      Likes Received:
      98
      Trophy Points:
      28
      xD
      All roads lead to Rome !

      PS: Again, I posted after you and my post is before yours :O
       
    7. no1knowsy

      no1knowsy Well-Known Member

      Joined:
      Feb 28, 2010
      Messages:
      3,927
      Likes Received:
      57
      Trophy Points:
      48
      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: Nov 18, 2011

    Share This Page