View Single Post
  #1  
Unread 02-04-2021, 12:36 PM
Sigrdrifa Sigrdrifa is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jan 2006
Server: Crushbone
Posts: 153
Default Swapping out a piece of mount tack when trying to harvest Shadow Balanzie Crystals

When performing regular harvesting looking for Glass Orbs of Swirling Shadows, you want maximum shadow harvesting.

When you have used either the Staff or an Orb, then you want maximum rare harvest chance when trying to harvest Shadow Balanzite Crystals.

A lot of people are switching out one or two pieces of mount gear, mostly by manually swapping the gear in and out of the Mount Tab, to optimize gear for each type of harvesting. It would be nice to build a macro to perform this switch.

Looking through The /List Reloaded, I see these commands:
  • inventory equip %d
  • inventory equip %d %d %d %d
  • inventory equipvdl <vdl number>
  • inventory swap_equip %d %d %d
  • inventory unequip %d %d
  • inventory unequip %d %d %d %d
  • inventory unequip %d %d %d %d %d
  • inventory unequip %d -1 -1 %d 1
  • inventory unequip %d 0 %d %d %d
  • inventory unequip %u
  • inventory unequip %u 0 -1 0 1

I'm not clear on what the arguments are for these commands.

Checking eq2ui_mainhud_persona.xml, the names of the slots appear to be:
  • barding1
  • barding2
  • ...
  • barding13
  • mount_saddle
  • mount_hackamore
  • mount_reins
  • mount_breeching
  • mount_stirrup
  • mount_shoes

So I'm going to guess that the command would be something like /inventory swap_equip mount_stirrup <equipped_item> <item_to_be_equipped>, but I'm not getting this to work.

Any suggestions?
Reply With Quote