recursively cubing weapons
#8
I don't think you have follwed this through correctly Brista.

The first step is to determine Ilvl.

Using the 1.09 ilvl formula
and lvl=30 (from cubemain)

lvl>0
then
ilvl=lvl
ilvl=30

The next step is to determine the alvl.

1. if (qlvl>ilvl) then {ilvl=qlvl} ;
2. if (magic_lvl>0) then {alvl=ilvl+magic_lvl}
else
{
3. if (ilvl<(99-qlvl/2))
then {alvl=ilvl-qlvl/2}
else {alvl=2*ilvl-99}
}
4. If (alvl>99) then {alvl=99}

Step 1.
if qlvl<30 then ilvl=30
if qlvl>30 then ilvl=qlvl

Step 2. we can skip (only Staves, wands and orbs have a Magic_lvl (all 1)

step 3. If Ilvl<(99-qlvl/2)

if ilvl=30
alvl= 30-qlvl/2

If qlvl>30
ilvl=qlvl
substituting qlvl for ilvl
alvl=qlvl-qlvl/2
alvl=qlvl/2

If qlvl=66+
ilvl=qlvl
substituting qlvl for ilvl
then alvl=2*qlvl-99

*****cruel has alvl=51*******
from equation above qlvl=(alvl+99)/2
hence (99+51)/2=75

Any weapon with qlvl=75+ can roll cruel from the 3*std and 3*flawless recipes.

Hopefully this should clear it up a bit more (if I got it right).

Russell

Edit: tidy up and corrections
Reply


Messages In This Thread
recursively cubing weapons - by Crystalion - 08-08-2003, 01:23 AM
recursively cubing weapons - by adeyke - 08-08-2003, 03:06 AM
recursively cubing weapons - by Brista - 08-08-2003, 04:23 AM
recursively cubing weapons - by adeyke - 08-08-2003, 04:40 AM
recursively cubing weapons - by Ruvanal - 08-08-2003, 09:44 AM
recursively cubing weapons - by Crystalion - 08-08-2003, 10:27 AM
recursively cubing weapons - by Brista - 08-08-2003, 11:55 AM
recursively cubing weapons - by Sardines - 08-11-2003, 11:24 AM
recursively cubing weapons - by csivils - 08-11-2003, 09:55 PM
recursively cubing weapons - by adeyke - 08-11-2003, 10:39 PM
recursively cubing weapons - by Obi2Kenobi - 08-17-2003, 08:56 AM
recursively cubing weapons - by roguebanshee - 08-17-2003, 10:00 AM
recursively cubing weapons - by Obi2Kenobi - 08-17-2003, 04:50 PM
recursively cubing weapons - by MongoJerry - 08-24-2003, 01:57 AM
recursively cubing weapons - by adeyke - 08-24-2003, 02:03 AM
recursively cubing weapons - by MongoJerry - 08-24-2003, 04:00 AM
recursively cubing weapons - by adeyke - 08-24-2003, 04:27 AM
recursively cubing weapons - by Guest - 08-25-2003, 04:56 AM
recursively cubing weapons - by adeyke - 08-25-2003, 05:22 AM
recursively cubing weapons - by Crystalion - 08-28-2003, 10:39 PM
recursively cubing weapons - by Crystalion - 08-31-2003, 09:28 AM
recursively cubing weapons - by Ruvanal - 08-31-2003, 01:30 PM
recursively cubing weapons - by Crystalion - 08-31-2003, 09:02 PM
recursively cubing weapons - by Crystalion - 09-01-2003, 12:10 AM
recursively cubing weapons - by Crystalion - 09-01-2003, 12:51 AM
recursively cubing weapons - by Ruvanal - 09-01-2003, 10:52 AM
recursively cubing weapons - by Occhidiangela - 09-02-2003, 07:30 PM
recursively cubing weapons - by adeyke - 09-02-2003, 07:45 PM
recursively cubing weapons - by Crystalion - 09-03-2003, 12:42 AM
recursively cubing weapons - by Occhidiangela - 09-03-2003, 02:05 PM
recursively cubing weapons - by Crystalion - 09-03-2003, 05:54 PM
recursively cubing weapons - by Ferengi - 09-12-2003, 08:54 AM
recursively cubing weapons - by Ferengi - 09-12-2003, 09:24 AM

Forum Jump:


Users browsing this thread: 4 Guest(s)