- Joined
- May 1, 2011
- RedCents
- 1,823¢
Exchanging items to slot 8 from bags no longer needed on TLPs / fix.
This is no longer needed. They have made it so all servers can click from bags, finally! Enjoy your 8th inventory slot my dudes.
This is no longer needed. They have made it so all servers can click from bags, finally! Enjoy your 8th inventory slot my dudes.
Rich (BB code):
| Fix for progression server - exchange item to inventory slot 30
/if (${Select[${EverQuest.Server},fippy,vulak,ragefire,lockjaw]}) {
/if (${FindItem[=${WhatItem}].ItemSlot}>22) {
/exchange "${WhatItem}" 30
/autoinventory
}
}

