Tuesday, October 2, 2007

PlayerStealthed

download

This mod is very simple. It adds a function PlayerStealthed() that returns true if you have Stealth, Shadowmeld, or Prowl running.

For example, this macro will use Cheap Shot if you're stealthed, or attempt to stealth you if you're not:

/script if(PlayerStealthed()) then CastSpellByName('Cheap Shot') else CastSpellByName('Stealth') end

No comments: