can u guys post your rare ring/amulet loot setting?
I got too many trash by the default rules - -
thx a lot
hi guys ... sry ...
i forgot to tell jubisman (Unified Giles) about the interpreter.init() command that needs to be in the OnEnable() GilesPlugin ... to get item rules readed on each plugin enable ...
the actul version should work now ...
// +--------------------------------------------------------------------------------------+
// | __| | | \ \ | __| __| | _ \ __|
// | ( __ | _ \ . | (_ | _| | ( | (_ |
// | \___| _| _| _/ _\ _|\_| \___| ___| ____| \___/ \___|
// +--------------------------------------------------------------------------------------+
// | 1.02a:
// | - changed [DMGFACTOR] = attackspeed + critchance*2 + critdmg/5
// | ... sry for that change ... but it seems more accurate now ..
// | ex. item has 6% [CRIT%], 50% [CRITDMG%], 7% [AS%] & 60 [AVGDMG] ... DMGFACTOR would be ..
// | = 12 + 10 + 7 + 3 = 32
// | - hard rare rules for rings and amulets ... check before u use
// +--------------------------------------------------------------------------------------+
bumpWill it work with ru client?
should be fixed now .... the init() in the interpreter needed also to be uncommented ^^
Code:// +--------------------------------------------------------------------------------------+ // | __| | | \ \ | __| __| | _ \ __| // | ( __ | _ \ . | (_ | _| | ( | (_ | // | \___| _| _| _/ _\ _|\_| \___| ___| ____| \___/ \___| // +--------------------------------------------------------------------------------------+ // | 1.02a: // | - changed [DMGFACTOR] = attackspeed + critchance*2 + critdmg/5 // | ... sry for that change ... but it seems more accurate now .. // | ex. item has 6% [CRIT%], 50% [CRITDMG%], 7% [AS%] & 60 [AVGDMG] ... DMGFACTOR would be .. // | = 12 + 10 + 7 + 3 = 32 // | - hard rare rules for rings and amulets ... check before u use // +--------------------------------------------------------------------------------------+
how to I prevent this plugin pick up a lot of trash quiver that doesn't have right stat ( Strenght, intel instead Dex ) ?
Do I need to check "Use Custom Loot Rules" in GilesTrinity?
I was wondering the same thing because I can't get it to stop trashing set and legendary items.
[GilesTrinity] ItemRuleSet: Vile Ward [shoulderPads_norm_unique_03-219] = (TRASH)
[GilesTrinity] ItemRuleSet: Natalya's Embrace [Cloak_norm_set_03-265] = (TRASH)
the bot only keeps good legendary rools ... at least it should ... if u want to keep each legendary/set ... then ...uncomment the line in legendary.dis at the begining ... that will keep all legendarys/set!!!