Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

holyflag0=1
holyshit0=/if (${Me.Combat}) /multiline ; /if (${InvSlot[mainhand].Item.Name.Equal[Shard of Night]} && !${Me.Buff[Major Shielding].ID} && ${Me.CountBuffs}<=15) /exchange "Stave of Shielding" mainhand ; /if (${Cursor.ID}) /autoinv ; /if (!${InvSlot[mainhand].Item.Name.Equal[Shard of Night]} && ${Me.Buff[Major Shielding].ID}) /exchange "Shard of Night" mainhand
Line 1: /unequip offhand
Line 2: /exchange "item ID" mainhand
Line 1: /exchange "Item ID" mainhand
Line 2: /exchange "Item ID" offhand
/unequip offhand
/exhange "shield of Redguides" 32 8
http://www.redguides.com/community/showthread.php/24764-MQ2Exchange
looks like instead ofyou could do aRich (BB code):/unequip offhandRich (BB code):/exhange "shield of Redguides" 32 8
which (if we're lucky) puts the shield in the 8th slot of your last bag. I'm not 100% sure that /exchange can handle the specific slot in the specific bag.
Could put /keypress ctrl+b in a social tho. Could call fiddler, this should be a good workaround, will test when I get home
update**works like a charm
update 2**only need to do this when unequipping an offhand so you can /exchange a 2her for your mainhand. when you are switching back (or swapping off hand for a shield) you only need to /autoinv. if something is in the slot that the item on the cursor would go, then /autoinv puts it in your bag, hnowever if that slot is open, then /autoinv will equip the item.
hope this helps anyone looking to hotswap on TLP XD
/keypress ctrl+b
/unequip offhand
/exhange "2her name" mainhand
/keypress ctrl+b
/exchange "mainhand name" mainhand
/autoinv
/exchange "offhand name" offhand
/exchange "mainhand name" mainhand
/autoinv
/exchange "sheild name" offhand
/autoinv
/if (!${Me.Buff[Avatar].ID} && ${Spell[Avatar].Stacks} && !${InvSlot[mainhand].Item.Name.Equal[Ancient Prismatic Fist Wraps]}) /multiline ; /keypress OPEN_INV_BAGS ; /exchange "Ancient Prismatic Fist Wraps" mainhand ; /timed 30 ; /autoinventory ; /keypress CLOSE_INV_BAGS

didnt use holy/downs, just made socials for 2her, DW, and sword and board...
2herRich (BB code):/keypress ctrl+b /unequip offhand /exhange "2her name" mainhand /keypress ctrl+b
DWRich (BB code):/exchange "mainhand name" mainhand /autoinv /exchange "offhand name" offhand
Sword and boardRich (BB code):/exchange "mainhand name" mainhand /autoinv /exchange "sheild name" offhand /autoinv
Holyshit24=/if (${Me.Inventory[mainhand].ID}==141596 && !${Me.Buff[Avatar].ID} && ${Spell[Avatar].Stacks[1]}) /exchange 46046 mainhand
Holyshit25=/if (${Me.Inventory[mainhand].ID}==46046 && ${Me.Buff[Avatar].ID}) /exchange 141596 mainhand
holyshit1=/if (((!${Me.Buff[Avatar].ID} && ${Spell[Avatar].Stacks}) || ${Me.Buff[Avatar].Duration.Ticks}<16) && !${InvSlot[mainhand].Item.Name.Equal[Ancient Prismatic Brawl Stick]}) /multiline ; /exchange "Ancient Prismatic Brawl Stick" mainhand ; /keypress - ; /echo HS1
holyshit2=/if (${InvSlot[mainhand].Item.Name.Equal[Ancient Prismatic Brawl Stick]} && (${Me.Buff[Avatar].ID} && ${Me.Buff[Avatar].Duration.Ticks}>15)) /multiline ; /unequip offhand ; /exchange "Petrified Heartwood Flamberge" mainhand ; /keypress - ; /echo HS2
downshit1=/if (((!${Me.Buff[Avatar].ID} && ${Spell[Avatar].Stacks}) || ${Me.Buff[Avatar].Duration.Ticks}<16) && !${InvSlot[mainhand].Item.Name.Equal[Ancient Prismatic Brawl Stick]}) /multiline ; /exchange "Ancient Prismatic Brawl Stick" mainhand ; /keypress - ; /echo DS1
Rich (BB code):holyshit1=/if (((!${Me.Buff[Avatar].ID} && ${Spell[Avatar].Stacks}) || ${Me.Buff[Avatar].Duration.Ticks}<16) && !${InvSlot[mainhand].Item.Name.Equal[Ancient Prismatic Brawl Stick]}) /multiline ; /exchange "Ancient Prismatic Brawl Stick" mainhand ; /keypress - ; /echo HS1 holyshit2=/if (${InvSlot[mainhand].Item.Name.Equal[Ancient Prismatic Brawl Stick]} && (${Me.Buff[Avatar].ID} && ${Me.Buff[Avatar].Duration.Ticks}>15)) /multiline ; /unequip offhand ; /exchange "Petrified Heartwood Flamberge" mainhand ; /keypress - ; /echo HS2 downshit1=/if (((!${Me.Buff[Avatar].ID} && ${Spell[Avatar].Stacks}) || ${Me.Buff[Avatar].Duration.Ticks}<16) && !${InvSlot[mainhand].Item.Name.Equal[Ancient Prismatic Brawl Stick]}) /multiline ; /exchange "Ancient Prismatic Brawl Stick" mainhand ; /keypress - ; /echo DS1
It's half working, I feel like I'm close to getting it to work.... btw keypress - is my hotkey that does /pause 7 and then /autoinventory (/autoinv wasn't working in my HS or DS)
edit: it is working...
/timed 7 /autoinventory
I will be adding bandolier set swapping to the next version of Kiss.
