- Joined
- Feb 20, 2014
- Messages
- 409
Hi, I will try to explain quickly :
In my map my vendor sells items but they dissapear.
what could the problem be?
If someone wants it I can upload the map.
Here is the trigger,maybe it failed here :
In my map my vendor sells items but they dissapear.
what could the problem be?
If someone wants it I can upload the map.
Here is the trigger,maybe it failed here :
-
Evenements
-
Unit - A unit Vendre un objet (du magasin)
-
-
Conditions
-
(Item-type of (Sold Item)) Egal to Wind boots lvl1
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Si - Conditions
-
(Owner of (Buying unit)) Egal to Joueur 1 (Rouge)
-
stoneP1 Superieur ou egal to 2
-
-
Alors - Actions
-
Son - Play sounditemblacksmith <gen> at 100.00% volume, attached to (Triggering unit)
-
Set stoneP1 = (stoneP1 - 2)
-
Multitable - Set the text for (Last created multiboard) item in column 2, row 3 to (String(stoneP1))
-
-
Sinon - Actions
-
Heros - Drop (Sold Item) from Myhero[1]
-
Wait 0.01 seconds
-
Objet - Remove (Sold Item)
-
-
-
Last edited: