• 0

    posted a message on Team structure

    @Rice87: Go

    I think that you should build one building per team, so if there are 2 teams, you will have 2 seperate buildings... It's easier to solve.

    If you really want to use only one building, it will be easier that if you can make the requirement for the skills/heroes) is that the triggering player is on Team X, so the skills/heroes cards will be disabled if player from Team Y triggers, it sounds easier than to hide the card.

    Posted in: Triggers
  • 0

    posted a message on Change style of Leaderboard

    Thanks,

    I managed to change font style, size, color of the Leaderboard by using .SC2Style but it's a little bit tricky. Need to use Text: Combine Text

    Set Leaderboard Item Text
        Board: Last Created Leaderboard
        Column: 1
        Row: var - Player Row Number
            Index 1: var - Player
        Text: Combine Text Multiple
            Text <Text+>
                Text: "<s val="LeaderboardColumnText">"
                Text: "<c val=""
                Text: func - Get Player Color To Text
                    par - Player: var - Player
                Text: "">"
                Text: Name Of Player
                    Player: var - Player
                Text: "</c>"
                Text: "</s>"
    

    I'm kinda give up on Sorting. About diving by teams, since my Map will only allow 2 teams so i can manually handle it.

    Posted in: Triggers
  • 0

    posted a message on Change style of Leaderboard

    Hi everyone,

    Followed the tutorial of creating the leaderboard, I managed to create my own leaderboard. But I have some problems trying to style that. Somehow, the font size is quite big, and I cannot reduce it. I found one function called Leaderboard - Set Leaderboard Item Font Size , but it seems to be quite useless.

    Another problem is that, I don't know how the sorting function work. For example, I try to divide the leaderboard to 2 groups - because I will have 2 teams so 1 group per each teams and I want to sort in descending order of number of kills for players in each group.

    Do you guy have any suggestions?

    Thanks.

    Posted in: Triggers
  • To post a comment, please or register a new account.