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

DB wont pick up anything, yes my <Pickuploot> is true

lol the default rules are terrible?

here's you'r ruleset for

<Keep>

<ItemRule itemBaseType="Armor" description="Rare armor with Intelligence">
<StatRules>
<Rule stat="Quality" value="Rare4" />
<Rule stat="Intelligence" minValue="100" />
</StatRules>
</ItemRule>

<ItemRule itemBaseType="Jewelry" description="Rare jewelry with Intelligence">
<StatRules>
<Rule stat="Quality" value="Rare4" />
<Rule stat="Intelligence" minValue="100" />
</StatRules>
</ItemRule>

<ItemRule itemName="String of Ears" description="High DR% String of Ears">
<StatRules>
<!-- String of Ears should have at least 17% damage reduction. Any lower and its not worth a whole lot.-->
<Rule stat="DamageReductionPhysicalPercent" minValue="17" />
</StatRules>
</ItemRule>

<ItemRule itemName="Talisman of Aranoch" description="Talisman of Awesome Lowbieness" />

<!-- Keep rares and legendaries, regardless of stats. -->
<ItemRule ruleType="Keep" description="Rare and better items!">
<StatRules>
<Rule stat="Quality" value="Rare4" />
</StatRules>
</ItemRule>

why would anyone want to use that?

edit* i tried it, it picked up a 58 chest and left a 62 helm. something is wrong with db
 
Last edited:
lol the default rules are terrible?

here's you'r ruleset for

<Keep>



why would anyone want to use that?

edit* i tried it, it picked up a 58 chest and left a 62 helm. something is wrong with db

it works as it should for me so i cant see a reason that doesnt work for you
 
thanks so much for your help.................................................................................................................................................................................................................................................................................................

I write computer software for a living, I've done multiple plugins for demon buddy. I am not stupid when it comes to this kind of stuff. I wouldn't be posting this if there was a problem on my end.
 
I write computer software for a living

so you can edit the default rules and change them as you wish

or you can use the included High level rules
 
thanks so much for your help.................................................................................................................................................................................................................................................................................................

I write computer software for a living, I've done multiple plugins for demon buddy. I am not stupid when it comes to this kind of stuff. I wouldn't be posting this if there was a problem on my end.


Jmac, I'm having looting issues too. Right now I'm running only 1 plugin: Rad's profile manager.

Check your logs for something that looks like this:

[14:49:31.782 D] System.AccessViolationException: Could not read bytes from 00000008 [299]!
at Zeta.MemoryManagement.ExternalProcessReader.ReadBytes(IntPtr address, Int32 count, Boolean isRelative)
at Zeta.MemoryManagement.ExternalProcessReader.Read[T](IntPtr address, Boolean isRelative)
at Zeta.Internals.Actors.ACD.[](ACD , Int32 )
at Zeta.Internals.Actors.ACD.GetAttribute[T](Int32 attribute)
at Zeta.Internals.Actors.ACD.GetAttribute[T](ActorAttributeType attributeType)
at Zeta.Internals.Actors.DiaUnit.get_HitpointsCurrent()
at Zeta.Internals.Actors.DiaUnit.get_HitpointsCurrentPct()
at GilesCombatReplacer.GilesCombatReplacer.GilesCombatOverlord(Object ret)
at Zeta.TreeSharp.Decorator.CanRun(Object context)
at Zeta.TreeSharp.Decorator..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.PrioritySelector..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.Common.HookExecutor.Run(Object context)
at Zeta.TreeSharp.Action.RunAction(Object context)
at Zeta.TreeSharp.Action..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.PrioritySelector..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.CommonBot.BotMain.()

After that point, looting has stopped (in my previous trials.) But those were with Rad's Profile Manager and GilesCombatReplacer. Now I'm just running Belphegor. High lvl loot rules, btw, but this isn't a loot rule problem because it functions up until that error happens. I will update pending this test run.
 
Back
Top