xNawi
Użytkownik-
Ilość zawartości
301 -
Rejestracja
-
Ostatnia wizyta
Treść opublikowana przez xNawi
-
-
Może być, chociaż samo gui szału nie robi...
-
walka MicroBattle - skrypt na minigrę MicroBattle
xNawi odpowiedział(a) na boleknowak temat w Skrypty
Hmm skrypt spoko, mi sie podoba -
Ref chce napisac skrypt na chat
xNawi odpowiedział(a) na PanNiedzwiadek pytanie w Pytania i problemy
pisac co 3 sekundy: on chat: if {chat.%player%} is false: set {chat.%player%} to true wait 3 seconds set {chat.%player%} to false else: cancel event send "Mozesz pisac co 3 sekundy!" stop Wyłączanie: command /chat [<text>]: if arg 1 is "off": set {chat.on} to true broadcast "Chat zostal wylaczony" if arg 1 is "on": set {chat.on} to falseon chat: if {chat.on} is true: cancel event Czyszczenie: Ciag dalszy poprzedniego skryptu: if arg 1 is "clear": loop 1000 times: broadcast " " -
Chce napisac skrypt chat i skrypt na spawn
xNawi odpowiedział(a) na PanNiedzwiadek pytanie w Pytania i problemy
Jeśli chodzi o chat i cenzury to musimy robić tkz.replace on chat: replace all "chuj" with "ch*j" in the message replace all "cipa" with "cipa to twoja stara" in the messageitd itd.... jeśli chodzi o spawn: command /setspawn: permission: spawn.admin trigger: set {spawn.spawn} to location of player send "&6Ustawiles spawn!" stoptak to wygląda ;D- 4 odpowiedzi
-
- skrypt na spawn
- skrypt na chat
-
(i 6 więcej)
Oznaczone tagami:
-
Potrzebuje kilka SK/PL Pamietaj za sk/pl like's
xNawi odpowiedział(a) na lordgumisiek pytanie w Zlecenia
Jeśli chodzi o skrypt 1 i 2 to masz tu od fallinga: # Author: TheFallingCookie - http://skript.pl/index.php?/user/130-thefallingcookie/# Name: psRanking# Version: 1.0on load: send "[psRanking] Succesfully loaded." to the console send "[psRanking] Developed by TheFallingCookie." to the console execute console command "scoreboard objectives add pkt dummy &7pkt" execute console command "scoreboard objectives setdisplay belowName pkt"on unload: execute console command "scoreboard objectives remove pkt"on join: {punkty::%player%} is not set: set {punkty::%player%} to 1000 {zabojstwa.%player%} is not set: set {zabojstwa.%player%} to 0 {smierci.%player%} is not set: set {smierci.%player%} to 0 execute console command "scoreboard players set %player% pkt %{punkty::%player%}%" set {_x} to name of player if {_x} is "TheFallingCookie": send "&8> &7Na tym serwerze znajduje sie skrypt &6psRanking &7by TheFallingCookie"on death of player: strike lightning effect at the player {atakujacy.%victim%} is set: set {_attacker} to {atakujacy.%victim%} add 1 to {smierci.%victim%} add 1 to {zabojstwa.%{_attacker}%} set {_punkty} to rounded down {punkty::%victim%}*0.164 add {_punkty} to {punkty::%{_attacker}%} remove {_punkty} from {punkty::%victim%} set death message to "&8> &6%victim% &czostal zabity przez &6%{_attacker}% &8(&6+%{_punkty}%&8)" execute console command "scoreboard players set %victim% pkt %{punkty::%victim%}%" execute console command "scoreboard players set %{_attacker}% pkt %{punkty::%{_attacker}%}%" delete {atakujacy.%victim%} stop {atakujacy.%victim%} is not set: add 1 to {smierci.%victim%} remove 30 from {punkty::%victim%} execute console command "scoreboard players set %victim% pkt %{punkty::%victim%}%" else if {attacker.%victim%} is not set: execute console command "scoreboard players set %victim% rank %{rank::%victim%}%" set death message to " " stop on quit: if {atakujacy.%player%} is set: set {_attacker} to {atakujacy.%player%} delete {atakujacy.%player%} kill player drop player's skull at location of player add 1 to {smierci.%player%} add 1 to {zabojstwa.%{_attacker}%} set {_punkty} to rounded down {punkty::%player%}*0.167 add {_punkty} to {punkty::%{_attacker.%player%}%} remove {_punkty} from {punkty::%player%} broadcast "&8> &6%player% wylogowal sie podczas walki!" broadcast "&8> &6%player% &czostal zabity przez &6%{_attacker}% &8(&6+%{_punkty}%&8)" execute console command "scoreboard players set %player% pkt %{punkty::%player%}%" execute console command "scoreboard players set %{_attacker}% pkt %{punkty::%{_attacker}%}%"on damage of player: {punkty::%attacker%} is set: set {atakujacy.%victim%} to name of attacker wait 15 seconds delete {atakujacy.%victim%}command /ks [<offline player=%player%>]: description: Pozwala na sprawdzenie rankingu innego gracza trigger: if arg is set: {punkty::%arg%} is set: send "&8> &7Ranking gracza: &6%arg%" send "&8> &7Punkty: &6%{punkty::%arg%}%" send "&8> &7Zabojstwa: &6%{zabojstwa.%arg%}%" send "&8> &7Smierci: &6%{smierci.%arg%}%" {punkty::%arg%} is not set: send "&8> &cGracza o takim nicku nie ma w bazie danych!" stop else: send "&8> &7Ranking gracza: &6%player% &7(Ty)" send "&8> &7Punkty: &6%{punkty::%player%}%" send "&8> &7Zabojstwa: &6%{zabojstwa.%player%}%" send "&8> &7Smierci: &6%{smierci.%player%}%"command /ks top: description: Top 10 graczy z najwyzsza iloscia punktow aliases: /top, /topka trigger: send "&8> &6Top 10 najlepszych graczy:" set {_num} to size of {punkty::*} loop {_num} times: loop {punkty::*}: {_v.%loop-number%} is not set: set {_v.%loop-number%} to loop-value set {_n.%loop-number%} to loop-index loop-value is greater than {_v.%loop-number%}: set {_v.%loop-number%} to loop-value set {_n.%loop-number%} to loop-index remove {_v.%loop-number%} from {punkty::*} loop {_num} times: loop-number is less than or equal to 10: send "&8> &7%loop-number%. &6%{_n.%loop-number%}% &8(&6%{_v.%loop-number%}%&8)" set {punkty::%{_n.%loop-number%}%} to {_v.%loop-number%}command /ranking [<text>] [<offlineplayer>] [<integer>]: description: Pozwala na zarzadzanie rankingiem innego gracza trigger: if player has permission "psranking.*": arg 1 is not set: send "&8> &cPrawidlowe uzycie: &6/ranking &7<&6set|add|remove&7> <&6gracz&7> <&6ilosc>&7" arg 1 is not "set" or "add" or "remove": send "&8> &cPrawidlowe uzycie: &6/ranking &7<&6set|add|remove&7> <&6gracz&7> <&6ilosc>&7" arg 1 is "set": if arg 2 is set: if arg 3 is set: if {punkty::%arg 2%} is set: set {punkty::%arg 2%} to arg 3 send "&8> &7Zaaktualizowano ranking gracza: &6%arg 2%&7!" execute console command "scoreboard players set %arg 2% pkt %{punkty::%arg 2%}%" else: send "&8> &cGracza o takim nicku nie ma w bazie danych!" else: send "&8> &cPrawidlowe uzycie: &6/ranking &7<&6set|add|remove&7> <&6gracz&7> <&6ilosc>&7" else: send "&8> &cPrawidlowe uzycie: &6/ranking &7<&6set|add|remove&7> <&6gracz&7> <&6ilosc>&7" arg 1 is "add": if arg 2 is set: if arg 3 is set: if {punkty::%arg 2%} is set: add arg 3 to {punkty::%arg 2%} send "&8> &7Zaaktualizowano ranking gracza: &6%arg 2%&7!" execute console command "scoreboard players set %arg 2% pkt %{punkty::%arg 2%}%" else: send "&8> &cGracza o takim nicku nie ma w bazie danych!" else: send "&8> &cPrawidlowe uzycie: &6/ranking &7<&6set|add|remove&7> <&6gracz&7> <&6ilosc>&7" else: send "&8> &cPrawidlowe uzycie: &6/ranking &7<&6set|add|remove&7> <&6gracz&7> <&6ilosc>&7" arg 1 is "remove": if arg 2 is set: if arg 3 is set: if {punkty::%arg 2%} is set: remove arg 3 from {punkty::%arg 2%} send "&8> &7Zaaktualizowano ranking gracza: &6%arg 2%&7!" execute console command "scoreboard players set %arg 2% pkt %{punkty::%arg 2%}%" else: send "&8> &cGracza o takim nicku nie ma w bazie danych!" else: send "&8> &cPrawidlowe uzycie: &6/ranking &7<&6set|add|remove&7> <&6gracz&7> <&6ilosc>&7" else: send "&8> &cPrawidlowe uzycie: &6/ranking &7<&6set|add|remove&7> <&6gracz&7> <&6ilosc>&7" stop else: send "&8> &cNie masz uprawnien do uzywania tej komendy!" -
podaj swój skrypt na drop to Ci przerobie
-
Prosze o przeniesinie do kosza. //Do kosza nie, ale do archiwum tak ~Tropereks
-
Świetny serwer ! Napewno bede na nim grał (XD)
-
Sam skrypt fajny, tylko dodaj tez specjalna permisje np dla vipów, aby efekty były za darmo ;p
- 23 odpowiedzi
-
Update 1.2 Dodano ustawianie szybkosci particlesów w komendzie Usuwanie particlesów graczowi Ogólnie poprawa całego kodu
-
Wiem, że da sie usunąć przez zmienne, tyle, że nie jestem pewnien czy to niekiedy nie bedzie sie bagować, ale zrobie to
-
Nie da się tak z dupy usunąć wiadomości na chacie, napisz mi na pw to pomoge
-
Ciekawy skrypt, coś nowego i dosyć fajnego, jestem na tak ;p
-
set {_x} to random integer between 6 and 16add {_x} level progress of the player
-
Opisz to dokładniej
-
http://pastebin.com/6YEX2Dh8 Tutaj masz gotowy skrypt, wpisz sobie komende /stone i powiedz mi co mam dopisać
-
Nie da sie, można to zrobić w pluginie ale w skripcie raczej niee
-
Options: xMin: 2000 xMax: 2000 zMin: 2000 zMax: 2000 world: world serwer: FAJNY ZAJEBISTY SERWER on first join: Set {_targetx} to a random integer between {@xMin} and {@xMax} Set {_targetz} to a random integer between {@zMin} and {@zMax} wait 1 seconds apply speed 3 to the player for 15 seconds Execute console command "/tppos %player% %{_targetx}% 50 %{_targetz}%" give 1 stone pickaxe named "{@serwer}" to player's inventory give 13 steak named "{@serwer}" to player's inventory give 37 steak named "{@serwer}" to player's inventory give 1 enderchest named "{@serwer}" to player's inventory
-
set {_x} to random integer between 6 and 16give {_x} level progress of the player
-
set {_x} to random integer between 6 and 12set {_z} to {_x}*2Po co dajesz "% ?
-
ref
