View Single Post
03-29-06, 07:48 PM   #37
Gello
A Molten Giant
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 521
1. Is it possible for ItemRack to remember the set equipped BEFORE a special "mounted" set and automatically switch back to it when dismounting cleanly.
That's the default behavior. The Mount event will store what you were wearing prior to mounting, and when you get off the mount it will equip the old gear back.

2. Is it possible for ItemRack to queue the change above if the dismount event occurs in combat? (Forcibly dismounted)
Yeah if you're knocked off your mount (so in combat) it will queue the slots to swap after you drop out of combat.

3. How could I do this please?
First make a set that you want to wear while mounted. You can call it anything, like 'Mounted'
Then go to the events tab and make sure 'Enable Events' is checked at the top (this is the master switch to enable events--it's off by default)
Once done, scroll down to the Mount event, click the red ? and choose the set you created before.

That should be it. Once you dismiss the window the mount event should work. If you're a hunter on a non-enUS client or have some really wierd mount, you may need to grab IsMounted mod. It does a more thorough job of mount checks in a very efficient manner. With that mod installed then ItemRack will use that instead of its own internal check.
  Reply With Quote