question, is it better to get say 50+ gph on t3 or 35 gph on t4? im inclined to think T3 50 GPH but cannot be sure. thoughts?
50gph hands down
question, is it better to get say 50+ gph on t3 or 35 gph on t4? im inclined to think T3 50 GPH but cannot be sure. thoughts?
how to increase kill range @ ghom so my dh dosnt walk up to him?
Same here man, after todays reset legendaries havent dropped at all.Is something going on right now cause I've had 1 leg at 61 gph @ Zoltan Kulle T6 in the past 5h30 minutes now. Never experienced anything THIS bad before.
Same here man, after todays reset legendaries havent dropped at all.
Same here man, after todays reset legendaries havent dropped at all.
Does anyone getting any class specific set item from?
I am doing T6 Ghom and got hundreds of leg but not class specific items. In the matter of fact, not set beside the Blackthorn.
===== Misc Statistics =====
Total tracking time: 1h 50m 31s
Total deaths: 0 [0 per hour]
Total games (approx): 63 [34,2 per hour]
Total XP gained: 1414,41 million [767,77 million per hour]
Total Gold gained: 6911,93 Thousand [3751,95 Thousand per hour]
===== Item DROP Statistics =====
Items:
Total items dropped: 198 [107,48 per hour]
Items dropped by ilvl:
Items dropped by quality:
- White: 4 [2,17 per hour] {2,02 %}
- Magic: 31 [16,83 per hour] {15,66 %}
- Rare: 163 [88,48 per hour] {82,32 %}
===== Item PICKUP Statistics =====
Items:
Total items picked up: 187 [101,51 per hour]
Item picked up by ilvl:
Items picked up by quality:
- Magic: 30 [16,28 per hour] {16,04 %}
- Rare: 157 [85,22 per hour] {83,96 %}
===== End Of Report =====
T5 Crusader Kulle + Quest
Code:===== Misc Statistics ===== Total tracking time: 1h 50m 31s Total deaths: 0 [0 per hour] Total games (approx): 63 [B][34,2 per hour][/B] Total XP gained: 1414,41 million [767,77 million per hour] Total Gold gained: 6911,93 Thousand [3751,95 Thousand per hour] ===== Item DROP Statistics ===== Items: Total items dropped: 198 [107,48 per hour] Items dropped by ilvl: Items dropped by quality: - White: 4 [2,17 per hour] {2,02 %} - Magic: 31 [16,83 per hour] {15,66 %} - Rare: 163 [88,48 per hour] {82,32 %} ===== Item PICKUP Statistics ===== Items: Total items picked up: 187 [101,51 per hour] Item picked up by ilvl: Items picked up by quality: - Magic: 30 [16,28 per hour] {16,04 %} - Rare: 157 [85,22 per hour] {83,96 %} ===== End Of Report =====
bcause i run it for legs. And it keeps to logout me every 10 min that annoying me very much
how do u set it to only pick up legs?
where the change in the Trinity that would bot rares items sold everything? I he breaks them, nowhere to put materials) thxIt's a trinity setting, Plugins > trinity > config > Items. Change magic and rare items to none.
really nice profile and worked for 100%. But my bad that I play a monk. On T2 i need 25+ seconds ( 45-50 runs/per hour ) for ghom with 1,2million dps + 95% dmg. Any other monk here who have a build to do it faster or maybe on higher torments ?
if (!UseOOCBuff && !IsCurrentlyAvoiding && CombatBase.CanCast(SNOPower.X1_Monk_Epiphany, CombatBase.CanCastFlags.NoTimer) &&
(TargetUtil.EliteOrTrashInRange(15f) || TargetUtil.AnyMobsInRange(15f, 5)))
{
return new TrinityPower(SNOPower.X1_Monk_Epiphany);
}
if (!UseOOCBuff && !IsCurrentlyAvoiding && CombatBase.CanCast(SNOPower.Monk_LashingTailKick) && !Player.IsIncapacitated &&
// Either doesn't have sweeping wind, or does but the buff is already up
(!Hotbar.Contains(SNOPower.Monk_SweepingWind) || (Hotbar.Contains(SNOPower.Monk_SweepingWind) && GetHasBuff(SNOPower.Monk_SweepingWind))) &&
((Player.PrimaryResource >= [COLOR="#FF0000"]25[/COLOR] && !Player.WaitingForReserveEnergy) || Player.PrimaryResource >= MinEnergyReserve))
{
Monk_TickSweepingWindSpam();
return new TrinityPower(SNOPower.Monk_LashingTailKick, 10f, Vector3.Zero, -1, CurrentTarget.ACDGuid, 1, 1, WAIT_FOR_ANIM);
}