help with multiboard (I really dunno what to do anymore)

julianno

New Member
Reaction score
0
Well, I'm using the multiboard uploaded by Ryoko but it's still not working on my map.
I checked a thousand times to find something wrong, but there's nothing wrong there.

Well, my map is a hero survival map and I wanted to keep track of creep killed by players on multiboard. Also, if it's not to ask too much, I also wanted to set up picked heroes icons on multiboard.

It's just that. Please someone help me with that. I've passed 2 days trying to find a solution for it in vain.

PS.: I never used JASS, but if there's no way to do that with GUI I can try it too.
 

comparami

New Member
Reaction score
4
i tried creating the multiboard for you, but i stopped for the information given will not suffice.. probably the multiboard i'd create would not be to your liking.. i'd create that multiboard for you if like, just send me what you want the multiboard to display, how it will display, color for each text? number of players? everything.. i suggest you open up paint, draw the multiboard you want me to make for you.. i'd be glad to help

i'll start as soon as you give me the necessary information. :D
 

julianno

New Member
Reaction score
0
triggers and goal

well, here is what I wanted my multiboard to be and what I did 'till now



 

TomTTT

New Member
Reaction score
44
Well first I suggest remove the icon box, it's simply useless. You can insert an icon in the box itself, no need a seperate one ONLY for an icon. I created a multiboard for my map, and I don't mind copying it to another map and upload it here. If you'd like me to.
 

DioD

New Member
Reaction score
57
for icons you will need database - hero:icon and dont need separate line, simply set style icon+text and add icon.
 

BlackRabbit

New Member
Reaction score
3
The biggest thing you have to do with a multi-board is bust out the pen and paper, sketch out what you want it to look like, and number your columns and rows. It makes it SIGNIFICANTLY easier to create that way. I have been somewhat successful with multiboards in the maps I've made. If you're interested, I might be able to help. =]
 

Sui-cookie

You can change this now in User CP.
Reaction score
49
The biggest thing you have to do with a multi-board is bust out the pen and paper, sketch out what you want it to look like, and number your columns and rows. It makes it SIGNIFICANTLY easier to create that way.

i second this. It helps incredibly.

And couldnt the hero icons just be put alongside the player names? each box has it's own icon, so i think it'd be a bit more efficient as far as screen space if you just combined the two :x Though, that's just imo. you probably have some justification.

Edit: this is an irrelevant addon to my post, but i'm still sad face about the new b4 version killing the gui tags t.t
 

julianno

New Member
Reaction score
0
for icons you will need database - hero:icon and dont need separate line, simply set style icon+text and add icon.

How can I do this database? =S

btw, this multiboard I've done it's not working. It's not keeping track of creep kills. It stays frozen in 0.

Well first I suggest remove the icon box, it's simply useless. You can insert an icon in the box itself, no need a seperate one ONLY for an icon. I created a multiboard for my map, and I don't mind copying it to another map and upload it here. If you'd like me to.

I would be glad if you, comparami or anybody else do that... Specialy bcuz I will be able to see exactly how to do it and understanding the triggers it will be easier for me to change something in the future if I need or to set a multiboard for another map if I need
 

Sajin

User title under construction.
Reaction score
56
Edit: this is an irrelevant addon to my post, but i'm still sad face about the new b4 version killing the gui tags t.t
eh just revert to useing code tags like we used to before GUI tags :)
 

BlackRabbit

New Member
Reaction score
3
Code:
Multiboard Setup
    Events
        Time - Elapsed game time is 2.00 seconds
    Conditions
    Actions
        Multiboard - Create a multiboard with 3 columns and 4 rows, titled Bull's Head TD
        Multiboard - Set the width for (Last created multiboard) item in column 1, row 1 to 8.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 1, row 2 to 8.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 1, row 3 to 8.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 1, row 4 to 8.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 2, row 1 to 8.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 2, row 2 to 8.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 2, row 3 to 8.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 2, row 4 to 8.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 3, row 1 to 8.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 3, row 2 to 8.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 3, row 3 to 8.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 3, row 4 to 8.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 text for (Last created multiboard) item in column 1, row 1 to  
        Multiboard - Set the text for (Last created multiboard) item in column 2, row 1 to (Name of Player 1 (Red))
        Multiboard - Set the text for (Last created multiboard) item in column 3, row 1 to (Name of Player 2 (Blue))
        Multiboard - Set the text for (Last created multiboard) item in column 1, row 2 to Lives
        Multiboard - Set the text for (Last created multiboard) item in column 2, row 2 to (String(int_lives))
        Multiboard - Set the text for (Last created multiboard) item in column 1, row 3 to Kills
        Multiboard - Set the text for (Last created multiboard) item in column 2, row 3 to (String(int_kills[0]))
        Multiboard - Set the text for (Last created multiboard) item in column 3, row 3 to (String(int_kills[1]))
        Multiboard - Set the text for (Last created multiboard) item in column 1, row 4 to Creeps
        Multiboard - Set the text for (Last created multiboard) item in column 2, row 4 to (String(int_creepsalive))
        Set leaderboard_disp = (Last created leaderboard)

That initiates the board and places text and/or variables in said positions.

Code:
MBoard Creeps Spawning
    Events
        Unit - A unit enters creepstart <gen>
        Unit - A unit enters creepstart II <gen>
    Conditions
        ((Triggering unit) is in (Units owned by Player 11 (Dark Green))) Equal to True
    Actions
        Set int_creepsalive = (int_creepsalive + 1)
        Multiboard - Set the text for (Last created multiboard) item in column 2, row 4 to (String(int_creepsalive))

That makes it so any time a creep is spawned, it adds to the count of total creeps on the field. The following takes them off the multiboard when they die or reach the end.

Code:
MBoard Creeps Dying
    Events
        Unit - A unit Dies
        Unit - A unit enters creepend <gen>
    Conditions
        ((Triggering unit) is in (Units owned by Player 11 (Dark Green))) Equal to True
    Actions
        Set int_creepsalive = (int_creepsalive - 1)
        Multiboard - Set the text for (Last created multiboard) item in column 2, row 4 to (String(int_creepsalive))
        If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            If - Conditions
                (Owner of (Killing unit)) Equal to Player 1 (Red)
            Then - Actions
                Set int_kills[0] = (int_kills[0] + 1)
                Multiboard - Set the text for (Last created multiboard) item in column 2, row 3 to (String(int_kills[0]))
            Else - Actions
                If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                    If - Conditions
                        (Owner of (Killing unit)) Equal to Player 2 (Blue)
                    Then - Actions
                        Set int_kills[1] = (int_kills[1] + 1)
                        Multiboard - Set the text for (Last created multiboard) item in column 3, row 3 to (String(int_kills[0]))
                    Else - Actions

I hope this gives you a decent idea about what's up with Multiboards. I think I included everything these need to be made. I have no idea about using icons in my multiboards. It's something I've never done, so I can't advise you in that aspect. I hope this helps though!
 

comparami

New Member
Reaction score
4
lol, i guess everyone else beat me to it, though if you still want me to create that multiboard for you, just pm me :D
 

BlackRabbit

New Member
Reaction score
3
While I am glad you'd be willing to make it for him, I hope he takes the time to pick it apart and see how it was done. Otherwise, nobody ever really learns anything. That was my mistake when I first started mapping. -shrug- Either way, you've got your resource for your multiboard =P
 

julianno

New Member
Reaction score
0
thx man
thx to ur post I could find the mistakes I did in my multiboard
works perfect now
thx again
 

BlackRabbit

New Member
Reaction score
3
Glad we could help, and glad that we heard back from you to know it did work for you. Any other questions, pm me and I'll do my best =P
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      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