################################################### lvl-aktualny lvl exp-aktualne punkty expa pexp-exp potrzebny na wbicie danego lvla **Lvle by Loraxik** ################################################### variables: {exp::%player%} = 1 {lvl::%player%} = 1 {pexp::%player%} = 200 command /lvl: trigger: send "&f&lTwoj Lvl: &b%{lvl::%player%}%" send "&f&lTwoj Exp: &b%{exp::%player%}%&8/&a%{pexp::%player%}%" command /poziom: trigger: send "&6&lTwoj Lvl: &b%{lvl::%player%}%" send "&6&lTwoj Exp: &b%{exp::%player%}%&8/&a%{pexp::%player%}%" command /resetlvl: trigger: set {lvl::%player%} to 1 set {pexp::%player%} to 200 set {exp::%player%} to 1 ######### Levele ######### ### 1-10 ### on death: if attacker is player: if victim is zombie: if name of victim is "Zombie lvl. 1" add 4 to {exp::%player%} on death: if attacker is player: if victim is zombie: if name of victim is "Zmutowany Zombie lvl. 5" add 5 to {exp::%player%} on death: if attacker is player: if victim is zombie: if name of victim is "Niezniszczalny Zombie lvl. 8" add 8 to {exp::%player%} if {exp::%player%} is greater than 200: if {lvl::%player%} is 1: set {lvl::%player%} to 2 set {pexp::%player%} to 300 send "&b&3Awansowales na &62 &6poziom" to attacker if {exp::%player%} is greater than 300: if {lvl::%player%} is 2: set {lvl::%player%} to 3 set {pexp::%player%} to 400 send "&b&3Awansowales na &63 &6poziom" to attacker if {exp::%player%} is greater than 400: if {lvl::%player%} is 3: set {lvl::%player%} to 4 set {pexp::%player%} to 500 send "&b&3Awansowales na &64 &6poziom" to attacker if {exp::%player%} is greater than 500: if {lvl::%player%} is 4: set {lvl::%player%} to 5 set {pexp::%player%} to 600 send "&b&3Awansowales na &65 &6poziom" to attacker if {exp::%player%} is greater than 600: if {lvl::%player%} is 5: set {lvl::%player%} to 6 set {pexp::%player%} to 700 send "&b&3Awansowales na &66 &6poziom" to attacker if {exp::%player%} is greater than 700: if {lvl::%player%} is 6: set {lvl::%player%} to 7 set {pexp::%player%} to 800 send "&b&3Awansowales na &67 &6poziom" to attacker if {exp::%player%} is greater than 800: if {lvl::%player%} is 7: set {lvl::%player%} to 8 set {pexp::%player%} to 900 send "&b&3Awansowales na &68 &6poziom" to attacker if {exp::%player%} is greater than 900: if {lvl::%player%} is 8: set {lvl::%player%} to 9 set {pexp::%player%} to 1000 send "&b&3Awansowales na &69 &6poziom" to attacker if {exp::%player%} is greater than 1000: if {lvl::%player%} is 9: set {lvl::%player%} to 10 set {pexp::%player%} to 1200 send "&b&3Awansowales na &610 &6poziom" to attacker send "&b&6 Gracz &b&2%player% &b&6awansowal na 10 poziom!