• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Multiboard issue

Status
Not open for further replies.
Level 14
Joined
Nov 4, 2006
Messages
1,241
i feel like really stupid to have to ask this, but i simply can't find the mistake i made:

  • leaderboard
    • Events
      • Time - Elapsed game time is 0.50 seconds
    • Conditions
    • Actions
      • Multiboard - Create a multiboard with 2 columns and (numberofplayers + 1) rows, titled Level 1
      • Set multiboard = (Last created multiboard)
      • Multiboard - Set the display style for multiboard item in column 1, row 1 to Show text and Hide icons
      • For each (Integer A) from 1 to (numberofplayers + 1), do (Actions)
        • Loop - Actions
          • Multiboard - Set the display style for multiboard item in column 2, row (Integer A) to Show text and Hide icons
          • Multiboard - Set the text for multiboard item in column 1, row (Integer A) to 0
          • Multiboard - Set the text for multiboard item in column 2, row (Integer A) to 0
          • Multiboard - Set the width for multiboard item in column 1, row (Integer A) to 6.00% of the total screen width
          • Multiboard - Set the width for multiboard item in column 2, row (Integer A) to 2.50% of the total screen width
      • Multiboard - Set the text for multiboard item in column 1, row 1 to Player
      • Multiboard - Set the text for multiboard item in column 2, row 1 to Kills
      • Multiboard - Show multiboard
(numberofplayers + 1) equals 2 in the test phase, i double checked with a display text action

i also checked with another map where i had it working, but i can't find what i missed.
i always end up with some weird cross in the corner instead (see screenshot)
 

Attachments

  • WC3ScrnShot_061618_174345_01.tga
    7.9 MB · Views: 90
Level 14
Joined
Nov 4, 2006
Messages
1,241
i got it working now, apparently if you show the timer window first and then the multiboard it creates this bug.

i switched and started with the multiboard and now it's showing. although timer window and multiboard still overlap a little, but at least both are shown.
 
Last edited:
Status
Not open for further replies.
Top