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

Loot rules

doondoons

New Member
Joined
May 3, 2013
Messages
13
Reaction score
0
Hi everyone so i am pretty new to the whole botting experience i have been runung it about 2 weeks on and off and have now decided i want to give editing the loot rules abit.

Is there an in-depth newb guide somewhere (i did try looking) could only find the standard 1 which i dont think had this answer and it all seems complicated in a sense, like for example i want to turn some items off to be stashed like say boots however i'd still like to pick them up for selling.

Code:
// +---------------------------------------------------------------------------+
// | -- Feet
// +---------------------------------------------------------------------------+
[QUALITY] == "Rare" && [TYPE] == "Boots" # ([DEXVIT] > 225 || [STRVIT] > 125 || [INTVIT] > 125) && [MS%] > 11 && [ALLRES] > 50 && ([REGEN] > 300 || [ARMORBONUS] > 240 || ([GF%] >= 25 && [MF%] >= 20))
[QUALITY] == "Rare" && [TYPE] == "Boots" # ([DEXVIT] > 275 || [STRVIT] > 175 || [INTVIT] > 175) && [MS%] > 11 && [ALLRES] > 60
[QUALITY] == "Rare" && [TYPE] == "Boots" # ([DEXVIT] > 325 || [STRVIT] > 225 || [INTVIT] > 225) && [ALLRES] > 70
[QUALITY] == "Rare" && [TYPE] == "Boots" # ([DEXVIT] > 375 || [STRVIT] > 275 || [INTVIT] > 275) && [ALLRES] > 50
// trash rule
[QUALITY] == "Rare" && [TYPE] == "Boots" -> [TRASH]

so am i right in saying i comment every line out if i want all to be sold except the last 'Trash rule'

Also i was wanting a way to individually set ilvls, i understand in trinity there is a min ilvl pickup, which is fine (i have mine set to ilvl62), but as a 1 off i'd like ilvl 61 gloves picked up also, is this possible?

Thanks for listening.

Doondoons


Edit: just remembered 1 more thing, when using for example the hard rules set, the scoring is still enabled in the plugin, does this become obsolete with the enabling of a rule set.
 
Last edited:
Back
Top