d2jsp
Log InRegister
d2jsp Forums > Diablo II > Diablo 2 Discussion > Low Level Dueling > Crafting Handbook - Lld & Mld Recipes > Volume 2
1238Next
Add Reply New Topic
Member
Posts: 14,476
Joined: Oct 14 2006
Gold: 0.01
Nov 13 2009 02:02pm
___________________________________________

Basic Knowledge And Formulas
___________________________________________


Clvl- Level of character with which we buys items/crafts them

Qlvl- Quality level.
Can be never higher than ilvl of item, so if qlvl > ilvl, then qlvl = ilvl.
Few qlvls of items which we uses for crafting:
Light Belt - qlvl 7
Leather Boots - qlvl 3
Light Plated Boots - qlvl 20

You can found qlvls of all items here: http://classic.battle.net/diablo2exp/items/weaponsandarmor.shtml


Ilvl- Item level.
In our case for magic (blue) items it depends on character level with which we buys our items and on difficulty level
Normally item level of vendor's items is equal to character level +5, but on norm it's additionally capped (act 1:12, act 2:20, act 3:28, act 4:36, act 5:45).
The ilvl of a crafted item is equal to half the level of the crafting character (rounded down) plus half the ilvl of the input item (rounded down):
new ilvl of craft = int(.5 * clvl) + int(.5 * old ilvl of base item)


Alvl - Affix level.
For an item this is the level that is used to compare to the level and max level as found in the prefix and suffix tables.
When referring to aprefix/suffix it is the value listed in the level column.
To calculate alvl of crafting item we must go through the following four steeps:

(1)ilvl = int(.5 * clvl) + int(.5 * ilvl)
The ilvl calculated in (1) has to undergo two checks and possible modifications. First, ilvl is capped at 99:
(2) if ilvl > 99 then ilvl = 99
Then qlvl and ilvl are compared. The higher number is used for further calculations:
(3)if qlvl > ilvl then ilvl = qlvl
The final step is to determine the affix level. If the ilvl is smaller than 99 - int(qlvl/2) then the affix level is ilvl - int(qlvl/2). Otherwise the affix level is ilvl*2 - 99:
(4) if ilvl < (99 - int(qlvl/2)= then affix level = ilvl - int(qlvl/2) else affix level = ilvl * 2 - 99.
It's also worth noting that the ilvl, the quality and the properties of the jewel are completely irrelevant and don't affect the outcome at all.


Affixes - Mods that our crafted item can have (not including fixed properties, which each craft have also)
Crafted Items have 1-4 Random Magical Prefixes/Suffixes (but no more than 3 of each).
On top of those fixed properties, a Crafted Item can have from 1-4 standard Rare and Magic Prefix and Suffixes. These are generated pretty much the same way as a Rare item.

At ilvls 1-30, there's a 40% chance of 1 affix and a 20% chance each of 2, 3 or 4 affixes.
At ilvls 31-50, there's a 60% chance of 2 affixes and a 20% chance each of 3 or 4 affixes.
At ilvls 51-70, there's an 80% chance of 3 affixes and a 20% chance of 4 affixes.
At ilvls 71+, there's a 100% chance of 4 affixes.


Remember that ilvl in this case means ilvl of craft, not ilvl of base item.


Rlvl- Required level.
new rlvl= rlvl of highest affix + 10 + 3*amount of mods


_________________________________________________________

Common problems and misunderstandings
_________________________________________________________


Low ilvl/alvl mit- Lowest possible ilvl/alvl is the best, because useless high level mods can't spawn
It's false because it's not the best, however most people seems to believe in that. I think it will be easiest to prove using simple example.
So let's consider caster belt with 3-5 rl and 24 fhr suffixes:

Code
Name                   |       Alvl        |      Rlvl        |       Freq.       |                 Stats
---------------------------------------------------------------------------------------------------------------------
of Regeneration        |        10         |        7         |         4         |      Replenish Life +3 to +5
of Stability           |        18         |       13         |         4         |      +24% Faster Hit Recovery

Since highest rlvl is 13 (in the german affixes calculator it's called Level-req.), then according to our formula, with just 2 mods, final lvl req of our craft will be:
new rlvl= rlvl of highest affix + 10 + 3*amount of mods = 13 + 10 + 3*2 = 29
With one more prefix/suffix lvl req would be 32 at least, so we need 2 and only 2 affixes.
The best chance for this we have with ilvls 31-50 (at ilvls 31-50, there's a 60% chance of 2 affixes and a 20% chance each of 3 or 4 affixes)
On the other hand we also want alvl 18 (or as close to it as possible, but never less) because it's needed for 24 fhr (in the german affixes calculator alvl column is called Level-req).
Since in our case affix level = ilvl-int(qlvl/2) = ilvl-7/2 = ilvl-3, it's impossible to have ilvl 31 and alvl 18 at same time :(

Ok, so what is worse, higher alvl (more useless mods can spawn) or lower ilvl (only 20% chance of 2 affixes)?
Let's calculate chances for right suffixes with alvl 18 and ilvl 21.
[If you are not familiar with crafting math you can skip this part]

Code
We want to get 2 affixes, so we can get fhr first and rl after it, or rl first, and fhr after it.
For rl first we have chance equal to 4/51 and then 4/47 for fhr (we can't pick rl again obviously).
For fhr first we have chance equal to 4/51 and then 4/39 for rl (we can't pick any of affixes in fhr group again).
Total chance should be equal to (4/51)*(4/47)+(4/51)*(4/39) = (4/51)*((4/47)+(4/39)) = 0.0147192538 = ~1,47%

With ilvl 21 we have 20% chance to get exactly 2 affixes, and since this affixes can be prefixes or suffixes, next 25% chance to get 2 suffixes.
It means that chance to to get 2 suffixes with ilvl 21 is equal to (1/4)*(1/5)=1/20
So in our case it would be 1,47192538% * 0.05 = 0,073596269%
So we get0,0736% chance to roll 24fhr and 3-5rl with alvl 18 and ilvl 21. With the same calculations for ilvl 31 and alvl 28 it's 0.118% chance.
Our chances are 60% better in second case!



Base magic item ilvl problems - when you can buy right item only on Normal difficulty
Sometimes you need to have magic item with ilvl over 20, but it's possible to buy it only in act I and II on Normal difficulty.
Solution is of course simple. Since we can't adjust ilvl of magic item, we need to change char lvl to ensure that craft ilvl will stay the same.
So don't be surprised if you will see 90 lvl char required in lld/mld guide. It's only because caps on ilvl of some items.


Wishfull thinking - when something seems correct and you don't care about details anymore ^^
Simple example can be Hit Points gloves with 20 ias. 20 ias have rlvl 35, so if it's only affix then lvl req of the craft should be:
new rlvl= rlvl of highest affix + 10 + 3*amount of mods = 35 + 10 + 3 = 48
What we forgot about? 20 ias have also alvl 43 (and even higher ilvl) which means we will never get only one affix, always more.
Always remember to check everything ;)


This post was edited by kukiFBK on Nov 13 2009 02:09pm
Member
Posts: 14,476
Joined: Oct 14 2006
Gold: 0.01
Nov 13 2009 02:03pm
________________

LLD Crafts
________________

_______

Belts
_______

Caster Belts

Formula: Magic Light Belt + Ith Rune + Perfect Amethyst + Any Jewel

Belt #1
  • Best affixes: 24 fhr + any affix from the list: 5 rl, 20 life, 20 mana, 5 str, 30 cr/lr
  • Comments: Since 24fhr suffix have rlvl 13, then according to our formula, with just 2 mods, final lvl req of our craft will be:
    new rlvl= rlvl of highest affix + 10 + 3*amount of mods = 13 + 10 + 3*2 = 29 This means if we want 24 fhr on our belt we can get only one more affix with lower rlvl.
    In this case chance to get 2 affixes is more important that chance to get only important affixes (look at Common problems and misunderstandings for further explanations).
    So we clearly need ilvl 31.
  • Where to buy magic light belts: Charsi (Nightmare), Gheed (Nightmare), Elzix (Nightmare) except:
  • What char lvl we need: For both crafting and buying belts we need character level 29
Belt #2
  • Best affixes: 17 fhr + any 2 affixes from the list: 5 rl, 20 life, 20 mana, 5 str, 20 cr/lr [17 fhr / 5 rl / 20 life for example]
  • Comments: Yes, it's possible on lvl 30, and it's probably even better than 24fhr 5rl. 20life suffix have highest rlvl which is equal to 11.
    New rlvl= rlvl of highest affix + 10 + 3*amount of mods = 11 + 10 + 3*3 = 30
    As we seen in previous example high chance for correct amount of affixes is better than as low as possible alvl.
    At ilvls 51-70, there's an 80% chance of 3 affixes and a 20% chance of 4 affixes, so that's what we want.
    Chance to get all this 3 mods is 0.0945%, so of course lower than for 24fhr/5rl belt. Also it's harder to get both rl and life perfect than just rl.
  • Where to buy magic light belts: Charsi (Nightmare), Gheed (Nightmare), Elzix (Nightmare)
  • What char lvl we need: For both crafting and buying belts we need character level 49.
Blood Belts

Formula: Magic Belt + Tal Rune + Perfect Ruby + Any Jewel

Belt #3 Same as Caster Belt #1

Belt #4 Same as Caster Belt #2


_______

Boots
_______

Caster Boots

Formula: Magic Boots + Thul Rune + Perfect Amethyst + Any Jewel

Boots #1
  • Best affixes: 30 cr/lr + any affix from the list: 3 dex, 10 fhr, 10 frw, Poison Length Reduced by 25%, Half Freeze Duration
  • Comments: Since 30 cr/lr have highest rlvl - equal 13 - it's exactly same situation as with Caster Belt #1. We can get only one other affix and lvl req of our craft will be 29.
    Be aware that Magic Boots can be bought only on normal, so we can't get high ilvl on them. We will need to adjust clvl then (look at Common problems and misunderstandings for further explanations).
  • Where to buy magic magic boots: Charsi (Normal), Gheed (Normal), Elzix (Normal)
  • What char lvl we need: For both crafting and buying belts we need character level 49. Belt must be bought from Elzix.
    A slightly better would be Charsi or Gheed with char lvl 50, but with 49lvl many people can use mld chars, and 50 lvl gives you only like 1% better chance for roll resists rather than something useless.
Boots #2
  • Best affixes: Any 3 affixes from the list: 20 cr/lr, 3 dex, 10 fhr, 10 frw, Poison Length Reduced by 25%, Half Freeze Duration
  • Comments: Highest rlvl equal to 9 is owned by 3 dex and 20 cr/lr affixes, so with 3 random affixes from list we still can have 28 lvl req:
    new rlvl= rlvl of highest affix + 10 + 3*amount of mods = 9 + 10 + 3*3 = 28
    Since we need 3 affixes this situation is similar to Caster Belt #2. Be aware that Magic Boots can be bought only on normal, so we can't get high ilvl on them. We will need to adjust clvl then.
  • Where to buy magic magic boots: Charsi (Normal), Gheed (Normal)
  • What char lvl we need: For both crafting and buying belts we need character level 90.
Blood Boots

Formula: Magic Light Plated Boots + Eth Rune + Perfect Ruby + Any Jewel

Boots #1
  • Best affixes: 30 cr/lr + any affix from the list: 3 dex, 10 fhr, 10 frw, Poison Length Reduced by 25%, Half Freeze Duration
  • Comments: Since 30 cr/lr have highest rlvl - equal 13 - it's exactly same situation as with Caster Belt #1. We can get only one other affix and lvl req of our craft will be 29.
  • Where to buy magic magic boots:Charsi (Nightmare), Fara (Nightmare), Asheara (Nightmare), Charsi (Hell), Gheed (Hell), Elzix (Hell), Charsi (Hell), Gheed (Hell), Fara (Hell), Elzix (Hell)
  • What char lvl we need: For both crafting and buying belts we need character level 29.
Boots #2
  • Best affixes: Any 3 affixes from the list: 20 cr/lr, 3 dex, 10 fhr, 10 frw, Poison Length Reduced by 25%, Half Freeze Duration
  • Comments: Highest rlvl equal to 9 is owned by 3 dex and 20 cr/lr affixes, so with 3 random affixes from list we still can have 28 lvl req:
    new rlvl= rlvl of highest affix + 10 + 3*amount of mods = 9 + 10 + 3*3 = 28 Since we need 3 affixes this situation is similar to Caster Belt #2.
  • Where to buy magic magic boots:Charsi (Nightmare), Fara (Nightmare), Asheara (Nightmare), Charsi (Hell), Gheed (Hell), Elzix (Hell), Charsi (Hell), Gheed (Hell), Fara (Hell), Elzix (Hell)
  • What char lvl we need: For both crafting and buying belts we need character level 49.
_______

Gloves
_______

Blood Gloves

Formula: Magic Heavy Gloves + Nef Rune + Perfect Ruby + Any Jewel

Gloves #1
  • Best affixes: Any 4 affixes from the list: 10cr/lr/ft, 2 dex, 2 str, Poison Length Reduced by 25%, Half Freeze Duration
  • Comments: Highest rlvl equal to 8 is owned by 2 str, so with 4 random affixes from list we still can have 30 lvl req at most:
    new rlvl= rlvl of highest affix + 10 + 3*amount of mods = 8 + 10 + 4*3 = 30 Since we need 4 affixes best ilvl will be:
    At ilvls 71+, there's a 100% chance of 4 affixes.
    However in this case difference between crafting with ilvl 15 and ilvl 71 wont be too high. So it's more like your choice.
  • Where to buy magic heavy gloves: Charsi (Nightmare), Gheed (Nightmare), Elzix (Nightmare)
  • What char lvl we need: For both crafting and buying belts we need character level 69 or character level 13.
Gloves #2
  • Best affixes: 20cr/lr/fr + any 2 affixes from the list: 2 dex, 2 str, Poison Length Reduced by 25%, Half Freeze Duration
  • Comments: Highest rlvl equal to 9 is owned by 20 cr/lr/fr, so with 2 random affixes from list our craft will have 28 lvl req.
    new rlvl= rlvl of highest affix + 10 + 3*amount of mods = 9 + 10 + 3*3 = 28 Since we need 3 affixes best ilvl will be:
    At ilvls 51-70, there's an 80% chance of 3 affixes and a 20% chance of 4 affixes.
  • Where to buy magic heavy gloves: Charsi (Nightmare), Gheed (Nightmare), Elzix (Nightmare)
  • What char lvl we need: For both crafting and buying belts we need character level 49
Gloves #2
  • Best affixes: (30 cr/lr/fr or 5% to Attack Rating ) + any 1 affix from the list: 10cr/lr/fr, 2 dex, 2 str, Poison Length Reduced by 25%, Half Freeze Duration
  • Comments: Highest rlvl equal to 13 is owned by 30 cr/lr/fr, so with 1 random affix from list our craft will have 29 lvl req.
    new rlvl= rlvl of highest affix + 10 + 3*amount of mods = 13 + 10 + 2*3 = 29 Since we need 2 affixes best ilvl will be:
    At ilvls 31-50, there's a 60% chance of 2 affixes and a 20% chance each of 3 or 4 affixes.
  • Where to buy magic heavy gloves: Charsi (Nightmare), Gheed (Nightmare), Elzix (Nightmare)
  • What char lvl we need: For both crafting and buying belts we need character level 29
Hit Power Gloves

Formula: Magic Chain Gloves + Ort Rune + Perfect Sapphire + Any Jewel

Gloves #3 Same as Blood Gloves #1, but use only higher character variant (qlvl of chain gloves is higher than heavy gloves which will case problems with too high alvls needed)

Gloves #4 Same as Blood Gloves #2

Gloves #5 Same as Blood Gloves #3

_______

Helms
_______

Blood Helms

Formula: Magic Helm + Ral Rune + Perfect Ruby + Any Jewel

Helm #1
  • Best affixes: 10 cr/lr/ft + 1-2 sockets + 10 fhr + Poison Length Reduced by 25%
  • Comments: Highest rlvl equal to 7 is owned by 1-2 sockets prefix, so with 4 affixes our craft will have 29 lvl req.
    new rlvl= rlvl of highest affix + 10 + 3*amount of mods = 7 + 10 + 4*3 = 29 Since we need 4 affixes best ilvl will be:
    At ilvls 71+, there's a 100% chance of 4 affixes.
  • Where to buy magic hemls: Charsi (Nightmare), Gheed (Nightmare), Elzix (Nightmare)
  • What char lvl we need: For both crafting and buying belts we need character level 69.
Helm #2
  • Best affixes: ( 30 cr/lr/fr or 5% to Attack Rating or 6-10 life) + any 1 affix from the list: 1-2 sockets, 10 fhr, Poison Length Reduced by 25%
  • Comments: Highest rlvl equal to 13 is owned by 6-10 life suffix and 30 cr/lr/fr prefix, so with 1 random affix from list our craft will have 29 lvl req.
    new rlvl= rlvl of highest affix + 10 + 3*amount of mods = 13 + 10 + 2*3 = 29 Since we need 2 affixes best ilvl will be:
    At ilvls 31-50, there's a 60% chance of 2 affixes and a 20% chance each of 3 or 4 affixes.
  • Where to buy magic hemls: Charsi (Nightmare), Gheed (Nightmare), Elzix (Nightmare)
  • What char lvl we need: For both crafting and buying belts we need character level 29
Member
Posts: 14,476
Joined: Oct 14 2006
Gold: 0.01
Nov 13 2009 02:07pm
________________

MLD Crafts
________________

Because for MLD we have more possible & useful mods than in LLD I'll change layout a bit here. Before each groups of items (like amulets, belts, etc) I'll post
full list of best affixes (at least in my opinion) sorted by rlvl, and then I'll tell you how to find the best ones for you. I hope it will be easy to understand.

_______

Amulets
_______

Sorted by categories:
Code

------------------------------------------------------------------------------------------
             Name             |  Alvl  |   Rlvl  |                Stats
------------------------------------------------------------------------------------------
          Dragon's            |   24   |    18   |         +31 to +40 to Mana
          Wyrm's              |   30   |    22   |         +41 to +60 to Mana
          Great Wyrm's        |   37   |    29   |         +61 to +90 to Mana
          Rainbow             |   21   |    15   |    +8% to +11% to each Resistance
          Scintillating       |   34   |    25   |   +12% to +15% to each Resistance
          Cobalt              |   18   |    13   |      Cold-Resist +21% to +30%
          Sapphire            |   25   |    18   |      Cold-Resist +31% to +40%
          Garnet              |   18   |    13   |      Fire-Resist +21% to +30%
          Ruby                |   25   |    18   |      Fire-Resist +31% to +40%
          Coral               |   18   |    13   |    Lightning-Resist +21% to +30%
          Amber               |   25   |    18   |    Lightning-Resist +31% to +40%
            -                 |   36   |    27   |         +1 to Class Skills
            -                 |   40   |    30   |         +2 to Tree  Skills
------------------------------------------------------------------------------------------
        of the Apprentice     |    3   |     5   |      +10% Faster Cast Rate
        of Thawing            |   10   |     7   |       Half Freeze Duration
        of Accuracy           |   27   |    20   |       +6 to +9 to Dexterity
        of Precision          |   43   |    35   |      +10 to +15 to Dexterity
        of Regrowth           |   17   |    12   |      Replenish Life +6 to +10
        of Sorcery            |   21   |    16   |       +11 to +15 to Energie
        of Wizardry           |   31   |    23   |       +16 to +20 to Energie
        of the Mammoth        |   25   |    18   |         +31 to +40 to Life
        of the Colossus       |   30   |    22   |         +41 to +60 to Life
        of Remedy             |   29   |     7   |    Poison Length Reduced by 25%
        of Amelioration       |   18   |    13   |    Poison Length Reduced by 50%
        of Defiance           |   25   |    18   |    Poison Length Reduced by 75%
        of the                |   26   |    19   |       +6 to +9 to Strength
        of the Giant          |   42   |    34   |      +10 to +15 to Strength


Sorted bt rlvl:
Code

------------------------------------------------------------------------------------------
             Name             |  Alvl  |   Rlvl  |                Stats
------------------------------------------------------------------------------------------
        of the Apprentice     |    3   |     5   |       +10% Faster Cast Rate
        of Remedy             |   29   |     7   |    Poison Length Reduced by 25%
        of Thawing            |   10   |     7   |       Half Freeze Duration
        of Regrowth           |   17   |    12   |      Replenish Life +6 to +10
          Cobalt              |   18   |    13   |      Cold-Resist +21% to +30%
          Garnet              |   18   |    13   |      Fire-Resist +21% to +30%
          Coral               |   18   |    13   |    Lightning-Resist +21% to +30%
        of Amelioration       |   18   |    13   |    Poison Length Reduced by 50%
          Rainbow             |   21   |    15   |    +8% to +11% to each Resistance
        of Sorcery            |   21   |    16   |       +11 to +15 to Energie
          Sapphire            |   25   |    18   |      Cold-Resist +31% to +40%
          Ruby                |   25   |    18   |      Fire-Resist +31% to +40%
          Dragon's            |   24   |    18   |         +31 to +40 to Mana
          Amber               |   25   |    18   |    Lightning-Resist +31% to +40%
        of the Mammoth        |   25   |    18   |         +31 to +40 to Life
        of Defiance           |   25   |    18   |    Poison Length Reduced by 75%
        of the                |   26   |    19   |       +6 to +9 to Strength
        of Accuracy           |   27   |    20   |       +6 to +9 to Dexterity
          Wyrm's              |   30   |    22   |         +41 to +60 to Mana
        of the Colossus       |   30   |    22   |         +41 to +60 to Life
        of Wizardry           |   31   |    23   |       +16 to +20 to Energie
        Scintillating         |   34   |    25   |   +12% to +15% to each Resistance
            -                 |   36   |    27   |         +1 to Class Skills
        Great Wyrm's          |   37   |    29   |         +61 to +90 to Mana
            -                 |   40   |    30   |         +2 to Tree  Skills
        of the Giant          |   42   |    34   |      +10 to +15 to Strength
        of Precision          |   43   |    35   |      +10 to +15 to Dexterity


Caster and Blood Amulets

Formula for Caster Amulet: Magic Amulet + Ral Rune + Perfect Amethyst +Any Jewel
Formula for Blood Amulet: Magic Amulet + Amn Rune + Perfect Ruby + Any Jewel

Amulet #1
  • Best affixes: 1 To Class Skills + 3 random affixes with rlvl lower or equal 27
  • Comments: +1 To Class Skills have rlvl equal 27. Let's check what lvl req of craft we will get if we will try to get 3 more affixes with lower rlvl:
    new rlvl= rlvl of highest affix + 10 + 3*amount of mods = 27 + 10 + 4*4 = 49
    Wow! Exactly what we need. So if we want to have 3 affixes (4 with +1 To Class Skills) we must pick from table 3 affixes with rlvl lower or equal 27.
    It could be for example 10 fcr, 60 life and 60 mana (which with perfect Fixed Effects on Caster Amu can give us: 1 To All Skills / 20 Fcr / 60 Life / 80 Mana / Regenerate Mana 10%
    and which with perfect Fixed Effects on Blood Amu can give us: 1 To All Skills / 10 Fcr / 10 Frw / 80 Life / 60 Mana / 4% Life Stolen Per Hit ).
    Or other example can be 60life, 9 dex, 15@ (which with perfect Fixed Effects on Blood Amu can give us: 1 To All Skills / 10 Frw / 80 Life / 9 dex / 15@ / 4% Life Stolen Per Hit ).
    Best chance for 4 affixes we have with ilvls 71+ (there's a 100% chance of 4 affixes).
  • Where to buy magic light belts: You can't buy amulets :( But you can gamble them. Difficulty level nor vendor doesn't matter in this case.
    You just need to remember that gambled item will have an ilvl from clvll-5 to clvl+4, so we can't control it so perfectly like with shopping.
  • What char lvl we need: To be sure we will always get 4 affixes we need character level 74.
Amulet #2
  • Best affixes: 1 To Class Skills + 90 mana + 1 random affix with rlvl lower or equal 30
  • Comments: +61 to +90 to Mana affix have rlvl equal 29. Let's check what lvl req of craft we will get if we will try to get 1 more affixes with lower rlvl:
    new rlvl= rlvl of highest affix + 10 + 3*amount of mods = 29 + 10 + 3*3 = 48 So if we really want 90 mana it's the way to go.
    It could be for example 10fcr (which with perfect Fixed Effects on Caster Amu can give us: 1 To All Skills / 20 Fcr / 110 Mana / Regenerate Mana 10% ).
    Looks like worse option than Amulet #1 for me, but maybe for some es sorcs it's viable.
    Best chance for 3 affixes we have ilvls 51-70 (there's an 80% chance of 3 affixes and a 20% chance of 4 affixes)..
  • Where to buy magic light belts: You can't buy amulets :( But you can gamble them. Difficulty level nor vendor doesn't matter in this case.
    You just need to remember that gambled item will have an ilvl from clvll-5 to clvl+4, so we can't control it so perfectly like with shopping.
  • What char lvl we need: For highest chance to get 3 affixes we need character level 54.
    (we don't have affixes with alvl over 51 on our list, so we are safe).
Amulet #3
  • Best affixes: 2 To Tree Skills + 2 random affixes with rlvl lower or equal 30
  • Comments: +2 To Tree Skills have rlvl equal 30. Let's check what lvl req of craft we will get if we will try to get 2 more affixes with lower rlvl:
    new rlvl= rlvl of highest affix + 10 + 3*amount of mods = 27 + 10 + 3*4 = 49
    So if we want to have 2 affixes (3 with +2 To Tree Skills) we must pick from table 2 affixes with rlvl lower or equal 30.
    It could be for example 10 fcr and 60 life or 10 fcr and 90 mana (which with perfect Fixed Effects on Caster Amu can give us: 2 To Tree Skills / 20 Fcr / 60 Life / 20 Mana / Regenerate Mana 10% (or no life and 110 mana) )
    Best chance for 3 affixes we have ilvls 51-70 (there's an 80% chance of 3 affixes and a 20% chance of 4 affixes)..
  • Where to buy magic light belts: You can't buy amulets :( But you can gamble them. Difficulty level nor vendor doesn't matter in this case.
    You just need to remember that gambled item will have an ilvl from clvll-5 to clvl+4, so we can't control it so perfectly like with shopping.
  • What char lvl we need: For highest chance to get 3 affixes we need character level 54.
    (we don't have affixes with alvl over 51 on our list, so we are safe).
Member
Posts: 14,476
Joined: Oct 14 2006
Gold: 0.01
Nov 13 2009 02:08pm
_______

Belts
_______

Sorted by categories:
Code

----------------------------------------------------------------------------------------
             Name             |  Alvl  |  Rlvl   |                Stats
----------------------------------------------------------------------------------------
           Serpent's          |   14   |   10    |          +11 to +20 to Mana
           Cobalt             |   18   |   13    |        Cold-Resist +21% to +30%
           Garnet             |   18   |   13    |        Fire-Resist +21% to +30%
           Coral              |   18   |   13    |      Lightning-Resist +21% to +30%
----------------------------------------------------------------------------------------
        of Stability          |   18   |   13    |         +24% Faster Hitrecovery
        of Regeneration       |   10   |    7   |        Replenish Life +3 to +5
        of the Colossus       |   30   |   22    |          +41 to +60 to Life
        of the Ox             |   26   |   19    |         +6 to +9 to Strength
        of Remedy             |    7   |    5    |      Poison Length Reduced by 25%


Sorted by rlvl:
Code

----------------------------------------------------------------------------------------
             Name             |  Alvl  |  Rlvl   |                Stats
----------------------------------------------------------------------------------------
        of Remedy             |    7   |    5    |      Poison Length Reduced by 25%
        of Regeneration       |   10   |    7   |        Replenish Life +3 to +5
           Serpent's          |   14   |   10    |          +11 to +20 to Mana
           Cobalt             |   18   |   13    |        Cold-Resist +21% to +30%
           Garnet             |   18   |   13    |        Fire-Resist +21% to +30%
           Coral              |   18   |   13    |      Lightning-Resist +21% to +30%
        of Stability          |   18   |   13    |         +24% Faster Hitrecovery
        of the Ox             |   26   |   19    |         +6 to +9 to Strength
        of the Colossus       |   30   |   22    |          +41 to +60 to Life


Caster and Blood Belts

Formula for Caster Belt: Magic Sharkskin Belt + Ith Rune + Perfect Amethyst + Any Jewel
Formula for Blood Belt: Magic Mesh Belt + Tal Rune + Perfect Ruby + Any Jewel

Belt #1
  • Best affixes: Just choose 4 affixes from the list, including at least one resist or mana
  • Comments: This is simple. All affixes except 'of the Giant' have low rlvls, so we can always get 4. Only limitation is that we can never get 4 suffixes nor 4 prefixes on one craft.
    In practice this means you can't get 24 fhr / 60 life / 5 rl / 9 str. At least one affix must be prefix, which means you are forced to choose at least one resist or mana.
    But this works in opposite side also: you can't pick 4 resists or 3 resists and mana.
    Nice belts you can get are for example 24 fhr / 60 life / 5 rl / 20 mana (which with perfect Fixed Effects on Caster Belt can give us: 10 fcr / 24 fhr / 5 rl / 60 life / 40 mana / Regenerate Mana 10%)
    or 24 fhr / 60 life / 9 str / 30 cr (which with perfect Fixed Effects on Blood Belt can give us: 10% ow / 24 fhr / 9 str / 80 life / 30 cr / 3% Life Stolen Per Hit).
    With any affix except 'of the Giant' we have at worst:
    new rlvl= rlvl of highest affix + 10 + 3*amount of mods = 22 + 10 + 3*4 = 44 lvl req
    And as always to get 4 affixes we need: ilvls 71+ (there's a 100% chance of 4 affixes).
  • Where to buy magic sharkskin belts: Charsi (Nightmare), Gheed (Nightmare), Fara (Nightmare), Elzix (Nightmare)
  • Where to buy magic mesh belts:Charsi (Nightmare), Fara (Nightmare), Asheara (Nightmare)
  • What char lvl we need: To be sure we will always get 4 affixes we need character level 69.
    (Qlvls of belts are 39 and 43, which gives us alvls 52 and 50. Great, that's all we need and even more.)

_______

Boots
_______

Sorted by categories:
Code

----------------------------------------------------------------------------------------
             Name             |  Alvl  |  Rlvl   |                Stats
----------------------------------------------------------------------------------------
            Serpent's         |   37   |    27   |        +11 to +20 to Mana
            Cobalt            |   18   |    13   |      Cold-Resist +21% to +30%
            Sapphire          |   25   |    18   |      Cold-Resist +31% to +40%
            Garnet            |   18   |    13   |      Fire-Resist +21% to +30%
            Ruby              |   25   |    18   |      Fire-Resist +31% to +40%
            Coral             |   18   |    13   |    Lightning-Resist +21% to +30%
            Amber             |   25   |    18   |    Lightning-Resist +31% to +40%
----------------------------------------------------------------------------------------
            of Thawing        |   10   |     7   |        Half Freeze Duration
            of Dexterity      |   13   |     9   |       +2 to +3 to Dexterity
            of Skill          |   34   |    26   |       +4 to +5 to Dexterity
            of Balance        |    5   |     3   |      +10% Faster Hitrecovery
            of Remedy         |    7   |     5   |    Poison Length Reduced by 25%
            of Pacing         |   12   |     8   |        +10% faster Run/Walk
            of Haste          |   22   |    16   |        +20% faster Run/Walk
            of Speed          |   37   |    29   |        +30% faster Run/Walk


Sorted by rlvl:
Code

----------------------------------------------------------------------------------------
             Name             |  Alvl  |  Rlvl   |                Stats
----------------------------------------------------------------------------------------
            of Balance        |    5   |     3   |      +10% Faster Hitrecovery
            of Remedy         |    7   |     5   |    Poison Length Reduced by 25%
            of Thawing        |   10   |     7   |        Half Freeze Duration
            of Pacing         |   12   |     8   |        +10% faster Run/Walk
            of Dexterity      |   13   |     9   |       +2 to +3 to Dexterity
            Coral             |   18   |    13   |    Lightning-Resist +21% to +30%
            Cobalt            |   18   |    13   |      Cold-Resist +21% to +30%
            Garnet            |   18   |    13   |      Fire-Resist +21% to +30%
            Sapphire          |   25   |    18   |      Cold-Resist +31% to +40%
            Amber             |   25   |    18   |    Lightning-Resist +31% to +40%
            of Haste          |   22   |    16   |        +20% faster Run/Walk
            Ruby              |   25   |    18   |      Fire-Resist +31% to +40%
            Serpent's         |   37   |    27   |        +11 to +20 to Mana
            of Skill          |   34   |    26   |       +4 to +5 to Dexterity
            of Speed          |   37   |    29   |        +30% faster Run/Walk


Caster and Blood Boots

Formula for Caster Boots: Magic Demonhide Boot + Thul Rune + Perfect Amethyst + Any Jewel
Formula for Blood Boots: Magic Battle Boots + Eth Rune + Perfect Ruby + Any Jewel


Boots #1
  • Best affixes: Any 4 affixes from the list with rlvl 27 or lower, including at least one resist or mana.
  • Comments: Let's check what highest affix can be with 49 lvl req of craft and 4 affixes:
    new rlvl= rlvl of highest affix + 10 + 3*amount of mods <=> 49 = rlvl of highest affix + 10 + 3*4 <=> rlvl of highest affix = 27.
    But remember you can't get 4 prefixes or 4 suffixes only. At least one affix must be prefix, which means you are forced to choose at least one resist or mana.
    This works in opposite side also: you can't pick 4 resists or 3 resists and mana.
    For example we can pick 20 frw, 10 fhr, 20 mana, and 40 cr (which with perfect Fixed Effects on Caster Boots can give us: 20 frw / 10 fhr / 40 cr / 40 Mana / Increase Maximum Mana 5% / Regenerate Mana 10%
    and which with perfect Fixed Effects on Blood Boots can give us: 20 frw / 10 fhr / 40 cr / 10 rl / 20 Life / 20 Mana / 3% Life Stolen Per Hit ).
    Or other example can be 40 cr / 40 lr / 20 mana / 5 dex (which with perfect Fixed Effects on Caster Boots can give us: 40 cr / 40 lr / 40 mana / 5 dex / Increase Maximum Mana 5% / Regenerate Mana 10% ).
    Best chance for 4 affixes we have with ilvls 71+ (there's a 100% chance of 4 affixes).
  • Where to buy magic demonhide boots: Charsi (Nightmare), Gheed (Nightmare), Elzix (Nightmare)
  • Where to buy magic battle boots: Fara (Nightmare), Fara (Hell), Asheara (Nightmare), Asheara (Hell), Halbu (Nightmare), Halbu (Hell), Larzuk (Nightmare), Larzuk (Hell)
  • What char lvl we need: To be sure we will always get 4 affixes we need character level 69.
    (Qlvls of belts are 36 and 49, which gives us alvls 53 and 47. Great, that's all we need and even more.)
Boots #2
  • Best affixes: 30 frw + 2 affixes from the list, including at least one resist or mana.
  • Comments: If we really need 30 frw we can get it but we need to sacrifice one affix then.
    new rlvl= rlvl of highest affix + 10 + 3*amount of mods = 29 + 10 + 3*3 = 48 lvl req
    But remember you can't get 4 prefixes or 4 suffixes only. At least one affix must be prefix, which means you are forced to choose at least one resist or mana.
    This works in opposite side also: you can't pick 2 resists or resist and mana.
    Best chance for 3 affixes we have ilvls 51-70, there's an 80% chance of 3 affixes and a 20% chance of 4 affixes..
  • Where to buy magic demonhide boots: Charsi (Nightmare), Gheed (Nightmare), Elzix (Nightmare)
  • Where to buy magic battle boots: Fara (Nightmare), Fara (Hell), Asheara (Nightmare), Asheara (Hell), Halbu (Nightmare), Halbu (Hell), Larzuk (Nightmare), Larzuk (Hell)
  • What char lvl we need: To be sure we will always get 3 affixes we need character level 49.
    (Qlvls of belts are 36 and 49, which with ilvl 51 gives us alvl 43. Very nice for us, even better than for Boots #1)
Member
Posts: 13,849
Joined: Dec 2 2007
Gold: 0.00
Nov 13 2009 02:10pm
Can I post now? Very good guide + sticky.
Member
Posts: 14,476
Joined: Oct 14 2006
Gold: 0.01
Nov 13 2009 02:11pm
Now feel free to post your comments and donate me ^^

Really, really appreciate are also errors corrections, which I'm sure I could do. I'm a bit tired :P

If some bigger errors still will be here I'll make volume 3. Otherwise this will go for sticky.

Quote (kenji51590 @ Nov 13 2009 09:10pm)
Can I post now? Very good guide + sticky.

Ye, you can ^^ Ty ;)
/Edit wow, thanks for donation <3

This post was edited by kukiFBK on Nov 13 2009 02:19pm
Member
Posts: 50,947
Joined: Jan 19 2007
Gold: 44,246.19
Nov 13 2009 03:04pm
for boots no.1 above (i dont need too much frw on soso).

1. shop with lvl 69 character demonhide boots from charsi in nightmare.

but what lvl do i craft at ?

edit: i have over 100 crafts packs so over the weekend i will post (all) of my results.

This post was edited by ferdia on Nov 13 2009 03:05pm
Member
Posts: 33,568
Joined: Aug 16 2005
Gold: 25.37
Nov 13 2009 03:11pm
Someone needs to sticky this plx
Member
Posts: 109,637
Joined: Jul 3 2007
Gold: 40.00
Nov 13 2009 03:12pm
Quote (BuLLsEyE-PwNaGe @ Nov 13 2009 03:11pm)
Someone needs to sticky this plx


NOW
Member
Posts: 3,143
Joined: Dec 25 2006
Gold: 426.21
Nov 13 2009 03:12pm
Quote (kukiFBK @ Nov 13 2009 10:11pm)
Now feel free to post your comments and donate me ^^


/Edit wow, thanks for donation <3



np
Go Back To Low Level Dueling Topic List
1238Next
Add Reply New Topic