#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Autor: ReyPlay # # Version: BETA 1.0 (I Wersja) # # Skype: replay_Games # # Skript.pl: Ironer; # # skript.pl/profil/3432-ironer/ # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # PERMISJE: # # bohatersk.wybierz.spiderman - GRACZ/VIP # # bohatersk.wybierz.spongebob - GRACZ/VIP # # bohatersk.stop - GRACZ # # bohatersk.* # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # KOMENDY: # # /bohater pomoc - Komendy SK # # /bohater lista - Lista bohaterow# # /bohater stop # # /bohater wybierz # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Nie będę się rozpisywał co można# # a czego nie mozna usuwać w sk, # # bo wiem że nie jest to zazwyczaj# # przestrzegane i każdy edytuje co# # chce, ale będę bardzo wdzięczny # # Ci jeśli nie usuniesz komendy # # z info o autorze. Dlaczego? # # Chce poprostu, aby maly kawalek # # świata o mnie usłyszał. Wkońcu # # prawie nikt nie patrzy na to. # # DZIĘKUJE! # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # SZUKASZ PROFESJONALNEGO SKRYPTERA NA SERWER?! # # PISZ DO MNIE NA FORUM SKRIPT.PL! (LINK WYZEJ) # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# options: #PRZEDROSTEK WIADOMOSCI tag: &l&8» &7 #NAZWA SERWERA (W KOMENDZIE /bohater info) nazwa: xxx #CZY SPIDERMAN MA BYĆ WŁĄCZONY on/off BohaterSK.spiderman: on #CZY SPONGEBOB MA BYĆ WŁĄCZONY on/off BohaterSK.spongebob: on aliases: #Bloki na ktore spiderman nie moze sie wspinac nonsolid = 0, 6, 27, 28, 30, 31, 32, 37, 38, 39, 40, 50, 55, 59, 63, 64, 65, 66, 68, 69, 70, 71, 72, 75, 76, 77, 78:0, 83, 85:4-7, 104, 105, 106, 111, 115, 131, 132, 141, 142, 143, 147, 148, 157 #variables: #ZMIENNE, TRZYMAM DLA SIEBIE # {BohaterSK::%bohater%} #TYP BOHATERA # {BohaterSK::%bohater%::stan} #STAN TYPU BOHATERA # on load: #SPRAWDZANIE CZY SPIDERMAN ISTNIEJE, NIE RUSZAC set {BohaterSK::spiderman::stan} to "{@BohaterSK.spiderman}" set {BohaterSK::spiderman} to true #SPRAWDZANIE CZY SPONGEBOB ISTNIEJE, NIE RUSZAC set {BohaterSK::spongebob::stan} to "{@BohaterSK.spongebob}" set {BohaterSK::spongebob} to true command /bohater [] []: aliases: b trigger: if arg 1 is not set: send "" send "" send "&8&l<=>-<=>-<=>-<=>-&c{&6&lBOHATERSK&c}&8&l-<=>-<=>-<=>-<=>" send "{@tag}&c/bohater lista &8- &7Lista dostepnych superbohaterow." send "{@tag}&c/bohater wybierz &8- &7Stajesz sie superbohaterem." send "{@tag}&c/bohater stop &8- &7Stajesz sie zwyklym czlowiekiem." send "{@tag}&c/bohater info &8- &7Informacje dotyczace skryptu." if arg 1 is "pomoc": send "" send "" send "&8&l<=>-<=>-<=>-<=>-&c{&6&lBOHATERSK&c}&8&l-<=>-<=>-<=>-<=>" send "{@tag}&c/bohater lista &8- &7Lista dostepnych superbohaterow." send "{@tag}&c/bohater wybierz &8- &7Stajesz sie superbohaterem." send "{@tag}&c/bohater stop &8- &7Stajesz sie zwyklym czlowiekiem." send "{@tag}&c/bohater info &8- &7Informacje dotyczace skryptu." if arg 1 is "info": send "" send "" send "&8&l<=>-<=>-<=>-<=>-&c{&6&lBOHATERSK&c}&8&l-<=>-<=>-<=>-<=>" send "{@tag}Autor: &cReyPlay" send "{@tag}Skype: replay_games" send "{@tag}Email: marcel355555@gmail.com" send "{@tag}Wersja: &cBETA 1.0" send "{@tag}Dla serwera &c{@nazwa}" if arg 1 is "lista": send "" send "" send "&8&l<=>-<=>-<=>-<=>-&c{&6&lBOHATERSK&c}&8&l-<=>-<=>-<=>-<=>" send "{@tag}&cSpiderman" send "{@tag}&cSpongebob" if arg 1 is "wybierz": if arg 2 is "spiderman": if {BohaterSK::%arg 2%} is true: if player has permission "bohatersk.wybierz.spiderman": if {BohaterSK::%arg 2%::stan} is "on": clear player's inventory execute console command "heal %player%" #ODPOWIADA ZA USUWANIE EFEKTOW, OCHRONA PRZED BYCIEM 2 BOHATERAMI NARAZ apply speed 1 to player apply jumb boost 2 to player give 1 stick named "&6&lSPIDERMAN" set {BohaterSK::%arg 2%::%player%} to true send "{@tag}Stales sie &cSpiderman&7'em!" else: send "{@tag}Spiderman jest aktualnie wylaczony." else: send "{@tag}Brak odpowiednich uprawnien." else: send "{@tag}Nie wykryto takiego bohatera. Sprawdz dokladniej &c/bohater lista &7!" if arg 2 is "spongebob": if {BohaterSK::%arg 2%} is true: if player has permission "bohatersk.wybierz.spongebob": if {BohaterSK::%arg 2%::stan} is "on": clear player's inventory execute console command "heal %player%" #ODPOWIADA ZA USUWANIE EFEKTOW, OCHRONA PRZED BYCIEM 2 BOHATERAMI NARAZ apply Water Breathing 10 to player apply night vision to player send "{@tag}Stales sie &cSpongeBob&7'em!" set {BohaterSK::spiderman::%player%} to false if arg 1 is "stop": if player has permission "bohatersk.stop" or "bohatersk.*": execute console command "heal %player%" clear player's inventory set {BohaterSK::spiderman::%player%} to false send "{@tag}Stales sie zwyklym czlowiekiem." on join: set {BohaterSK::spiderman::%player%} to false on damage: damage cause is fall if {BohaterSK::spiderman::%player%} cancel event on rightclick with stick: if name of player's tool is "&6&lSPIDERMAN": if {BohaterSK::spiderman::%player%} is true: loop blocks above targeted block: loop-block is nonsolid block above loop-block is nonsolid teleport player to loop-block loop-block replace at cobweb stop trigger else: send "{@tag}Nie jestes spidermanem."