deusx
Member
- Joined
- Feb 1, 2010
- Messages
- 206
- Reaction score
- 5
Ok one more question and i will stop spamming developer forum for today
How do I make a condition to cast a spell if a shield or a 2h weaoin equipped? That is

Code:
Spell.BuffSelf("Defensive Stance", ret => [B][COLOR=#ff0000]if char has shield in his offhand slot[/COLOR][/B]),
Spell.BuffSelf("Battle Stance", ret => [B][COLOR=#ff0000]if char has 2h weapon equipped[/COLOR][/B]),