Hotfix for mob not giving xp
and adjusted some mobs near the same ares.
This commit is contained in:
@@ -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 ) );
|
||||
}
|
||||
|
Reference in New Issue
Block a user