Help with: Multiboards (reposted)

For fulfilled maps that most likely don't work on the latest patch (1.24 or later).

Moderator: Cheaters

Panda-Assassin
Senior Member
Posts: 123
Joined: July 4th, 2009, 12:00 am
Title: Pandaren-Assassin

Help with: Multiboards (reposted)

Post by Panda-Assassin »

Instead of asking you to do the triggering for me, I've tried to do it myself and I'm posting it here so someone could check if it's right or if it needs adding or improving.

1) When a person leaves.
Spoiler:
Leavers
Events
Player - Player 1 (Red) leaves the game
Player - Player 2 (Blue) leaves the game
Player - Player 3 (Teal) leaves the game
Player - Player 4 (Purple) leaves the game
Player - Player 5 (Yellow) leaves the game
Player - Player 6 (Orange) leaves the game
Player - Player 7 (Green) leaves the game
Player - Player 8 (Pink) leaves the game
Player - Player 9 (Gray) leaves the game
Player - Player 10 (Light Blue) leaves the game
Conditions
Actions
Multiboard - Set the text for (Last created multiboard) item in column 1, row (Player number of (Triggering player)) to ((|cffA2B5CD + (Nam...


For the one above, I want when someone leaves, it should say <left> in the multiboard.

2) Player Colours: I want the players colours to show on the multiboard because right now, my multiboard only shows their name and kills
Spoiler:
Player Colours
Events
Map initialization
Conditions
Actions
Set PlayerColours1 = ((|cffFF0000 + (Name of Player 1 (Red))) + |r)
Set PlayerColours2 = ((|cff0000FF + (Name of Player 2 (Blue))) + |r)
Set PlayerColours3 = ((|cffFF0000 + (Name of Player 3 (Teal))) + |r)
Set PlayerColours4 = ((|cffFF0000 + (Name of Player 4 (Red))) + |r)
Set PlayerColours5 = ((|cffFF0000 + (Name of Player 5 (Red))) + |r)
Set PlayerColours6 = ((|cffFFFF00 + (Name of Player 6 (Orange))) +|r
Set PlayerColours7 = ((|cffFF0000 + (Name of Player 1 (Red))) + |r)
Set PlayerColours8 = ((|cffFF80FF + (Name of Player 8 (Pink)))+|r)
Set PlayerColours9 = ((|cffFF0000 + (Name of Player 1 (Red))) + |r)
Set PlayerColours10 = ((|cffFF0000 + (Name of Player 1 (Red))) + |r)


3) The last thing is to show the saves the players have but, not much success with it.
"A unit of time is as precious as a unit of gold, but you cannot don't click me back one unit of time with one unit of gold."

Thanks for all the help Syre!
User avatar
Syre
Forum Staff
Posts: 506
Joined: November 17th, 2008, 3:49 pm

Re: Help with: Multiboards (reposted)

Post by Syre »

PM me a blank map, that has the multiboard triggers, along with your save trigger. Ill get it working for ya.
Image
User avatar
Joshsta818
Member
Posts: 86
Joined: April 7th, 2007, 2:39 am

Re: Help with: Multiboards (reposted)

Post by Joshsta818 »

if you mean, when a player types -save it shows them how many times they have saved this game then it would be somthing like this, Its the same as a death/kill multiboard, you just add a nother colum that says Saves, then when a player types -save it increases the number in the save colum by 1 for the triggering player.

Code: Select all

Events
    Player - Player 1 (Red) types a chat message containing -save as An exact match
Conditions
    (Number of units in (Units owned by (Triggering player))) Greater than or equal to 1
Actions
    Set Player_Save[(Player number of (Triggering Player))] = (Player_Save[(Player number of (Triggering Player)))] + 1)


The condition isnt needed, its just good to have incase some idiot is spamming -save before he even has a hero. that condition would only work if its a herotype map where a player only has 1 or more heros.
Image
WhiteSkidMaul Wars
~Now Gone Superspeed!~
User avatar
Syre
Forum Staff
Posts: 506
Joined: November 17th, 2008, 3:49 pm

Re: Help with: Multiboards (reposted)

Post by Syre »

We already got this working, he simply wanted the number of times saved as a column.
Image
User avatar
Joshsta818
Member
Posts: 86
Joined: April 7th, 2007, 2:39 am

Re: Help with: Multiboards (reposted)

Post by Joshsta818 »

oh, my bad.
Image
WhiteSkidMaul Wars
~Now Gone Superspeed!~
Arabidnun
Forum Staff
Posts: 506
Joined: August 5th, 2007, 1:38 pm
Title: Gui Expert
Location: *Unknown*

Re: Help with: Multiboards (reposted)

Post by Arabidnun »

Still need help? If so let me know.
Panda-Assassin
Senior Member
Posts: 123
Joined: July 4th, 2009, 12:00 am
Title: Pandaren-Assassin

Re: Help with: Multiboards (reposted)

Post by Panda-Assassin »

No need for the help Arabidnun, but thanks for the offer. :D Most of it is solved and just learning how to pimp it up some more.
"A unit of time is as precious as a unit of gold, but you cannot don't click me back one unit of time with one unit of gold."

Thanks for all the help Syre!