- Joined
- May 13, 2023
- Messages
- 111
So I was wondering if there was a way to easily remove Item restock time from specific shops, Ofc I can change the item value through GUI but I need them to be removed on specific scenario, currently im replacing the shops whenever purchase fires and this works fine but i was looking if there is a better way to do it?
-
Item Restock
-

Events
-


Unit - A unit Sells an item (from shop)
-
-

Conditions
-


Or - Any (Conditions) are true
-



Conditions
-




Shop1 Equal to (Unit-type of (Selling unit))
-




Shop2 Equal to (Unit-type of (Selling unit))
-




Shop3 Equal to (Unit-type of (Selling unit))
-
-
-
-

Actions
-


Unit - Replace (Selling unit) with a (Unit-type of (Selling unit)) using The old unit's relative life and mana
-
-
