121 lines
4.6 KiB
Plaintext
121 lines
4.6 KiB
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName wizlevel1
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 2/12/2003 9:31:14 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
int nUberRoll = d100(1);
|
||
|
if(nUberRoll <= 33)
|
||
|
{
|
||
|
int nDiceRoll = d100(1);
|
||
|
if(nDiceRoll <= 2)
|
||
|
{ CreateItemOnObject("nw_it_sparscr112", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 4)
|
||
|
{ CreateItemOnObject("nw_it_sparscr107", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 6)
|
||
|
{ CreateItemOnObject("nw_it_sparscr105", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 8)
|
||
|
{ CreateItemOnObject("nw_it_sparscr111", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 10)
|
||
|
{ CreateItemOnObject("nw_it_sparscr102", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 12)
|
||
|
{ CreateItemOnObject("nw_it_sparscr113", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 14)
|
||
|
{ CreateItemOnObject("nw_it_sparscr109", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 16)
|
||
|
{ CreateItemOnObject("nw_it_sparscr104", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 18)
|
||
|
{ CreateItemOnObject("nw_it_sparscr106", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 20)
|
||
|
{ CreateItemOnObject("nw_it_sparscr103", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 22)
|
||
|
{ CreateItemOnObject("nw_it_sparscr110", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 24)
|
||
|
{ CreateItemOnObject("nw_it_sparscr210", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 26)
|
||
|
{ CreateItemOnObject("nw_it_sparscr108", OBJECT_SELF, 1);}
|
||
|
}
|
||
|
else if(nUberRoll <= 66)
|
||
|
{
|
||
|
int nDiceRoll = d100(1);
|
||
|
if(nDiceRoll <= 2)
|
||
|
{ CreateItemOnObject("nw_it_sparscr202", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 4)
|
||
|
{ CreateItemOnObject("nw_it_sparscr218", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 6)
|
||
|
{ CreateItemOnObject("nw_it_sparscr216", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 8)
|
||
|
{ CreateItemOnObject("nw_it_sparscr207", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 10)
|
||
|
{ CreateItemOnObject("nw_it_sparscr209", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 12)
|
||
|
{ CreateItemOnObject("nw_it_sparscr208", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 14)
|
||
|
{ CreateItemOnObject("nw_it_sparscr220", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 16)
|
||
|
{ CreateItemOnObject("nw_it_sparscr215", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 18)
|
||
|
{ CreateItemOnObject("nw_it_sparscr219", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 20)
|
||
|
{ CreateItemOnObject("nw_it_sparscr206", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 22)
|
||
|
{ CreateItemOnObject("nw_it_sparscr213", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 24)
|
||
|
{ CreateItemOnObject("nw_it_sparscr212", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 26)
|
||
|
{ CreateItemOnObject("nw_it_sparscr211", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 26)
|
||
|
{ CreateItemOnObject("nw_it_sparscr221", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 26)
|
||
|
{ CreateItemOnObject("nw_it_sparscr201", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 26)
|
||
|
{ CreateItemOnObject("nw_it_sparscr205", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 26)
|
||
|
{ CreateItemOnObject("nw_it_sparscr203", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 26)
|
||
|
{ CreateItemOnObject("nw_it_sparscr204", OBJECT_SELF, 1);}
|
||
|
}
|
||
|
else
|
||
|
{
|
||
|
int nDiceRoll = d100(1);
|
||
|
if(nDiceRoll <= 2)
|
||
|
{ CreateItemOnObject("nw_it_sparscr303", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 4)
|
||
|
{ CreateItemOnObject("nw_it_sparscr315", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 6)
|
||
|
{ CreateItemOnObject("nw_it_sparscr302", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 8)
|
||
|
{ CreateItemOnObject("nw_it_sparscr310", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 10)
|
||
|
{ CreateItemOnObject("nw_it_sparscr314", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 12)
|
||
|
{ CreateItemOnObject("nw_it_sparscr308", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 14)
|
||
|
{ CreateItemOnObject("nw_it_sparscr312", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 16)
|
||
|
{ CreateItemOnObject("nw_it_sparscr304", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 18)
|
||
|
{ CreateItemOnObject("nw_it_sparscr309", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 20)
|
||
|
{ CreateItemOnObject("nw_it_sparscr301", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 22)
|
||
|
{ CreateItemOnObject("nw_it_sparscr217", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 24)
|
||
|
{ CreateItemOnObject("nw_it_sparscr307", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 26)
|
||
|
{ CreateItemOnObject("nw_it_sparscr509", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 26)
|
||
|
{ CreateItemOnObject("nw_it_sparscr313", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 26)
|
||
|
{ CreateItemOnObject("nw_it_sparscr305", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 26)
|
||
|
{ CreateItemOnObject("nw_it_sparscr306", OBJECT_SELF, 1);}
|
||
|
else if(nDiceRoll <= 26)
|
||
|
{ CreateItemOnObject("nw_it_sparscr311", OBJECT_SELF, 1);}
|
||
|
|
||
|
}
|
||
|
}
|