Multiboard Help Needed

death_knight

Dark is the heart of a corrupted man.
Reaction score
24
Hey guys,

I have a multiboard that shows the current street and suburb that the player's unit is in, but I'm making the map multiplayer.

If, for example, I had two players, I want to be able to show Player 1's Unit's Location on the multiboard to Player 1 without showing it to Player 2 on the multiboard and vice-versa.

I want to know if this is possible?

Cheers
 

Inflicted

Currently inactive
Reaction score
63
This requires a bit of JASS knowledge to display to only one player.

However there might be a way to create seperate MultiBoard's for individual players, but I'm not sure if this is do-able in GUI. (havent made one in a while, sorry)
 

death_knight

Dark is the heart of a corrupted man.
Reaction score
24
how complicated is the JASS? Because if it's not overly complicated, then you could give the required code and then I could just copy and past it where it needs to be.
 

Inflicted

Currently inactive
Reaction score
63
Cant help you there sorry, perhaps use search and maybe you will find something..


Othewise you are just going to have to wait for someone else to reply with the solution.
 

Moradiae

TH.net Regular
Reaction score
14
I never touched the multiboard functions in Trigger Editor myself and just found out that you can't show it to each individual player with GUI alone after reading this thread and was afraid the jass might be difficult,

but after a little search ;), here's the solution:

Trigger:
  • Actions
    • Custom script: if Player(0) == GetLocalPlayer() then
    • Multiboard - Show (Last created multiboard)
    • Custom script: endif


source: 1 2 3
 

death_knight

Dark is the heart of a corrupted man.
Reaction score
24
OK, this is the trigger i got that I've used to create the trigger:

Code:
Multiboard Create Player 1
    Events
    Conditions
    Actions
        Multiboard - Create a multiboard with 3 columns and 7 rows, titled (Game Info;  + ((0 + ((String(Time[1])) + :)) + ((0 + ((String(Time[2])) + :)) + (0 + (String(Time[3]))))))
        Multiboard - Set the text for (Last created multiboard) item in column 1, row 1 to Item
        Multiboard - Set the text for (Last created multiboard) item in column 2, row 1 to Value
        Multiboard - Set the text for (Last created multiboard) item in column 3, row 1 to Req. Value
        Multiboard - Set the text for (Last created multiboard) item in column 1, row 2 to Location: Street
        Multiboard - Set the text for (Last created multiboard) item in column 2, row 2 to Location[3]
        Multiboard - Set the text for (Last created multiboard) item in column 3, row 2 to Location[4]
        Multiboard - Set the text for (Last created multiboard) item in column 1, row 3 to Location: Suburb
        Multiboard - Set the text for (Last created multiboard) item in column 2, row 3 to Location[1]
        Multiboard - Set the text for (Last created multiboard) item in column 3, row 3 to Location[2]
        Multiboard - Set the text for (Last created multiboard) item in column 1, row 4 to Location: Place
        Multiboard - Set the text for (Last created multiboard) item in column 2, row 4 to Location[7]
        Multiboard - Set the text for (Last created multiboard) item in column 3, row 3 to Location[8]
        Multiboard - Set the text for (Last created multiboard) item in column 1, row 5 to Address: Street
        Multiboard - Set the text for (Last created multiboard) item in column 2, row 5 to Location[5]
        Multiboard - Set the text for (Last created multiboard) item in column 3, row 5 to <Empty String>
        Multiboard - Set the text for (Last created multiboard) item in column 1, row 6 to Address: Suburb
        Multiboard - Set the text for (Last created multiboard) item in column 2, row 6 to Location[6]
        Multiboard - Set the text for (Last created multiboard) item in column 3, row 6 to <Empty String>
        Multiboard - Set the text for (Last created multiboard) item in column 1, row 7 to Car Key ID No.
        Multiboard - Set the text for (Last created multiboard) item in column 2, row 7 to (String(CarKeyIDNo[1]))
        Multiboard - Set the text for (Last created multiboard) item in column 3, row 7 to <Empty String>
        Multiboard - Set the width for (Last created multiboard) item in column 1, row 1 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 2, row 1 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 3, row 1 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 1, row 2 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 2, row 2 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 3, row 2 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 1, row 3 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 2, row 3 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 3, row 3 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 1, row 4 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 2, row 4 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 3, row 4 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 1, row 5 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 2, row 5 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 3, row 5 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 1, row 6 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 2, row 6 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 3, row 6 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 1, row 7 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 2, row 7 to 10.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 3, row 7 to 10.00% of the total screen width
        Multiboard - Set the display style for (Last created multiboard) item in column 1, row 1 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 2, row 1 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 3, row 1 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 1, row 2 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 2, row 2 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 3, row 2 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 1, row 3 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 2, row 3 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 3, row 3 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 1, row 4 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 2, row 4 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 3, row 4 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 1, row 5 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 2, row 5 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 3, row 5 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 1, row 6 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 2, row 6 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 3, row 6 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 1, row 7 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 2, row 7 to Show text and Hide icons
        Multiboard - Set the display style for (Last created multiboard) item in column 3, row 7 to Show text and Hide icons
        Multiboard - Show (Last created multiboard)
        Set MultiboardPlayer1 = (Last created multiboard)
        Custom script:   if Player(0) == GetLocalPlayer() then
        Multiboard - Show MultiboardPlayer1
        Custom script:   endif
        Custom script:   if Player(1) == GetLocalPlayer() then
        Multiboard - Hide MultiboardPlayer1
        Custom script:   endif
        Custom script:   if Player(2) == GetLocalPlayer() then
        Multiboard - Hide MultiboardPlayer1
        Custom script:   endif
        Custom script:   if Player(3) == GetLocalPlayer() then
        Multiboard - Hide MultiboardPlayer1
        Custom script:   endif
        Custom script:   if Player(4) == GetLocalPlayer() then
        Multiboard - Hide MultiboardPlayer1
        Custom script:   endif
        Custom script:   if Player(5) == GetLocalPlayer() then
        Multiboard - Hide MultiboardPlayer1
        Custom script:   endif
        Custom script:   if Player(8) == GetLocalPlayer() then
        Multiboard - Hide MultiboardPlayer1
        Custom script:   endif
        Custom script:   if Player(9) == GetLocalPlayer() then
        Multiboard - Hide MultiboardPlayer1
        Custom script:   endif
        Trigger - Run Multiboard Create Player 2 <gen> (checking conditions)

The multiboard is created and then I've put in the code that you told me to put in (I have 6 human player's), but when I test the map in-game, the multiboard doesn't appear.

What's the problem?
 

HydraRancher

Truth begins in lies
Reaction score
197
You do realise entering 0 in the column or row values selects all of them, right?

For your trigger, try not showing with the GUI, and ONLY showing it with the GUI/JASS mix.
 

Parsival

Active Member
Reaction score
6
Trigger:
  • Multiboard - Show (Last created multiboard)
    • Set MultiboardPlayer1 = (Last created multiboard)
    • Custom script: if Player(0) == GetLocalPlayer() then
    • Multiboard - Show MultiboardPlayer1
    • Custom script: endif
    • Custom script: if Player(1) == GetLocalPlayer() then
    • Multiboard - Hide MultiboardPlayer1
    • Custom script: endif
    • Custom script: if Player(2) == GetLocalPlayer() then
    • Multiboard - Hide MultiboardPlayer1
    • Custom script: endif
    • Custom script: if Player(3) == GetLocalPlayer() then
    • Multiboard - Hide MultiboardPlayer1
    • Custom script: endif
    • Custom script: if Player(4) == GetLocalPlayer() then
    • Multiboard - Hide MultiboardPlayer1
    • Custom script: endif
    • Custom script: if Player(5) == GetLocalPlayer() then
    • Multiboard - Hide MultiboardPlayer1
    • Custom script: endif
    • Custom script: if Player(8) == GetLocalPlayer() then
    • Multiboard - Hide MultiboardPlayer1
    • Custom script: endif
    • Custom script: if Player(9) == GetLocalPlayer() then
    • Multiboard - Hide MultiboardPlayer1
    • Custom script: endif
    • Trigger - Run Multiboard Create Player 2 &lt;gen&gt; (checking conditions)


I dont get it. Why do You show multiboard for all players and then You hide it for all except one? Why not just:

Trigger:
  • Custom script: if Player(0) == GetLocalPlayer() then
    • Multiboard - Show (Last Created Multiboard)
    • Custom script: endif
    • Trigger - Run Multiboard Create Player 2 &lt;gen&gt; (checking conditions)


And do You really have to make 100 triggers to do one thing? Isn't it possible to use loop?
 

death_knight

Dark is the heart of a corrupted man.
Reaction score
24
Well thats the idea. I have 6 players and 6 different multiboards (1 for each player), and each player has their own multiboard that no other player is supposed to see

EDIT: I still have the problem that it doesn't show the multiboard to the player i want it to.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • WildTurkey WildTurkey:
    is there a stephen green in the house?
    +1
  • The Helper The Helper:
    What is up WildTurkey?
  • The Helper The Helper:
    Looks like Google fixed whatever mistake that made the recipes on the site go crazy and we are no longer trending towards a recipe site lol - I don't care though because it motivated me to spend alot of time on the site improving it and at least now the content people are looking at is not stupid and embarrassing like it was when I first got back into this like 5 years ago.
  • The Helper The Helper:
    Plus - I have a pretty bad ass recipe collection now! That section of the site is 10 thousand times better than it was before
  • The Helper The Helper:
    We now have a web designer at my job. A legit talented professional! I am going to get him to redesign the site theme. It is time.
  • Varine Varine:
    I got one more day of community service and then I'm free from this nonsense! I polished a cop car today for a funeral or something I guess
  • Varine Varine:
    They also were digging threw old shit at the sheriff's office and I tried to get them to give me the old electronic stuff, but they said no. They can't give it to people because they might use it to impersonate a cop or break into their network or some shit? idk but it was a shame to see them take a whole bunch of radios and shit to get shredded and landfilled
  • The Helper The Helper:
    whatever at least you are free
  • Monovertex Monovertex:
    How are you all? :D
    +1
  • Ghan Ghan:
    Howdy
  • Ghan Ghan:
    Still lurking
    +3
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top