ViciousDelicious
New Member
- Joined
- Feb 29, 2012
- Messages
- 4
- Reaction score
- 0
It's on. I figured out that the problem was missing DPS. It's fine now. The last tumble prolly should increase the speed by picking up the gold faster but sometimes... meh.
It's on. I figured out that the problem was missing DPS. It's fine now. The last tumble prolly should increase the speed by picking up the gold faster but sometimes... meh.
Did they just remove the checkpoint by the gate where you start the profile? I had it running smoothly for ages then all of a sudden I looked up and saw the bot just randomly running around the map. So I restarted and the same thing happened. Then I tried closing everything and getting the checkpoint again but no checkpoint came up. Am I doing something wrong / bugged or are others having the same thing? Im EU btw.
jewelry not jewels.... jewelry meaning amulets and rings where as jewels mean gemstones....I am using the script, that is supposed to be to loot legendaries and jewels only. However it does not pick up jewels ... any idea why?
ItemRules name="No Trash" 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>
<ItemRule itemBaseType="Jewelry">
<StatRules>
<Rule quality="Rare4" />
</StatRules>
</ItemRule>
<!-- Pick up gold, at least in stacks of 100 -->
<ItemRule itemName="Gold" stack="100" />
</Category>
<Category ruleType="Keep">
<!-- Keep legendaries and rare jewelry, regardless of stats. -->
<ItemRule ruleType="Keep" description="Legendary items!">
<StatRules>
<Rule quality="Rare4" />
</StatRules>
</ItemRule>
</Category>
<Category ruleType="Sell">
<ItemRule description="Sell Everything">
<StatRules>
<Rule quality="Magic1" />
</StatRules>
</ItemRule>
</Category>
my bot gets stuck in a loop where it keeps dying to the same zombie over and over again until it has no gear (all red). this happens sometimes 2-3 hours after i start the bot. any way around this?






