d2jsp
Log InRegister
d2jsp Forums > Diablo II > Diablo 2 Discussion > Lower Resist Wand
Add Reply New Topic New Poll
Member
Posts: 9,540
Joined: Jul 5 2008
Gold: Locked
Jul 16 2018 05:29pm
what lvl does one have to be to find Lower Resist wands (charges) on vendors?

(i dont really care if it's lvl 1 or 2 charges, just wondering if this is a Hell thing or if it may be done in Normal)

ty :)

This post was edited by pedrao00 on Jul 16 2018 05:30pm
Member
Posts: 10,974
Joined: Aug 13 2015
Gold: 1,902.28
Jul 16 2018 05:40pm
Normal and Exceptional Wands have a magic level of 1, so you use the following formula:

IF(magiclvl > 0)

THEN alvl = MAX(ilvl,qlvl) + magiclvl
ELSE IF(MAX(ilvl;qlvl)<(99-INT(qlvl/2))

THEN alvl = (MAX(ilvl;qlvl)-INT(qlvl/2))
ELSE alvl = (2*MAX(ilvl;qlvl)-99))

'of Lower Resistance' is affix level 36, therefore: max{qlvl,ilvl} >= 35 is needed

The ilvl of shopped items is clvl +5, but be aware that normal Act 3 spawns ilvl 28 maximum, so you need to go to Act 4 (ilvl 36) or beyond.

Level per ilvl
Level 1: ilvl 35 - 75
Level 2: ilvl 76 - 98
Level 3: ilvl 99

This post was edited by Marieusz on Jul 16 2018 05:47pm
Member
Posts: 9,540
Joined: Jul 5 2008
Gold: Locked
Jul 16 2018 05:46pm
Quote (Marieusz @ 16 Jul 2018 20:40)
Normal and Exceptional Wands have a magic level of 1, so you use the following formula:

IF(magiclvl > 0)

THEN alvl = MAX(ilvl,qlvl) + magiclvl
ELSE IF(MAX(ilvl;qlvl)<(99-INT(qlvl/2))

THEN alvl = (MAX(ilvl;qlvl)-INT(qlvl/2))
ELSE alvl = (2*MAX(ilvl;qlvl)-99))

'of Lower Resistance' is affix level 35, therefore: max{qlvl,ilvl} >= 35 is needed

The ilvl of shopped items is clvl +5, but be aware that normal Act 3 spawns ilvl 28 maximum, so you need to go to Act 4 (ilvl 36) or beyond.

Level per ilvl
Level 1: ilvl 35 - 75
Level 2: ilvl 76 - 98
Level 3: ilvl 99


thank you very much for this clear explanation
Member
Posts: 33
Joined: Jul 19 2018
Gold: 0.00
Jul 19 2018 04:07pm
Quote (Marieusz @ Jul 16 2018 06:40pm)
Normal and Exceptional Wands have a magic level of 1, so you use the following formula:

IF(magiclvl > 0)

THEN alvl = MAX(ilvl,qlvl) + magiclvl
ELSE IF(MAX(ilvl;qlvl)<(99-INT(qlvl/2))

THEN alvl = (MAX(ilvl;qlvl)-INT(qlvl/2))
ELSE alvl = (2*MAX(ilvl;qlvl)-99))

'of Lower Resistance' is affix level 36, therefore: max{qlvl,ilvl} >= 35 is needed

The ilvl of shopped items is clvl +5, but be aware that normal Act 3 spawns ilvl 28 maximum, so you need to go to Act 4 (ilvl 36) or beyond.

Level per ilvl
Level 1: ilvl 35 - 75
Level 2: ilvl 76 - 98
Level 3: ilvl 99



:hail:
Go Back To Diablo 2 Discussion Topic List
Add Reply New Topic New Poll