d2jsp
Log InRegister
d2jsp Forums > Diablo II > Diablo 2 Discussion > Low Level Dueling > Rare Roll Guide?
Add Reply New Topic
Member
Posts: 24,627
Joined: May 16 2007
Gold: 3,051.00
Jun 18 2017 07:00am
Or whatever youd call it. Pskull + soj + rare something = nicer rare something. Is there something that explains it for lld?
Member
Posts: 12,792
Joined: Jul 19 2009
Gold: 69,448.19
Jun 18 2017 07:31am
Something something lld
Member
Posts: 26,918
Joined: Mar 18 2007
Gold: 5,495.69
Jun 18 2017 07:38am
pskull + soj
Code
Output iLvl = [ 0.66 * input iLvl ] + [ 0.66 * Char Lvl ]


6x pskull
Code
Output iLvl = [ 0.4 * input iLvl ] + [ 0.4 * Char Lvl ]


Code
IF(magiclvl > 0)

(1) THEN alvl = max{ilvl,qlvl} + magiclvl

ELSE IF(max{ilvl,qlvl} < 99 - int(qlvl/2))

(2) THEN alvl = max{ilvl,qlvl} - int(qlvl/2)
(3) ELSE alvl = 2*max{ilvl,qlvl} - 99

; ilvl and alvl are capped at 99


mlvl
Code
Only Circlets, Sorceress Orbs, Staves, and Normal + Exceptional Wands have magiclvl > 0,
Circlet (qlvl 24): mlvl = 3
Coronet (qlvl 52): mlvl = 8
Tiara (qlvl 70): mlvl = 13
Diadem (qlvl 85): mlvl = 18
Sorceress Orbs + Staves: mlvl = 1
Normal + Exceptional Wands: mlvl = 1


jewels qlvl note:
Code
alvl always = ilvl (because jewel qlvl=1)


for desired alvl for lld affixes:
tinyurl.com/d2affixlevels

This post was edited by bonnerf2 on Jun 18 2017 07:39am
Member
Posts: 24,627
Joined: May 16 2007
Gold: 3,051.00
Jun 18 2017 12:34pm
So if i wanna roll a nice lvl 30..something.. i need to use a lvl 45 and i guess something i find in a5 hell?
Member
Posts: 26,918
Joined: Mar 18 2007
Gold: 5,495.69
Jun 18 2017 12:51pm
It would vary quite a bit based on what item you are after. Take a circlet for example:

Prefixes:
90mana (alvl 37)
2sox (alvl 10)
2 tab skills (alvl 40)

Suffixes:
60 life (alvl 30)
30frw (alvl 37)
10 rep life (alvl 17)

Max alvl needed = 40 (2 tab skills)

From above:
Circlet mlvl = 3
Circlet qlvl = 24

If mlvl > 0 then alvl = max{ilvl,qlvl} + magiclvl
40 = max(ilvl,24)+3
So we want circlet with ilvl = 37

Assuming you are using 6 pskulls: 37 = int(0.4* ilvl) + int(0.4*clvl)

You can tweak your char level and input item level at the start to get ilvl37 (e.g. nm chaos sanctuary would be ilvl58 so you could use a char lvl 35 first time). Once you roll it once and the new ilvl is 37 then you can keep rerolling with a char level 58-59 to keep the output ilvl 37.

Someone feel free to correct me if my maths is off.

This post was edited by bonnerf2 on Jun 18 2017 12:55pm
Member
Posts: 39,294
Joined: Jul 18 2010
Gold: 1,011.71
Jun 18 2017 01:39pm
Call bel and ask him to swipe his credit card for you
Member
Posts: 12,792
Joined: Jul 19 2009
Gold: 69,448.19
Jun 18 2017 01:54pm
Quote (Avenged123 @ Jun 18 2017 03:39pm)
Call bel and ask him to swipe his credit card for you



If anyone has the right to be swiping cards its bel, he pvms better than anyone else here.

This post was edited by Pants1 on Jun 18 2017 01:56pm
Go Back To Low Level Dueling Topic List
Add Reply New Topic