View Single Post
12/14/14, 12:44 PM   #6
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
Originally Posted by igerup View Post
You do know that WykkudsOtfitter allows weapon swap (among other things) before the game unlocks the feature at level 15? Sure, the chat messages may occasionally get you kicked from the game for "excessive spamming" but it's worth it.
Thats probably changing weapons. They are talking about the games built in weapon swap (not the same). When you swap weapons it also changes the ability/skill bar so you can have different action abilities for each set of weapons. You can easily "change" from the main weapon set to the backup weapon set by doing something like:
Lua Code:
  1. EquipItem(0, EQUIP_SLOT_BACKUP_MAIN, EQUIP_SLOT_MAIN_HAND)
  2. EquipItem(0, EQUIP_SLOT_BACKUP_OFF, EQUIP_SLOT_OFF_HAND)

But it only changes what slots the items are equipped in, it does not swap the the ability bars for the main/backup weapon set.
  Reply With Quote