- Joined
- May 7, 2007
- Messages
- 278
Hi, I am currently creating a hero arena. Let me quickly explain what's going on. Here is my trigger:
Now, heres what I need to happen. At the part where it says
I dont think this is possible in GUI, but if it is, I'd like to see it in GUI, if not, JASS is fine. If this is not possible, I am sorry to have wasted your time .
-
Events
- Unit - A unit Sells a unit
- Conditions
-
Actions
- Hero - Drop (Item carried by (Buying unit) in slot 1) from (Buying unit)
- Hero - Drop (Item carried by (Buying unit) in slot 2) from (Buying unit)
- Hero - Drop (Item carried by (Buying unit) in slot 3) from (Buying unit)
- Hero - Drop (Item carried by (Buying unit) in slot 4) from (Buying unit)
- Hero - Drop (Item carried by (Buying unit) in slot 5) from (Buying unit)
- Hero - Drop (Item carried by (Buying unit) in slot 6) from (Buying unit)
- Hero - Set (Sold unit) Hero-level to (Random integer number between 4 and 5), Show level-up graphics
- Selection - Select (Sold unit) for (Owner of (Buying unit))
- Unit - Remove (Buying unit) from the game
Now, heres what I need to happen. At the part where it says
- Hero - Set (Sold unit) Hero-level to (Random integer number between 4 and 5), Show level-up graphics
I dont think this is possible in GUI, but if it is, I'd like to see it in GUI, if not, JASS is fine. If this is not possible, I am sorry to have wasted your time .