Item Generation question
#7
'Staffmod' selection:

First, the game chooses how many skills to add. It will do rnd[100], and add to it the ilvl of the item IF it is being imbued. Then, if higher than 90, 3 skills will be chosen. If higher than 70, 2 skills. If higher tan 30, 1.

After this, it selects the skill id. It will start at a certain value depending on the ilvl:

Above 36: 5
Between 24 and 36: 4
Between 18 and 24: 3
Between 18 and 11: 2
11 or lower: 1

This the becomes a base for all the skill ids. Then, it has a chance to be modified:

20% chance to add 1
50% chance to stay unmodified
10% chance to subtract 1
20% chance to subtract 2

If the item is low quality, then the skill id as of now is capped at 4. Then the final id is chosen from the formula below. skill_adder is the skill id so far, base_id is the starting id for the character class.

id = skill_adder + (base_id + 4 * skill_adder) - 5 + rnd[5]

If this ends as 73 (Poison Dagger), it will do the rnd[5] again. And finally, the total skill bonus is chosen. It will do rnd[100], and add to that ilvl / 2 if from imbue.

If 90 or above, +3
Between 60 and 90: +2
Lower than 60: +1

This applies to:

ItemType StaffMods

Cloak ass <unused>
Hand to Hand 2 ass
Primal Helm bar
Pelt dru
Wand nec
Voodoo Heads nec
Scepter pal
Staff sor
Orb sor
Reply


Messages In This Thread
Item Generation question - by Dagni - 06-11-2003, 10:03 PM
Item Generation question - by Brista - 06-12-2003, 01:44 AM
Item Generation question - by Dagni - 06-12-2003, 05:29 AM
Item Generation question - by Brista - 06-12-2003, 05:50 AM
Item Generation question - by Dagni - 06-12-2003, 11:11 AM
Item Generation question - by Brista - 06-12-2003, 06:32 PM
Item Generation question - by Hammerman - 06-12-2003, 09:14 PM
Item Generation question - by Dagni - 06-12-2003, 10:17 PM
Item Generation question - by Hammerman - 06-12-2003, 10:50 PM
Item Generation question - by Brista - 06-12-2003, 10:56 PM
Item Generation question - by Hammerman - 06-12-2003, 11:08 PM
Item Generation question - by Ruvanal - 06-13-2003, 03:16 AM
Item Generation question - by Brista - 06-13-2003, 08:57 PM
Item Generation question - by Dagni - 06-14-2003, 01:01 AM
Item Generation question - by Ruvanal - 06-14-2003, 04:32 AM
Item Generation question - by Hammerman - 06-15-2003, 10:25 PM
Item Generation question - by Ruvanal - 06-16-2003, 02:16 AM
Item Generation question - by Dagni - 06-16-2003, 04:32 AM
Item Generation question - by Epi - 07-25-2003, 03:36 AM
Item Generation question - by Dagni - 07-25-2003, 04:51 AM
Item Generation question - by Jarulf - 07-25-2003, 10:58 AM
Item Generation question - by ala5 - 08-13-2004, 09:00 AM
Item Generation question - by lfd - 08-13-2004, 10:05 AM
Item Generation question - by ala5 - 08-16-2004, 02:18 AM
Item Generation question - by ala5 - 08-16-2004, 08:24 AM
Item Generation question - by TimDaD - 08-18-2004, 08:34 AM
Item Generation question - by gta-maloy] - 08-18-2004, 09:28 AM
Item Generation question - by TimDaD - 08-18-2004, 12:13 PM
Item Generation question - by gta-maloy] - 08-18-2004, 01:40 PM
Item Generation question - by adeyke - 08-18-2004, 01:58 PM
Item Generation question - by TimDaD - 08-18-2004, 04:00 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)