Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
 
mNo edit summary
 
Line 1: Line 1:
  +
{{#data:Itemtip
This page is meant as a macro Reference for [[Enalung/Druid_Interface_Macros]]. Most of them are adaptation of macros available on the [[Useful_macros_for_druids]]. Please refer to those pages for details as to how theses macro work.
 
  +
|name=Chelley's Staff of Dark Mending
  +
|quality=epic
  +
|icon=inv_stave_2h_grimbatolraid_d_02
  +
|bind=boe
  +
|slot=Two-Hand
  +
|type=Staff
  +
|dmglow=443
  +
|dmghigh=666
  +
|speed=2.40
  +
|stamina=512
  +
|intellect=341
  +
|spirit=228
  +
|durability=120
  +
|mastery=228
  +
|spellpower=1955
  +
|level=85
  +
|ilvl=359
  +
|sellprice=441606
  +
|itemid=59525
  +
}}
   
== General ==
+
== Source ==
  +
'''Chelley's Staff of Dark Mending''' drops from trash mobs in the [[Bastion of Twilight]].
=== Simple assist macro (Not used) ===
 
   
  +
==Patches and hotfixes==
#showtooltip <span style="color:#45f;"><Spell Name></span>
 
  +
{{Patch 4.0.3a|note=Added}}
/assist <span style="color:#f55;"><Player Name></span>
 
/tar [exists][@mouseover,harm,nodead]
 
/targetenemy [@target, noexists]
 
/cast <span style="color:#45f;"><Spell Name></span>
 
   
=== Unshift ===
+
== External links ==
  +
<!-- Read http://www.wowpedia.org/Wowpedia:External_links before posting your links here.
 
  +
Links that do not conform to the rules will be DELETED.
/cancelform
 
  +
Repeat violations may result in a BAN.
 
  +
Have a nice day. :) -->
=== Innervate ===
 
  +
{{Elinks-item|59525}}
 
  +
[[Category:World of Warcraft epic staves]]
#showtooltip
 
  +
[[Category:Bastion of Twilight items]]
/cast [mod, @player][@mouseover, exists, help][@player] Innervate
 
  +
[[Category:Bastion of Twilight Trash drop items]]
 
== Feral (Cat) ==
 
=== Shred / Pounce ===
 
 
#showtooltip [stealth] Pounce(Cat Form); Shred(Cat Form)
 
/cast [nostance:3] Cat Form(Shapeshift); [nostealth, nocombat] !Prowl(Cat Form); [stealth] Pounce(Cat Form); Shred(Cat Form)
 
 
=== Mangle/ Ravage ===
 
 
== Balance ==
 
=== Solar Beam ===
 
 
#showtooltip Solar Beam
 
/stopcasting
 
/focus [mod:ctrl, @mouseover, harm][mod:ctrl, harm];[@focus, exists] focus;[@mouseover, harm][harm]
 
/cast [@focus, harm][@mouseover, harm, nodead][@target, harm][@targettarget, harm] Solar Beam
 
 
=== Thorns ===
 
 
'''Notes:'''
 
 
* The list of targets likely needs reordering and cleaning.
 
 
#showtooltip Thorns
 
/cast [@mouseover,help][@focus,help][help][@mouseovertarget,help][@focustarget,help][@targettarget,help][@player] Thorns
 
 
=== Moonfire ===
 
 
#showtooltip Moonfire
 
/focus [mod:shift,@mouseover,help][mod:shift,help]
 
/tar [@mouseover,harm,nodead]
 
/cast [harm][@focustarget,harm][@targettarget,harm] Moonfire
 
 
=== Insect Swarm ===
 
 
#showtooltip Insect Swarm
 
/focus [mod:ctrl,@mouseover,help][mod:ctrl,help]
 
/tar [@mouseover,harm,nodead]
 
/cast [@target,harm][@focustarget,harm][@targettarget,harm] Insect Swarm
 
 
=== Wrath ===
 
 
#showtooltip Wrath
 
/focus [mod:shift,@mouseover,help][mod:shift,help]
 
/tar [exists][@mouseover,harm,nodead]
 
/cast [@focustarget,harm][@targettarget,harm][@target,harm] Wrath
 
 
=== Starfire ===
 
 
#showtooltip Starfire
 
/focus [mod:shift,@mouseover,help][mod:shift,help]
 
/tar [exists][@mouseover,harm,nodead]
 
/targetenemy [@target, noexists]
 
/cast [@focustarget,harm][@targettarget,harm][@target,harm] Starfire
 
 
=== Starsurge ===
 
 
#showtooltip Starsurge
 
/focus [mod:shift,@mouseover,help][mod:shift,help]
 
/tar [exists][@mouseover,harm,nodead]
 
/cast [@focustarget,harm][@targettarget,harm][@target,harm] Starsurge
 
 
== Resto ==
 

Revision as of 14:05, 4 April 2011

Inv stave 2h grimbatolraid d 02

Source

Chelley's Staff of Dark Mending drops from trash mobs in the Bastion of Twilight.

Patches and hotfixes

Cataclysm Patch 4.0.3a (2010-11-23): Added

External links