- Joined
- Jul 10, 2018
- Messages
- 383
So I made an item that when Acquired it gives:
|cFF7FFFD4 75000+ Damage + Reduce Armor near enemies by 5% Depending on their Armor + Reduce Attack speed + Movement speed by 5% Depending on their Speed + Reduce Damage near by 2% Depending on their Damage.|r
*|cFFFF0000 You get this item from Boss|r*
But when the Boss drop it the game crashes
For more information on the Item:
It's a Misc
Has 0 Stock
Has 0 Replenish
Has 0 Stock Delay
Has Custom Icon
Has a Disc [Max Letters]
This bug didin't happen before it dropped normally without crashing but now it's crashing
Other bosses Items drops without crashing.
EDIT:now I tested again and it dropped without crashing what was the problem?
EDIT2: Solved it was this Trigger

|cFF7FFFD4 75000+ Damage + Reduce Armor near enemies by 5% Depending on their Armor + Reduce Attack speed + Movement speed by 5% Depending on their Speed + Reduce Damage near by 2% Depending on their Damage.|r
*|cFFFF0000 You get this item from Boss|r*
But when the Boss drop it the game crashes
For more information on the Item:
It's a Misc
Has 0 Stock
Has 0 Replenish
Has 0 Stock Delay
Has Custom Icon
Has a Disc [Max Letters]
This bug didin't happen before it dropped normally without crashing but now it's crashing
Other bosses Items drops without crashing.
EDIT:now I tested again and it dropped without crashing what was the problem?
EDIT2: Solved it was this Trigger
-
Creep Respawn
-
Events
-
Unit - A unit owned by Neutral Hostile Dies
-
-
Conditions
-
Actions
-
Wait 1.00 seconds
-
If ((Number of units in (Units within 800.00 of (Center of (Region centered at (Position of (Dying unit)) with size (1.00, 1.00))) matching (((Matching unit) belongs to an enemy of Neutral Hostile) Equal to True))) Equal to 0) then do (Unit - Replace (Dying unit) with a (Unit-type of (Dying unit)) using The new unit's max life and mana) else do (Trigger - Run (This trigger) (checking conditions))
-
-
Last edited: