• 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.

A strange prolem

Status
Not open for further replies.
Level 3
Joined
Jun 3, 2011
Messages
36
I add a multiboard for my map, when I play it in custom game, it show normal but in Lan game it lost??? why's so that? Can y help me?
 
Level 3
Joined
Jun 3, 2011
Messages
36
I don't know hot to post trigger :(, so I show it by JPG below, you plz fix this problem :(
 

Attachments

  • Untitled.png
    Untitled.png
    206 KB · Views: 116
Level 3
Joined
Jun 3, 2011
Messages
36
heh, thanks for your instructions, here trigger, can you check it :D.
  • Create the Multiboard
    • Events
      • Time - Elapsed game time is 2.00 seconds
    • Conditions
    • Actions
      • Set MultiBoard_Players = (Number of players in (All players matching (((Matching player) slot status) Equal to Is playing)))
      • Multiboard - Create a multiboard with 3 columns and (MultiBoard_Players + 2) rows, titled Table Statistics
      • Set MultiBoard = (Last created multiboard)
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 1 to |cff0080FFFinish Ki...
      • Multiboard - Set the text for (Last created multiboard) item in column 2, row 1 to (String(Win))
      • Multiboard - Set the text for (Last created multiboard) item in column 3, row 1 to |cff94EF63FFA|r
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 2 to |cffFFFFFFPlayer Na...
      • Multiboard - Set the text for (Last created multiboard) item in column 2, row 2 to |cff00FF00Kill|r
      • Multiboard - Set the text for (Last created multiboard) item in column 3, row 2 to |cffFF0000Dead|r
      • For each (Integer A) from 1 to (MultiBoard_Players + 2), do (Actions)
        • Loop - Actions
          • Multiboard - Set the display style for (Last created multiboard) item in column 1, row (Integer A) to Show text and Hide icons
          • Multiboard - Set the display style for (Last created multiboard) item in column 2, row (Integer A) to Show text and Hide icons
          • Multiboard - Set the display style for (Last created multiboard) item in column 3, row (Integer A) to Show text and Hide icons
          • Multiboard - Set the width for (Last created multiboard) item in column 1, row (Integer A) to 10.00% of the total screen width
          • Multiboard - Set the width for (Last created multiboard) item in column 2, row (Integer A) to 5.00% of the total screen width
          • Multiboard - Set the width for (Last created multiboard) item in column 3, row (Integer A) to 5.00% of the total screen width
      • Set List = 3
      • Player Group - Pick every player in Forces[1] and do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • ((Picked player) slot status) Equal to Is playing
            • Then - Actions
              • Set Multiboard_Spots[(Player number of (Picked player))] = List
              • Multiboard - Set the text for (Last created multiboard) item in column 1, row List to (Color_Text[(Player number of (Picked player))] + ((Name of (Picked player)) + |r))
              • Multiboard - Set the text for (Last created multiboard) item in column 2, row List to (|cff00FF00 + 0|r)
              • Multiboard - Set the text for (Last created multiboard) item in column 3, row List to (|cffFF0000 + 0|r)
              • Set List = (List + 1)
            • Else - Actions
      • Multiboard - Show all multiboards
      • Multiboard - Maximize (Last created multiboard)
 
Status
Not open for further replies.
Top