d2jsp
Log InRegister
d2jsp Forums > Diablo II > Diablo 2 Discussion > Strategy & Guides > Return Of The Shaman > A Continuation
Prev1181920212225Next
Add Reply New Topic New Poll
Member
Posts: 9,487
Joined: Jun 19 2014
Gold: 9,050.00
Jul 17 2020 05:26am
Eh not worried about pelt druids, I generally team duel and all the druids rock circlets. Not sure what the exact damage is but I imagine it is 6500 tops, more likely 6.1-6.3. Pretty sure I can get to 8200 without wc skillers, although I may have to upgrade my rings... not even sure if rares can spawn what I need, as I am a bit low on resists with the gaze and sdancers setup, meaning it needs to come from rings, meaning each ring needs either 30 fire or 30 light res, in addition to life, ar, fcr, and ll. Not easy to get everything perfect but it seems like it could be somewhat of a breakpoint so to speak for certain duels.

This post was edited by Gilgameshed on Jul 17 2020 05:27am
Member
Posts: 9,487
Joined: Jun 19 2014
Gold: 9,050.00
Jul 19 2020 11:16am
look what I just snagged for 250 fg on escl

Member
Posts: 21,426
Joined: Sep 3 2006
Gold: 1,110.00
Jul 19 2020 12:12pm
Quote (Gilgameshed @ Jul 19 2020 07:16pm)
look what I just snagged for 250 fg on escl

https://i.imgur.com/bDBajEN.png


Nice :)
Member
Posts: 21,426
Joined: Sep 3 2006
Gold: 1,110.00
Jul 28 2020 02:15pm
Quote (Gilgameshed @ Jul 19 2020 07:16pm)
look what I just snagged for 250 fg on escl

https://i.imgur.com/bDBajEN.png


Damn cool one^^ Im kinda searching:
2/3fissure/1-3armageddon/hopefully some fc^^/2soc


Anyway:
Any could help me with Attack rating and Defense rating calc on grizzly?


I use this formula, and it seems wrong(AR to low, and DEF way to high):

Attackrating:
None HoW =ROUNDDOWN((605+(20*GrizzlySlvl)+IF(SpiritWolfSlvl>0;25*SpiritWolfSlvl;0)+Monsterlvl);0)
With HoW =ROUNDDOWN(((605+(20*GrizzlySlvl)+IF(SpiritWolfSlvl>0;25*SpiritWolfSlvl;0)+MonsterLvl))*(1+(HOWed%/100));0)
And i was figuring to do one with fana which I put together with HoW.
MonsterLvl = Charlvl?
What else can i have done wrong? Copied it from amazon basin, made excel format and rounded down... Maby its not +IF, it might be *IF?? If i multiply i get 20k, if i + i get 1597... (lvl 14 end lvl of all summons)
Was able to raise it to 3097 now by multiplying but as *(1+(IF(SpiritWolfSlvl>0;25*SpiritWolfSlvl;0))/100)+MonsterLvl

Defense Rating:
Base def = 245*monsterlvl /// (monsterlevel = clvl)
+%defense = IF(SpiritWolfSlvl >0;40+(10*SpirtiWolfSlvl);0)
Total def = Base Def*(1+(%def/100))

This seems wrong as it gives him a base def of 22540 and a Total def of 63112 xD

Whats wrong? ^^
Member
Posts: 9,487
Joined: Jun 19 2014
Gold: 9,050.00
Jul 28 2020 02:23pm
Calling gloomshill, repeat, calling gloomshill!
Member
Posts: 21,426
Joined: Sep 3 2006
Gold: 1,110.00
Jul 28 2020 02:38pm
Quote (Gilgameshed @ Jul 28 2020 10:23pm)
Calling gloomshill, repeat, calling gloomshill!


ye^^




According to amazon basin, monsterlevel is same as char level.

Monster level of 92 has 3674 ar. But dno if i use use +92 or +3674 at the end of formula.
Attack Rating 605+(20*slvl)+if(SSW.lvl >0, 25*SSW.lvl, 0)+MonLvl [2]

605+(20*14)+25*14+3674 = 4909
300 to high for Druid pet calc, but Basin Wiki told me to add 300 in comment when linking to calc.

Oki, so i just need to + instead of * and add the correct monster level ar^^

And ofc find the formula for ar pr monster lvl xD
Else i have to add entire table and use vlookup LOL xD
Im really close for Monsterlevel*43-282 for level 90+

Finally xD

Now def is rest to solve^^

Ye found def as well^^
+ monster level bonus^^ Not *92^^

Found the formula by trying and failing lol xD

Hell ar for monster level is:
Monster lvl * 38 + 178 (works for 1 to lvl 109 monsters)
or
Charlvl * 38 + 178

This post was edited by gel87 on Jul 28 2020 03:01pm
Member
Posts: 9,487
Joined: Jun 19 2014
Gold: 9,050.00
Jul 28 2020 02:55pm
Not sure I can handle all those numbers myself, but I am also interested in similar stats, namely the defense of bone prison in hell. Need my baba to be able to knock those walls down in one hit without missing for teh fpks.
Member
Posts: 21,426
Joined: Sep 3 2006
Gold: 1,110.00
Jul 28 2020 03:01pm
Quote (Gilgameshed @ Jul 28 2020 10:55pm)
Not sure I can handle all those numbers myself, but I am also interested in similar stats, namely the defense of bone prison in hell. Need my baba to be able to knock those walls down in one hit without missing for teh fpks.


thought was the same as nec?

Ah sry, saw bone prison^^

Okay def:
So far:
level 1-19 = Mlvl * 15 + 132
level 20-39 = Mlvl * 15 + 131
level 40-59 = Mlvl * 15 + 130
level 60-79 = Mlvl * 15 + 129
level 80-109 = Mlvl * 15 + 128

Full formula. B1 = Monster/Char level aka 92 in my case.
=((15*B1+132) * (GESTEP(B1)-GESTEP(B1;19)) + (15*B1+131) * (GESTEP(B1;20)-GESTEP(B1;39)) + (15*B1+130) * (GESTEP(B1;40)-GESTEP(B1;59)) + (15*B1+129) * (GESTEP(B1;60)-GESTEP(B1;79)) + (15*B1+128) * (GESTEP(B1;80)))


Okay, got all grizzly stuff in excel now except:
Ias frames(will do tomorrow)

And unsure about oak / bo bonus... I added them together with syntenergies.
=BaseMaxLife*(1+((Oak%+Bo%+LocalLife%)/100))
Correct? Or should i add them seperate. This comment is on amazon basin, and im wondering if he mean we should do that, or that calc is wrong?

Quote
Druid Pet Calculator
Add 300 to Grizzly AR.
+% Maximum Life from Battle Orders and Oak Sage is not added to +% life from Summon Dire Wolf passive bonus, it is applied afterwards.
Does not take into account increased skill level and thus increased +% Damage for Bear Smite in Nightmare and Hell.


This post was edited by gel87 on Jul 28 2020 03:53pm
Member
Posts: 9,487
Joined: Jun 19 2014
Gold: 9,050.00
Jul 30 2020 09:30am
how good are +cano pelts for shaman, whether in ele setup or not? I know fissure is the main damage dealer, but I am wondering if a +3 cano +3 geddon +2 druid skills pelt would be something worthwhile. The one I just got also has shockwave.
Member
Posts: 21,426
Joined: Sep 3 2006
Gold: 1,110.00
Jul 30 2020 10:01am
Quote (Gilgameshed @ Jul 30 2020 05:30pm)
how good are +cano pelts for shaman, whether in ele setup or not? I know fissure is the main damage dealer, but I am wondering if a +3 cano +3 geddon +2 druid skills pelt would be something worthwhile. The one I just got also has shockwave.


It will fhr very low players, the ones u kill while sleeping in my point of view.
Go Back To Strategy & Guides Topic List
Prev1181920212225Next
Add Reply New Topic New Poll