Thread Tools Display Modes
02-16-07, 06:56 AM   #1
Glass
A Defias Bandit
Join Date: Feb 2007
Posts: 2
Itemrack event help

ok i got a vauge idea on how to do this having trouble putting the sript togther

what i have is 2 Corpsmakers, 1 with Crusader and other with 25 agi. what i want to do is have a item rack event to swap em after sader proc's and swap back after

so far
the accual swap

name: Proc Swap
trigger: CHAT_MSG_SPELL_PERIODIC_SELF_BUFF
Delay; 0
If (arg1 = "You gain Holy Strength.") Then
EquipSet("Corpsmaker:25 agi")
Else
EquipSet("Corpsmaker:Crusader")
End

the the accual reversion


name: Revert
trigger: CHAT_MSG_SPELL_AURA_GONE_SELF
Delay; 0
if arg1 = "Holy Strength fades from you."
then EquipSet("Corpsmaker:Crusader")
else EquipSet("Corpsmaker:Crusader")
end

i do konw i have the trigger and chat right bit it looks like i have stuffed the scripting up
anyonw know how to fix it?
  Reply With Quote
02-18-07, 12:51 AM   #2
Glass
A Defias Bandit
Join Date: Feb 2007
Posts: 2
anyone know h ow to get the logic in the script going?
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Itemrack event help


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off