Another issue is the default stash rules that's come with this new plugin. I've been wondering why I haven't been stashing any one hander, and after seeing the rules, I realise why.
The one-hander weapons are following the same score system as the two handers and hence is being given a much smaller score and is not being stashed properly. They're being scored based on possible 400 max stat, which is not possible on a one hander. Likewise, the DPS is being scored based on a possible 1,500.
Hope you can change this soon as it's possible 200-300m items are being vendored.
I just now re-bought a mace with 990 dps, 2.8% life steal, socket and 56% crit hit damage from the vendor..
Besides for this I think a lot of the max stats are a bit off, referring from this list Maximum Stats for Every Item Slot - D3RMT
27/11/2012 13:24:27:
====================
Armor - Helm 'The Hood'. Score = 21895
Vitality=95. Magic Find %=20. Sockets=1. +All Resist=76
27/11/2012 13:53:12:
====================
Jewelry - Amulet 'Vengeance Chain'. Score = 22027
Strength=203. Life %=15. Life Regen=118. Globe Bonus=3570
I found some decent rules in this thread near the end http://www.thebuddyforum.com/demonb...-item-rules-dis-files-lets-work-together.html but I tweaked them a little because some of them(jewelry) seemed a bit too high.What is the recommended value for darkfriend77 rules?
Thanks
What is the recommended value for darkfriend77 rules?
Thanks
// Ray of Frost
if (!bOOCBuff && !bCurrentlyAvoiding && !playerStatus.bIsIncapacitated && hashPowerHotbarAbilities.Contains(SNOPower.Wizard_ RayOfFrost) &&
playerStatus.dCurrentEnergy >= 12)
{
float fThisRange = 5f;
if (settings.bEnableCriticalMass)
fThisRange = 5f;
return new GilesPower(SNOPower.Wizard_RayOfFrost, fThisRange, vNullLocation, -1, targetCurrent.iThisACDGUID, 0, 0, SIGNATURE_SPAM);
hi
I've switched 0.44 to Community one but it renders other plugins "invisible" like keyrun, radsatom, yar comms (there is only single trinity plugin in plugins) - cannot use it with champion hunting routes - any one?
mic
hi
I've switched 0.44 to Community one but it renders other plugins "invisible" like keyrun, radsatom, yar comms (there is only single trinity plugin in plugins) - cannot use it with champion hunting routes - any one?
mic
Changes to Barbarian skills:
- Wrath of the Berserker:
* Removed use timer check. WotB can now re-activate even if there's no enough fury and it fails (like when whirlwinding). Also makes it able to be used correctly after cooldown shrines;
* Removed extra 6 fury needed to avoid fail when whirlwinding. See above;
* Removed duplicated Logging.Write entry;
- Threatening Shout:
* Cosmetic changes.
- Revenge:
* Tweaked Pre and Post delays.
- Rend:
* Tweaked Pre and Post delays.
- Overpower:
* Rewrote some things (more optimization than changing);
* Cosmetic changes.
- Sprint:
* Made it usable even on non-whirlwind builds.
* Removed old commented code.
Also, removed a lot of my comments: "intell".
Removed duplicated code inside Sweeping Wind, some comments, and fine tunning in SW spam.
doesnt work at all for meNew release available at https://www.assembla.com/code/unifiedtrinity/git/nodes/master/GilesTrinity-1.7.0.10.zip
Just provide last modification by bombastic :
19:07:55.799 N] Flashing window
[19:08:00.339 N] Compiler Error: c:\Demonbuddy\Plugins\GilesTrinity\Plugin.cs(104,17) : warning CS0162: Unreachable code detected
[19:08:00.339 N] Compiler Error: c:\Demonbuddy\Plugins\GilesTrinity\RefreshDiaObject.cs(1279,29) : warning CS0162: Unreachable code detected
[19:08:00.339 N] Compiler Error: c:\Demonbuddy\Plugins\GilesTrinity\Abilities\Barbarian.cs(330,124) : error CS0103: The name 'targetCurrent' does not exist in the current context
[19:08:00.339 N] Compiler Error: c:\Demonbuddy\Plugins\GilesTrinity\Abilities\Barbarian.cs(330,177) : error CS1061: 'GilesTrinity.GilesPlayerCache' does not contain a definition for 'dCurrentEnergy' and no extension method 'dCurrentEnergy' accepting a first argument of type 'GilesTrinity.GilesPlayerCache' could be found (are you missing a using directive or an assembly reference?)
[19:08:00.339 N] Compiler Error: c:\Demonbuddy\Plugins\GilesTrinity\DbProvider\GilesPlayerMover.cs(167,17) : warning CS0219: The variable 'iSafetyLoops' is assigned but its value is never used
[19:08:00.339 N] Compiler Error: c:\Demonbuddy\Plugins\GilesTrinity\Settings\TrinitySetting.cs(313,17) : warning CS0162: Unreachable code detected
KeyRun users who want to use the CE edition of trinity v1.7.0.x may use my latest KeyRun 1.4 (not an official release but it is compatible as of last night anyway with v1.7.0.x)
https://www.dropbox.com/s/pqqy7gjlygzcn6f/KeyRun.cs
Diablo is down for maintenance at this time so once things pop back up I'll test out the new version rrrix's has provided. Thank you for the hard work rrrix and hti (and whomever else is contributing)
Tesslerc, your 2 hand swap is fantastic! Was wasting MP6 last night with little no deaths. Gonna keep pushing the MP levels![]()
Besides for this I think a lot of the max stats are a bit off, referring from this list Maximum Stats for Every Item Slot - D3RMT
doesnt work at all for me
Code:19:07:55.799 N] Flashing window [19:08:00.339 N] Compiler Error: c:\Demonbuddy\Plugins\GilesTrinity\Plugin.cs(104,17) : warning CS0162: Unreachable code detected [19:08:00.339 N] Compiler Error: c:\Demonbuddy\Plugins\GilesTrinity\RefreshDiaObject.cs(1279,29) : warning CS0162: Unreachable code detected [19:08:00.339 N] Compiler Error: c:\Demonbuddy\Plugins\GilesTrinity\Abilities\Barbarian.cs(330,124) : error CS0103: The name 'targetCurrent' does not exist in the current context [19:08:00.339 N] Compiler Error: c:\Demonbuddy\Plugins\GilesTrinity\Abilities\Barbarian.cs(330,177) : error CS1061: 'GilesTrinity.GilesPlayerCache' does not contain a definition for 'dCurrentEnergy' and no extension method 'dCurrentEnergy' accepting a first argument of type 'GilesTrinity.GilesPlayerCache' could be found (are you missing a using directive or an assembly reference?) [19:08:00.339 N] Compiler Error: c:\Demonbuddy\Plugins\GilesTrinity\DbProvider\GilesPlayerMover.cs(167,17) : warning CS0219: The variable 'iSafetyLoops' is assigned but its value is never used [19:08:00.339 N] Compiler Error: c:\Demonbuddy\Plugins\GilesTrinity\Settings\TrinitySetting.cs(313,17) : warning CS0162: Unreachable code detected