Advertisement
Byrth

GC_Settings.xml

Mar 29th, 2012
1,086
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.27 KB | None | 0 0
  1. <?xml version="1.0" ?>
  2. <settings>
  3.     <!--
  4.     This file controls the settings for the GearCollector plugin.
  5.     Settings in the <global> section apply to all characters
  6.     The available settings are:
  7.     blockKeyboard - Automatically disable your keyboard when collection starts
  8.     blockMouse - Automatically disable mouse
  9.     useSafe - Use your mog safe to collect/store items
  10.     useLocker - Use your mog locker
  11.     useSatchel - Use your satchel
  12.     useSack - Use your sack
  13.     useStorage - Use storage
  14.     autoHeal - automatically places you in a a /heal when collection ends
  15.     itemDelay - Time to wait inbetween moving items.
  16.     openStorage - Whether or not to open storage sources when moving items
  17.     -->
  18.     <global>
  19.         <blockKeyboard>false</blockKeyboard>
  20.         <blockMouse>false</blockMouse>
  21.         <useSafe>true</useSafe>
  22.         <useLocker>true</useLocker>
  23.         <useSatchel>true</useSatchel>
  24.         <useSack>true</useSack>
  25.         <useStorage>false</useStorage>
  26.         <autoHeal>true</autoHeal>
  27.         <itemDelay>200</itemDelay>
  28.         <openStorage>false</openStorage>
  29.     </global>
  30.  
  31.     <!--
  32.     You may also override specific settings on a per-character basis here.  For example,
  33.     if you only wanted to use your satchel on a character named Bob, you would
  34.     have a structure of
  35.     <Bob>
  36.         <useSatchel>true</useSatchel>
  37.     </Bob>
  38.     -->
  39. </settings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement