Changed hench golems to be destroyed upon death
The hench bleed system has issues. The hench on death after bleeding out would drop a "backpack" with all their undroppable gear in multitudes bugging the system and making them unable to be destroyed after leaving the service of a player. Thus piling them up inside the golem rental store. It's best to just destroy them outright upon their deaths.
This commit is contained in:
@@ -29,5 +29,5 @@ void main()
|
||||
|
||||
|
||||
// ***** ADD ANY SPECIAL ON-SPAWN CODE HERE ***** //
|
||||
DelayCommand(10.0, ExecuteScript("random_drop", OBJECT_SELF));
|
||||
DelayCommand(30.0, ExecuteScript("random_drop", OBJECT_SELF));
|
||||
}
|
||||
|
Reference in New Issue
Block a user