Pan NevereZ potrzebował zrobić lobby, proxy i główny serwer, i może w przyszłości jeszcze coś, więc dedyk taki najtańszy w Polsce by wystarczył xD
#edit piszę z dwóch kont bo na tym nie miałem pieniędzy żeby kupić zmianę nicku, więc na komputerze jestem na nowym koncie, na telefonie na tym :smiechkappy:
on death of zombie:
{turbo} is true
event.setExp(event.getExp()*1.5)
command /turbo [<text>]:
Trigger:
if {turbo} is false:
set {turbo} to true
Send "włączono"
Stop
set {turbo} to false
Send "wyłączono"
Skript-mirror
variables:
{kopac.%player%} = true
{kasa.%player%} = 0
on mine of stone:
chance of 0%:
add 1 to {kasa.%player%}
send "&cDodano 1 do twojego Konta" to player
chance of 0%:
add 0.25 to {kasa.%player%}
send "&cDodano 0.25 do twojego Konta" to player
chance of 0%:
add 0.1 to {kasa.%player%}
send "&cDodano 0.1 do twojego Konta" to player
chance of 0%:
add 10 to {kasa.%player%}
send "&cDodano 10 do twojego Konta" to player
chance of 0%:
add 0.01 to {kasa.%player%}
send "&cDodano 0.01 do twojego Konta" to player
#dodawanie
command /dodaj1 [<player>]:
trigger:
add 1 to {kasa.%arg-player%}
send "&cDodano 1 do twojego konta" to player
command /usun1 [<player>]:
trigger:
remove 1 from {kasa.%arg-player%}
send "&cUsunieto 1 z twojego Konta" to player
command /kasa [<text>]:
trigger:
send "&cTwoje Saldo to &a&l%{kasa.%player%}% $" to player
command /dajVIP [<player>]:
permission: sawio.vipvip
permission message: &cNie Masz Pozwolenia do tej Komendy!
trigger:
if {kasa.%player%} >= 15.30:
remove 15.30 from {kasa.%player%}
execute console command "pex user %player% group add VIP * 30d"
else if {kasa.%player%} < 15.30:
send "&cNie Masz Kasy!" to player
stop
set {_drop} to false
while {_drop} is false:
chance of 4%:
add a {@naszyjnik1} to player
set {_drop} to true
stop
chance of 40%:
add a {@tarcza2} to player
set {_drop} to true
stop
chance of 40%:
add a {@pierscien2} to player
set {_drop} to true
stop
chance of 12%:
add a {@tarcza1} to player
set {_drop} to true
stop
chance of 4%:
add a {@kolczyki2} to player
set {_drop} to true
stop
set {_lore} to uncolored line 6 of lore of player's tool
replace all "Uzycie:" and "/ 100", " "
set {_lore to ({_lore} parsed as number) - 1
set line 6 of lore of player's tool to "&2Uzycie:&c %{_lore} % &9/&4 100"