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

Need help asap (pickit)

qztr

Active Member
Joined
Mar 31, 2012
Messages
1,932
Reaction score
17
Hey.
Just bought this, working pretty good I guess. Although I don't like that it's getting stuck at stash.

Can somebody tell me how to make that my bot ONLY picks up gold?
Running it in nightmare, and I'm about to go to bed so I prefer fast answers. And I don't need any drops from Nightmare. Well, maybe legendaries.

So a "pickit" for gold and unid legendaries would be awesome.


Can anyone help me out here?
 
<?xml version="1.0" encoding="utf-8" ?>
- <ItemRules name="Default Item Rules" useRoundedValues="true">
- <!-- The order in which item rules are evaluated. Typically, this is fine for almost all rule sets.
However, you may want to switch things around sometimes if you want to force-sell things that may match keep rules.
-->
<Priority priority1="Keep" priority2="Salvage" priority3="Sell" />
- <Categories>
- <Category ruleType="PickUp">
- <!-- Pick up all Legendary items
-->
- <ItemRule>
- <StatRules>
<Rule quality="Legendary" />
</StatRules>
</ItemRule>
- <!-- Pick up gold, at least in stacks of 1
-->
<ItemRule itemName="Gold" stack="1" />
</Category>
- <Category ruleType="Keep">
- <ItemRule ruleType="Keep" description="Legendary">
- <StatRules>
<Rule quality="Legendary" />
</StatRules>
</ItemRule>
</Category>
- <Category ruleType="Sell">
- <ItemRule description="Sell Everything">
- <StatRules>
<Rule quality="Magic1" />
</StatRules>
</ItemRule>
</Category>
</Categories>
</ItemRules>

Works for me. The pre-made ones didnt work like I wanted them to.
Picks up Gold and Legendarys, ignores the rest.
 
Stop calling it pickit, this is not the unmentioned bot.

It's loot rules.
 
Anyone else having trouble loading the itemrules?? It will only load DefaultItemRules for me. Even if i select other rules
 
Anyone else having trouble loading the itemrules?? It will only load DefaultItemRules for me. Even if i select other rules

That's because of this line


- <ItemRules name="Default Item Rules" useRoundedValues="true">


Doesn't matter what you name it, so rename it to whatever you want.
 
getting stuck at stash is most likely because you don't have room in the stash page/s your telling the bot to use...
 
Back
Top