Jump to content

Mrteambrine

Member
  • Posts

    98
  • Joined

  • Last visited

Posts posted by Mrteambrine

  1. Both, I typed 

    on join:
        while player is online:
            set {_reg} to "%region at player%"
            if {_reg} contains "-coins5":
                add 5 to {speed::%player's uuid%}
                if {_reg} contains "-coins3":
                    add 3 to {speed::%player's uuid%}
                    if {_reg} contains "-coins1":
                        add 1 to {speed::%player's uuid%}
                        wait 5 seconds
                        set score "&b&lSpeed: %{speed::%player's uuid%}%" in sidebar of player to 2
                        wait 5 seconds
                        set score " " in sidebar of player to 6
                        set score "&b&k&l;&r &f&lWelcome back &b&k&l;" in sidebar of player to 5
                        set score "     " in sidebar of player to 3
                        set score "&b&lPlayer: &d&l%player%" in sidebar of player to 4
                        set score "&b&lSpeed: %{speed::%player's uuid%}%" in sidebar of player to 2
                        set name of sidebar of player to "&b&lLap&d&l&nSK"
     

    Can u send the skript and post it here im bad at skripting

  2. 18 minutes ago, StarBunnie said:

    Well you could make the regions with world guard and just do another on join: while loop that checks the region the player is in every 5 seconds

     

    
    on join:
     while player is online:
      set {_reg} to "%region at player%"
      if {_reg} contains "-coins5":
       add 5 to {speed::%player's uuid%}
      if {_reg} contains "-coins3":
       add 3 to {speed::%player's uuid%}
      if {_reg} contains "-coins1":
       add 1 to {speed::%player's uuid%}
      wait 5 seconds

    and to show it in the scoreboard just add 

    
     set score "&b&lSpeed: %{speed::%player's uuid%}%" in sidebar of player to 2

    or what ever score number is not used yet

    Problem:

    The speed only shows on the scoreboard when I rejoin, because it says on join:

    How do I make it always refresh?

  3. How do I make a currency, which shows on my scoreboard, and gives a certain amount of coins depending on where they are.

    For example if they are in a certain region of coords, they will get 1 coin etc.

    Can you make the coins be called speed as speed is my currency

    Im using Skript, TuSKe, SKbee, SkRayFall, SKquery, SKellett, SKdragon

     

    My scoreboard skript is:

    on join:
        wait 3 ticks
        wipe player sidebar
        set name of sidebar of player to " "
        set score " " in sidebar of player to 6
        set score "&b&k&l;&r &f&lWelcome back &b&k&l;" in sidebar of player to 5
        set score "     " in sidebar of player to 3
        set score "&b&lPlayer: &d&l%player%" in sidebar of player to 4
        while player is online:
            set name of sidebar of player to "&b&lLapSK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLapSK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLapSK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLapSK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLapSK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLapSK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLapSK"
            wait 8 tick
            set name of sidebar of player to "&b&lLap&d&l&oS&b&lK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&l&oS&b&lK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&l&oS&b&lK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&lS&d&l&oK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&lS&d&l&oK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&lS&d&l&oK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&lS&d&l&oK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&lS&d&l&oK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&lS&d&l&oK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&lS&d&l&oK"
            set name of sidebar of player to "&b&lLap&d&lSK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&l&nS&d&lK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&l&nS&d&lK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&l&nS&d&lK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&l&nS&d&lK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&l&nS&d&lK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&l&nS&d&l&nK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&l&nS&d&l&nK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&l&nS&d&l&nK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&l&nS&d&l&nK"
            wait 8 tick
            wait 5 seconds
            delete player's sidebar every 5 seconds in "world"

     

  4. My scoreboard skript is:

    on join:
        wait 3 ticks
        wipe player sidebar
        set name of sidebar of player to " "
        set score " " in sidebar of player to 6
        set score "&b&k&l;&r &f&lWelcome back &b&k&l;" in sidebar of player to 5
        set score "     " in sidebar of player to 3
        set score "&b&lPlayer: &d&l%player%" in sidebar of player to 4
        while player is online:
            set name of sidebar of player to "&b&lLapSK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLapSK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLapSK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLapSK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLapSK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLapSK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLapSK"
            wait 8 tick
            set name of sidebar of player to "&b&lLap&d&l&oS&b&lK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&l&oS&b&lK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&l&oS&b&lK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&lS&d&l&oK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&lS&d&l&oK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&lS&d&l&oK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&lS&d&l&oK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&lS&d&l&oK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&lS&d&l&oK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&lS&d&l&oK"
            set name of sidebar of player to "&b&lLap&d&lSK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&l&nS&d&lK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&l&nS&d&lK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&l&nS&d&lK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&l&nS&d&lK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&l&nS&d&lK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&l&nS&d&l&nK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&l&nS&d&l&nK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&l&nS&d&l&nK"
            wait 1.4 tick
            set name of sidebar of player to "&b&lLap&d&l&nS&d&l&nK"
            wait 8 tick
            wait 5 seconds
            delete player's sidebar every 5 seconds in "world"

  5. How do I make a currency, which shows on my scoreboard, and gives a certain amount of coins depending on where they are.

    For example if they are in a certain region of coords, they will get 1 coin etc.

    Can you make the coins be called speed as speed is my currency

    Im using Skript, TuSKe, SKbee, SkRayFall, SKquery, SKellett, SKdragon

  6. Ive tried the skript:

    on join:
        create bossbar titled "&6Welcome back, &e%player%" and id "WB" for player with progress 100 with colors yellow
        wait 10 seconds
        remove bossbar "WB"
        wait 1 second
        create bossbar titled "&6Enjoy, &e%player%!" and id "enjoy" for player with progress 100 with colors yellow
        wait 5 seconds
        remove bossbar "enjoy"

    but it wont show my colored text above the bossbar! Any reason why?

    I have the skript addons SKbee, SKquery, TuSKe, SKdragon, SKrayfall and Skellett, and it wont work! there is no error.

  7. eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

    #whyisminehutsoolaggy?
    eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

    eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

    eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

     

×
×
  • Create New...