Big update.
Big update, added multiple override packages. Finished Baleas city commoners.
This commit is contained in:
@@ -90,6 +90,79 @@ while(!END)
|
||||
iWeight = 1;
|
||||
break;
|
||||
|
||||
case 16:sChoice = "NPC_COM_HF_M001"; // Halfling Male
|
||||
iWeight = 2;
|
||||
break;
|
||||
|
||||
case 17:sChoice = "NPC_COM_HF_M002"; // Portly Halfling Male
|
||||
iWeight = 2;
|
||||
break;
|
||||
|
||||
case 18:sChoice = "NPC_COM_HF_F001"; // Halfling Female
|
||||
iWeight = 2;
|
||||
break;
|
||||
|
||||
case 19:sChoice = "NPC_COM_HE_F002"; // Portly Halfling Female
|
||||
iWeight = 2;
|
||||
break;
|
||||
|
||||
case 20:sChoice = "NPC_COM_HE_M001"; // Half-elf Male
|
||||
iWeight = 4;
|
||||
break;
|
||||
|
||||
case 21:sChoice = "NPC_COM_HE_M002"; // Portly Half-elf Male
|
||||
iWeight = 4;
|
||||
break;
|
||||
|
||||
case 22:sChoice = "NPC_COM_HE_F001"; // Half-elf Female
|
||||
iWeight = 4;
|
||||
break;
|
||||
|
||||
case 23:sChoice = "NPC_COM_HE_F002"; // Portly Half-elf Female
|
||||
iWeight = 2;
|
||||
break;
|
||||
|
||||
case 24:sChoice = "NPC_COM_HO_M001"; // Half-orc Male
|
||||
iWeight = 1;
|
||||
break;
|
||||
|
||||
case 25:sChoice = "NPC_COM_HO_M002"; // Portly Half-orc Male
|
||||
iWeight = 1;
|
||||
break;
|
||||
|
||||
case 26:sChoice = "NPC_COM_HO_F001"; // Half-orc Female
|
||||
iWeight = 1;
|
||||
break;
|
||||
|
||||
case 27:sChoice = "NPC_COM_HO_F002"; // Portly Half-orc Female
|
||||
iWeight = 1;
|
||||
break;
|
||||
|
||||
case 28:sChoice = "NPC_COM_GM_M001"; // Gnome Male
|
||||
iWeight = 2;
|
||||
break;
|
||||
|
||||
case 29:sChoice = "NPC_COM_GM_M002"; // Portly Gnome Male
|
||||
iWeight = 2;
|
||||
break;
|
||||
|
||||
case 30:sChoice = "NPC_COM_GM_F001"; // Gnome Female
|
||||
iWeight = 2;
|
||||
break;
|
||||
|
||||
case 31:sChoice = "NPC_COM_GM_F002"; // Portly Gnome Female
|
||||
iWeight = 2;
|
||||
break;
|
||||
|
||||
case 32:sChoice = "NPC_COM_HU_OM001"; // Old Human Male
|
||||
iWeight = 4;
|
||||
break;
|
||||
|
||||
case 33:sChoice = "NPC_COM_HU_OF001"; // Old Human Female
|
||||
iWeight = 4;
|
||||
break;
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//END OF CUSTOM ENCOUNTER TABLE! DO NOT EDIT BELOW THIS LINE//////////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user