Does anyone have a file that basically keeps trifecta items, jewelry, gems, potions, and legendaries and sells everything else? I suck at programing. Tired of my monk getting stuck trying to sell when my stash is full. Thanks.
sorry for my noobish question but my english its not good... i no need to pick up blue item and i need to pick up topaz, amethyst and tome of secret. what can I do this? pls help me my item rules: <!-- Pick up all pages and tomes, blacksmithing/jewelcrafting --> <ItemRule itemName="Page of*" /> <ItemRule itemName="Tome of*" /> <!--BS plans--> <ItemRule itemName="Plan*" /> <!--JC plans--> <ItemRule itemName="Design*" /> <!-- Gems --> <ItemRule itemName="*Ruby*" /> <ItemRule itemName="*Emerald*" /> <ItemRule itemName="*Topaz*" /> <ItemRule itemName="*Amethyst*" /> <!-- Health potions --> <ItemRule itemName="*Health Potion*" /> </Category> bot pick up ruby, emerald, plan, design and health but dont pick tome, topaz and amethyst. Why?
Could you be playing in a different language than English? If so, all itemName strings should be localized to your language. In other words, if you hover your mouse over the item, you should use the name that appears in your tooltip.
Actually sounds more like you're running trinity on default settings. If you're using this plugin, edit it's settings in the Plugins Tab > GilesTrinity > Config > Items Tab. You can refer to the trinity section of the forums for more details
why bot pick up blue items, yellow and legend? why pick up ruby... my item rule set in setings is DefaultItemRules
You did not read my post. From your last post, you OBVIOUSLY are using the Trinity plugin. re-read my post about how to edit the settings for what it picks up
sorry and thx for suggestions. U have right,I fix problem and configure settings trinity in buddy>plugin>trinity>config>items
I would like to request that the main post showing how to edit loot rules be updated to the current way they should be written because the DefaultItemRules.xml that comes standard with demonbuddy now is written differently than what is shown. I just would like to make my own loot rules so I am not sorting through a lot of trash items everyday. Or could someone show me a correct and working loot rule so I can base mine off of it? Thanks
?itemType - if you need fine-grained filtering of items, this is the attribute to use. Valid values are as follows: ?Axe ?Sword ?Mace ?Dagger ?Bow ?Crossbow ?Staff ?Spear ?Shield ?Gloves ?Boots ?Chest ?Ring ?Amulet ?Quiver ?Shoulder ?Legs ?FistWeapon ?Mojo ?CeremonialDagger ?WizardHat ?Helm ?Belt ?Bracer ?Orb i dont know the "axe" means only 1hand axe or means all axes (1hand axe and 2hand axe)? if it means all axes, how can i separate 1hand axe and 2hand axe? can i use itemType="1handweapon"? or itemType="1handaxe"?
Code: <!-- 1H Axes --> <ItemRule itemType="Axe" twoHanded="false"> ... </ItemRule> <!-- 2H Axes --> <ItemRule itemType="Axe" twoHanded="true"> ... </ItemRule>
Guys is it possible to only pick up 1handed swords ,axes etc etc ? Anyone got the code for it cause the one i tried from here did not work ? + anyone knows the itemname for the barbarian belt and weapon ?
there is default rules, and high level item rules. you can also Adjust your item scoreing. you shouldn't be getting any problems. ---- if anyone knows how to keep legendary's and rare's such as rings/amulets UNID, message me.
do i just PASTE a LOOT rule on the LOOT rule folder ? put a NEW LOOT RULE on the RULES folder and it will take effect ? am i right or wrong ? please teach me... thanks...
problem with stash After ban wave, and update DB, my char never put in stash weapons.... nvm what stats they have, only legendary weapons .... some can tell me why, and what i need to do for fix this ?( I make 1 test, with one 1h weapon with 1080 dps-crith chance and socet, and bot sell in vendor this weapon ) I used Trinity items rule.