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

If i dont want giles trinity to pick up any lousy legendary

FyM

New Member
Joined
Sep 25, 2012
Messages
219
Reaction score
0
I've been getting loads of shitty legendary, would like to know, if i comment out this will it make giles only pick up items based on score and not based on if its a legendary must pick up ?

// If it's legendary, we always want it
if (tempquality >= ItemQuality.Legendary)
{
return true;
}
 
It is not sufficient, you need to modify the Switch case below to calculate the points for legendary items as well.
 
i could be wrong but i think it only scores the random affixes on legendaries too, making them all have low scores.

theres a ton of shit legendaries that have no chance of being good so if/when giles comes back im sure he will allow you to filter out which legendaries to stash and vendor.
 
use the unified giles... it has good loot filters
 
then a leoric's signet will get score 1000 and it could be sold for 20+mil gold
its a bad idea if your going to vendor them by score
its better to do it by the name of the item cause some legendary items just doesnt worth picking up even(and i wounder why blizz do those items's in the first place....)
 
then a leoric's signet will get score 1000 and it could be sold for 20+mil gold
its a bad idea if your going to vendor them by score
its better to do it by the name of the item cause some legendary items just doesnt worth picking up even(and i wounder why blizz do those items's in the first place....)

You won't find a Leoric's Signet in Inferno anyway.
 
It only scores for random affixes. you won't be credited for example for a lacuni prowlers +9% attack speed and +12% movement speed.
So technically, if you score a lacuni prowler with 90 str and +6% crit chance you would only get 15k score...but such an item sells for 500m+

Stone of Jordan ALWAYS scores a ZERO because it ONLY has properties that never spawn on rings and no random affixes. That doesnt stop it from being a minimum 1mill item that can be worth over 400m if it rolls well.

one thing that should be done to trinity is the ability to blacklist legendaries by name (some legens are always trashy no matter how they roll), or tell the bot to salvage/sell X legendary if it doesn't have X or Y property/property combo

this could be done back then in the D2 bots. you had a HUUUGE file that was filled with ALL the uniques and set items in the game, and if you didn't want your bot to keep it/pick it up, you would only need to remove it from the list, or add // before the item's name. You could also tell the bot not to keep it if it doesn't roll above X percentages
 
Last edited:
Back
Top