-
Map Initialization
-
Events
-
Map initialization
-
-
Conditions
-
Actions
-
Player Group - Pick every player in (All players) and do (Actions)
-
Loop - Actions
-
Player - Set (Picked player) Current gold to 750
-
Player - Set (Picked player) Current lumber to 100
-
Camera - Pan camera for (Picked player) to (Position of Tavern 0000 <gen>) over 0.00 seconds
-
Player - Set (Picked player) Food cap to 6
-
-
-
Set Total_Heroes = 8
-
Set Random_Count = 8
-
Set Hero_Array[1] = Alchemist
-
Set Hero_Array[2] = Naga Sea Witch
-
Set Hero_Array[3] = Tinker
-
Set Hero_Array[4] = Beastmaster
-
Set Hero_Array[5] = Dark Ranger
-
Set Hero_Array[6] = Firelord
-
Set Hero_Array[7] = Pandaren Brewmaster
-
Set Hero_Array[8] = Pit Lord
-
For each (Integer A) from 1 to 8, do (Actions)
-
Loop - Actions
-
Set Random_Data[(Integer A)] = (Integer A)
-
-
-
-
I have followed tutorial on internet for making hero tavern and it works but it has one problem.When I pick hero he doesn't go away from tavern,he is still there(I can't pick him again because it says that I need Altar and Keep).I want that hero disappear from tavern when I pick him like in demo map that author of tutorial gave us.
I am willing to upload my little map if nobody understand where is error.Thanks in advance.