• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Multiboard

Status
Not open for further replies.
Level 2
Joined
Dec 20, 2010
Messages
5
Hi hivework,
Could somebody pls help me out in doing a multiboard.

i need:
-column containing player, kills, death
-rows containing player named (color coded), amount of kills and death.

There will be 3 players per team so i would want to have the term Race to be before every team.

Also Team Kill

example format:

Human | Team Kills | Team Death
Player Name | Kills | Death
Player 1 (red) | 1 | 0
Player 2 (blue)
player 3 (teal)

Orc Team Kills Team Death

Credits will be given in map.

Thank you!
 
Level 2
Joined
Dec 20, 2010
Messages
5
yeah this is a good 1. thx for the map. however there aint teams like how i wanted. i tried editing but it jst doesnt turn out right. if there's any1 who would help me out in this multiboard that'll be great. btw this is a 12 player map with 4 teams.
 
Level 3
Joined
Mar 15, 2010
Messages
37
Multiboard
  • Events
    • Time - elapsed game time 0.1
  • Conditions
  • Actions
    • Multiboard - Create multiboard with 3 collums 3 rows titled Multiboard
    • Set Variable - Set Multiboard to last created multiboard
    • Multiboard - Change text of Multiboard in collum 1 row 1 to Players:
    • Multiboard - Change text of Multiboard in collum 1 row 2 to (Player name of (Player 1 red)
    • Multiboard - Change text of Multiboard in collum 1 row 3 to (Player name of (Player 2 blue)
    • Multiboard - Change text of Multiboard in collum 2 row 1 to Kills:
    • Multiboard - Change text of Multiboard in collum 3 row 1 to Deaths:
    • Multiboard - Change text of Multiboard in collum 2 row 2 to Red_Kills
    • Multiboard - Change text of Multiboard in collum 2 row 3 to Blue_Kills
    • Multiboard - Change text of Multiboard in collum 3 row 3 to Blue_Deaths
    • Multiboard - Change text of Multiboard in collum 2 row 3 to Red_Deaths
Multiboard Refresh
  • Events
    • Time - Every 0.1 seconds of game time
  • Conditions
  • Actions
    • Multiboard - Change text of Multiboard in collum 2 row 2 to Red_Kills
    • Multiboard - Change text of Multiboard in collum 2 row 3 to Blue_Kills
    • Multiboard - Change text of Multiboard in collum 3 row 3 to Blue_Deaths
    • Multiboard - Change text of Multiboard in collum 2 row 3 to Red_Deaths
Kills
  • Events
    • Unit - Unit dies
  • Conditions
    • Unit type of (Dying unit) equals to <enemy hero>
    • Unit type of (Killing unit) equals to <red_hero>
  • Actions
    • Set Variable - Red_Kills = Red_Kills + 1
Then you can do things that you want, make multiboard width / height to what every you want, you can disable multiboard icons etc. hope this helps, remember to set that Multiboard variable to your multiboard, and when you change text in your multiboard change it in your multiboard variable.
 
Status
Not open for further replies.
Top