Advertisement
Guest User

Untitled

a guest
May 22nd, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.17 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <config>
  4.  
  5. <inventory enabled="1">   <!-- TO DISABLE ALL INVENTORY FEATURES: change enabled="1" to enabled="0" -->
  6.  
  7.         <!-- disabled -->
  8.     <keep_corner enabled="0" color="255,128,255,84" stroke="-1.6" /> <!-- Green corner on items, PickIt feature -->
  9.     <force_sell_corner enabled="0" color="255,255,0,0" stroke="-1.6" /> <!-- Red corner on items, PickIt feature -->
  10.     <sell_darkening enabled="0" color="178,38,38,38" stroke="0" /> <!-- Grayed items, PickIt feature -->
  11.     <accbound enabled="0" />   <!-- display new account-bound "anchor" on items -->
  12.  
  13.         <!-- enabled -->
  14.     <item_bar enabled="1" />   <!-- display mats below inventory/bags -->
  15.     <legendary_gem enabled="1" />   <!-- display rank of legendary gems -->
  16.     <horadric_cache enabled="1" />   <!-- display act/difficulty of Horadric caches (bounty bags from completing Acts) -->
  17.  
  18.         <!-- enabled -->
  19.     <ancient_rank enabled="1">   <!-- display rank (1) on ancient legendary items -->
  20.         <title font_family="verdana" font_size="11" font_color="255,0,0,0" font_bold="1" font_shadow="1">
  21.             <custom_shadow enabled="1" heavy="1" color="255,255,0,0" />
  22.         </title>
  23.     </ancient_rank>
  24.  
  25. </inventory>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement