Adding MMO systems
Added barred doors, set up more city denizen spawners, cleaned up Baleas Town Guards, Faerunized the "Holy Paladins". Added character deleter NPC in the OOC Starting Area.
This commit is contained in:
@@ -59,25 +59,37 @@ while(!END)
|
||||
break;
|
||||
|
||||
case 8:sChoice = "NPC_COM_DW_F001"; // Dwarven Female
|
||||
iWeight = 4;
|
||||
iWeight = 3;
|
||||
break;
|
||||
|
||||
case 9:sChoice = "NPC_COM_DW_F002"; // Portly Dwarven Female
|
||||
iWeight = 4;
|
||||
iWeight = 2;
|
||||
break;
|
||||
|
||||
case 10:sChoice = "NPC_COM_DW_M001"; // Dwarven Male
|
||||
iWeight = 3;
|
||||
iWeight = 4;
|
||||
break;
|
||||
|
||||
case 11:sChoice = "NPC_COM_DW_M002"; // Portly Dwarven Male
|
||||
iWeight = 2;
|
||||
break;
|
||||
|
||||
case 12:sChoice = "mhalforc";
|
||||
case 12:sChoice = "NPC_COM_EL_F001"; // Elven Female
|
||||
iWeight = 2;
|
||||
break;
|
||||
|
||||
case 13:sChoice = "NPC_COM_EL_F002"; // Portly Elven Female
|
||||
iWeight = 1;
|
||||
break;
|
||||
|
||||
case 14:sChoice = "NPC_COM_EL_M001"; // Elven Male
|
||||
iWeight = 2;
|
||||
break;
|
||||
|
||||
case 15:sChoice = "NPC_COM_EL_M002"; // Portly Elven Male
|
||||
iWeight = 1;
|
||||
break;
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//END OF CUSTOM ENCOUNTER TABLE! DO NOT EDIT BELOW THIS LINE//////////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user