Wowpedia

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

READ MORE

Wowpedia
No edit summary
No edit summary
Line 9: Line 9:
 
EquipItemByName(b,17)
 
EquipItemByName(b,17)
 
end
 
end
  +
---
 
 
It should work, but does not...
 
It should work, but does not...
   

Revision as of 10:44, 6 January 2007

Definition list
list

a = [Shield Name]
b = [Sword Name]

item
the item's definition

If IsEquippedItemType("Shield") then Shieldattac(Rank x) else EquipItemByName(a,17) Shieldattac(Rank x) EquipItemByName(b,17) end --- It should work, but does not...

[String: "If IsEquippedItemType("Shield") then Shieldattac(Rank x) else E..."]:1: '=' Expected ner #IsEquippedItemType'