Hotfix for mob not giving xp

and adjusted some mobs near the same ares.
This commit is contained in:
EpicValor
2023-10-08 02:52:36 -05:00
parent 2dbcfb160b
commit 00c6a80e45
18 changed files with 805 additions and 144 deletions

View File

@@ -26,6 +26,7 @@ void main()
}
DelayCommand( fDieDelay, ExecuteScript( "no_scr_cleanvars", OBJECT_SELF ) );
DelayCommand( fDieDelay + 0.5, ExecuteScript( "no_scr_excorpse", OBJECT_SELF ) );
ExecuteScript("nw_c2_default7", OBJECT_SELF);
//signal death to userdef
SignalEvent( OBJECT_SELF, EventUserDefined( 1007 ) );
}