My gearcollector doesn't pull from my satchel, sack, or storage (it says off).
How can I fix this? I didn't see any commands on the wiki.
I just need the command to include satchel, sack, and storage as storage methods.
Best Answer zohno , 07 August 2013 - 03:22 PM
There is a GearCollector.xml file in Windower4/plugins/settings.
<?xml version="1.0" ?> <settings> <!-- This file controls the settings for the GearCollector plugin. Settings in the <global> section apply to all characters The available settings are: blockKeyboard - Automatically disable your keyboard when collection starts blockMouse - Automatically disable mouse useSafe - Use your mog safe to collect/store items useLocker - Use your mog locker useSatchel - Use your satchel useSack - Use your sack useStorage - Use storage autoHeal - automatically places you in a a /heal when collection ends itemDelay - Time to wait inbetween moving items. openStorage - Whether or not to open storage sources when moving items --> <global> <blockKeyboard>true</blockKeyboard> <blockMouse>false</blockMouse> <useSafe>true</useSafe> <useLocker>true</useLocker> <useSatchel>false</useSatchel> <useSack>false</useSack> <useStorage>false</useStorage> <autoHeal>true</autoHeal> <itemDelay>500</itemDelay> <openStorage>true</openStorage> </global> <!-- You may also override specific settings on a per-character basis here. For example, if you only wanted to use your satchel on a character named Bob, you would have a structure of <Bob> <useSatchel>true</useSatchel> </Bob> --> </settings>Go to the full post
Posted 07 August 2013 - 12:00 PM
My gearcollector doesn't pull from my satchel, sack, or storage (it says off).
How can I fix this? I didn't see any commands on the wiki.
I just need the command to include satchel, sack, and storage as storage methods.
Posted 07 August 2013 - 03:22 PM Best Answer
There is a GearCollector.xml file in Windower4/plugins/settings.
<?xml version="1.0" ?> <settings> <!-- This file controls the settings for the GearCollector plugin. Settings in the <global> section apply to all characters The available settings are: blockKeyboard - Automatically disable your keyboard when collection starts blockMouse - Automatically disable mouse useSafe - Use your mog safe to collect/store items useLocker - Use your mog locker useSatchel - Use your satchel useSack - Use your sack useStorage - Use storage autoHeal - automatically places you in a a /heal when collection ends itemDelay - Time to wait inbetween moving items. openStorage - Whether or not to open storage sources when moving items --> <global> <blockKeyboard>true</blockKeyboard> <blockMouse>false</blockMouse> <useSafe>true</useSafe> <useLocker>true</useLocker> <useSatchel>false</useSatchel> <useSack>false</useSack> <useStorage>false</useStorage> <autoHeal>true</autoHeal> <itemDelay>500</itemDelay> <openStorage>true</openStorage> </global> <!-- You may also override specific settings on a per-character basis here. For example, if you only wanted to use your satchel on a character named Bob, you would have a structure of <Bob> <useSatchel>true</useSatchel> </Bob> --> </settings>
Posted 08 August 2013 - 06:05 AM
I have an old question. In the original gear collector, you could put stuff in an xml file or in your spellcasts to tell it to put gear in specific places. Does the new gear collector work that way? for instance, a melee set on whm you could put load="no" and it would load it. Or, you could tell it to always put your echo drops into your sack.
Posted 08 August 2013 - 08:45 AM
I have an old question. In the original gear collector, you could put stuff in an xml file or in your spellcasts to tell it to put gear in specific places. Does the new gear collector work that way? for instance, a melee set on whm you could put load="no" and it would load it. Or, you could tell it to always put your echo drops into your sack.
It does not, however this would be a good candidate for a new Addon. The Addon could either make use of Itemizer, or a feature request can be posted to our Lua Issue Tracker for an item move function.
In the future please post unrelated questions as new topics so that they can be individually answered; our system can only mark a single post as the solution to a support topic.
Posted 08 August 2013 - 09:00 PM
Thanks you for the amazing support. I was messing around in global.xml still!
Posted 09 August 2013 - 12:24 PM
It does not, however this would be a good candidate for a new Addon. The Addon could either make use of Itemizer, or a feature request can be posted to our Lua Issue Tracker for an item move function.
In the future please post unrelated questions as new topics so that they can be individually answered; our system can only mark a single post as the solution to a support topic.
Ok, I can do that. I just figured since it was a gearcollector question, i'd save the server space.
0 members, 1 guests, 0 anonymous users