Unhired Henchmen should no longer grant XP when killed.
Unhired Henchmen should no longer grant XP when killed. Disabled Bioware XP slider. Disabled WoL encounters. Disabled Simple LA switch since this module uses PWFXP. Full compile. Updated release archive.
This commit is contained in:
@@ -10,8 +10,6 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
ExecuteScript("tab_xpscript",OBJECT_SELF);
|
||||
//SpawnScriptDebugger();
|
||||
//Change NPC_XP to 1 to initiate modified XP code
|
||||
int NPC_XP = 0;
|
||||
@@ -20,6 +18,13 @@ void main()
|
||||
|
||||
int nAlign = GetAlignmentGoodEvil(OBJECT_SELF);
|
||||
object oKiller = GetLastKiller();
|
||||
|
||||
if (GetStandardFactionReputation(STANDARD_FACTION_MERCHANT, OBJECT_SELF) == 100)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
ExecuteScript("tab_xpscript",OBJECT_SELF);
|
||||
|
||||
SpeakString("NW_I_AM_DEAD", TALKVOLUME_SILENT_TALK);
|
||||
//Shout Attack my target, only works with the On Spawn In setup
|
||||
|
||||
Reference in New Issue
Block a user