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

need some help -> +10 death hour, mp 0, with very nice gear

johnny1730

New Member
Joined
Sep 1, 2012
Messages
443
Reaction score
0
I am running 2 monk on mp zero , with 350 all res, 40k like, 100k dps (life steal skor), a lot of spirit regen, 10k life globe, 14 pick up radius... But they keep dying a lot, and i dont know why.What can i do?
 
monitor and draw a conclusion, switch skills?
I'd say you probably have too much vit and too little armor/allres.
 
try using the monk set hands, one with initially built in crit (try to get a socketed one) and the other with either a socket or crit.
If you continue to die, check your ping.. learn to tweak settings. I mean, i've seen your name from months on.. you should probably picked up a few hints on how to get the most out of your bot by now?

Sometimes if you have good ls it's better to turn down some of the aoe sliders, depending on as etc..
which skills are you using?
 
id say you can blame the low res.. Monks are very easy to get high res with. Cant see your build, but use passive skill "one with everything" and try and get all res + single res of your choice, on as many of you items as possible. Poison res would be the obvious choice, if you use andarials visage - but if you use innas set - you can pick any res of your choice (fire and arcane are the most expensive)
 
I am running 2 monk on mp zero , with 350 all res, 40k like, 100k dps (life steal skor), a lot of spirit regen, 10k life globe, 14 pick up radius... But they keep dying a lot, and i dont know why.What can i do?


your weapon (read attack speed is the problem) asuming your skill setup is normal

my monk:
370 all res, 3400 armor 39k hp 95k dps low spirit regen, no bonus from globes. = 0 deaths an hour

i got 2.2% life steal
and 2-1handers with 1.8 attacks per sec.
or u could be missing 1 passive (near death experience)

on bots with low res like ours, always run near death experience.
i run 10 monks, all with this setup (some a little higher dps) and none die.
 
Last edited:
try using the monk set hands, one with initially built in crit (try to get a socketed one) and the other with either a socket or crit.
If you continue to die, check your ping.. learn to tweak settings. I mean, i've seen your name from months on.. you should probably picked up a few hints on how to get the most out of your bot by now?

Sometimes if you have good ls it's better to turn down some of the aoe sliders, depending on as etc..
which skills are you using?

yes i am botting for a few time.My wiz is 0 dead hour.After the ban i build 2 monks since the buff on the patch.I just dont no why they keep dying =/

I pluged a cable to see if is a internet problem.Is my first experience with yar (befor i was using vware).I have do take any expecial care on running 3 stances?Like fps limit is a determinat amount?I just puted diablo on lowest res possible.
 
Last edited:
Im using a life on kill build with poison resist stack and i almost never die. It's like 1k+ res all with 7-8k life on kill. Super cheap gear (Sub 20m), kills quick, never dies.
 
fixed 0 - 2 death hour. i made a alteration on the monk.cs,25%life serenity if anyone want it here go

// Serenity if health is low
if ((PlayerStatus.CurrentHealthPct <= 0.25 || (PlayerStatus.IsIncapacitated && PlayerStatus.CurrentHealthPct <= 0.80)) && Hotbar.Contains(SNOPower.Monk_Serenity) &&
GilesUseTimer(SNOPower.Monk_Serenity, true) &&
PlayerStatus.PrimaryResource >= 10 && PowerManager.CanCast(SNOPower.Monk_Serenity))
{
return new TrinityPower(SNOPower.Monk_Serenity, 0f, vNullLocation, CurrentWorldDynamicId, -1, 1, 1, USE_SLOWLY);
}
// Breath of heaven when needing healing or the buff
if (!UseOOCBuff && (PlayerStatus.CurrentHealthPct <= 0.6 || !GetHasBuff(SNOPower.Monk_BreathOfHeaven)) && Hotbar.Contains(SNOPower.Monk_BreathOfHeaven) &&
(PlayerStatus.PrimaryResource >= 35 || (!Hotbar.Contains(SNOPower.Monk_Serenity) && PlayerStatus.PrimaryResource >= 25)) &&
GilesUseTimer(SNOPower.Monk_BreathOfHeaven) && PowerManager.CanCast(SNOPower.Monk_BreathOfHeaven))
{
return new TrinityPower(SNOPower.Monk_BreathOfHeaven, 0f, vNullLocation, CurrentWorldDynamicId, -1, 1, 1, USE_SLOWLY);
}
 
Back
Top