View Single Post
12-09-05, 02:51 PM   #6
Gello
A Molten Giant
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 521
In its simplest form:

Event: In Combat
Trigger: PLAYER_REGEN_DISABLED
Delay:0
Script: EquipSet()

Event: Out of Combat
Trigger: PLAYER_REGEN_ENABLED
Delay: 0
Script: EquipSet()

Then associate the weapon sets you want to each condition.
  Reply With Quote