Navigation menu

WoW:SecureActionButtonTemplate: Difference between revisions

Jump to navigation Jump to search
no edit summary
(→‎item: clarify difference between using items by bagslot and name. also explain that itemstrings work.)
No edit summary
Line 358: Line 358:
  self:SetAttribute("harmbutton2", "nuke2");
  self:SetAttribute("harmbutton2", "nuke2");
   
   
Sets the virtual button "harm1"'s type to "spell"
Sets the virtual button "harm2"'s type to "spell"
  self:SetAttribute("type-nuke2", "spell");
  self:SetAttribute("type-nuke2", "spell");
   
   
Sets the virtual button "harm1"'s spell to "Mind Blast"
Sets the virtual button "harm2"'s spell to "Shadow Word: Death"
  self:SetAttribute("spell-nuke2", "Shadow Word: Death");
  self:SetAttribute("spell-nuke2", "Shadow Word: Death");
   
   
Anonymous user