What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Pickit Guide please :)

Gsi_jimbo

New Member
Joined
May 18, 2012
Messages
77
Reaction score
0
Right had a quick look through the DefaultItemRules and cant make out what to do.

Problem is im botting in NM core and its stashing yellows without id'ing them which to me is a waste as i'd like them to sell.

How would i go about doing this?
 
Having the same problem. I don't really understand the item rules file, I just want to disable the rules to pick up gems and to stash yellows, but I don't know how. Put "//" in front of it?
 
well at the minute my DefaultItemRules.xml

Havent a clue also disable health pots in NM would be good
 
<!-- Gems -->
<!-- ItemRule itemName="*Ruby*" stack="1" / -->
<!-- ItemRule itemName="*Emerald*" stack="1" / -->
<!-- ItemRule itemName="*Topaz*" stack="1" / -->
<!-- ItemRule itemName="*Amethyst*" stack="1" / -->

<!-- Health potions -->
<!-- ItemRule itemName="*Health Potion*" stack="1" / -->

Find and Modify.
IMO "save as" as different file.
 
some1 knows if its possible to pickup health globes?
 
<!-- Keep rares and legendaries, regardless of stats. -->
<ItemRule ruleType="Keep" description="Rare and better items!">
<StatRules>
<Rule quality="Rare4" />
</StatRules>
</ItemRule>

do i change this bit <Rule quality="Rare4" /> ?

but how will it know to id the yellows before handing them over to the vendor
 
I have made my own item file and just removed the whole sections that tell it to pick up gems and keep any rare. It doesnt pick up gems anymore, but still stashes all unid rares and doesn't identify anything.
 
Back
Top