volumeTV
Użytkownik-
Ilość zawartości
109 -
Rejestracja
-
Ostatnia wizyta
Treść opublikowana przez volumeTV
-
Jak w temacie
-
Jak w temacie. O to cały kod! on join: if {Sojusz.oplata::%name of player%} is not set: set {Sojusz.oplata::%name of player%} to falsecommand /sojusz [<test>]: trigger: if arg 1 is not set: send "&a/zapros [gracz] &7- Slorzy do zapraszania Graczy" send "&a/akcept [gracz] &7- Slorzy do akceptowania Zproszen" send " &2/odmow [gracz] &7- Slorzy do odmawiania Zaproszenia" send "&a/sojusze &7- Lista twoich sojusznikow!" send "&a/zapro [off/on] &7- Anty Spam!" send "&a/oplac &7- Dieki tej opcji mozesz zapraszac Graczy!" send "&a/powieksz &7- Dieki tej opcji mozesz miec wiecej Sojusznikow!" stop if arg 1 is "pomoc" or "help": send "&a/zapros [gracz] &7- Slorzy do zapraszania Graczy" send "&a/akcept [gracz] &7- Slorzy do akceptowania Zproszen" send " &2/odmow [gracz] &7- Slorzy do odmawiania Zaproszenia" send "&a/sojusze &7- Lista twoich sojusznikow!" send "&a/zapro [off/on] &7- Anty Spam!" send "&a/aktywuj &7- Dieki tej opcji mozesz zapraszac Graczy!" send "&a/powieksz &7- Dieki tej opcji mozesz miec wiecej Sojusznikow!" stopcommand /zapros [<offline player=%player%>]: trigger: if {Sojusz.oplata::%name of player%} is false: send "&cNie mozesz zaproaszac!" send "&cAby kogos zaprosic musisz kupic te Opcje!" if {Sojusz.max::%name of player%} is true: send "&cMasz juz maxymalna liczbe sojusznikow!" send "&cMozesz ja powiekszyc!" if {Sojusz.zapro::%arg%} is true: send "&cGracza %arg% aktualnie nie mozesz Zaprosic!" if {Sojusz.oplata::%name of player%} is true: if {Sojusz.max::%name of player%} is false: if {Sojusz.zapro::%arg%} is false: add name of player to {Sojusz.oczekujace::%arg%::*} add arg 1 to {Sojusz.zaproszeni::%name of player%::*} send "&aZaprosiles gracza %arg% do Sojusznikow!" send "&aGracz %name of player% zaprasza cie do Sojuszniow" to arg 1 parsed as playercommand /aktywuj: trigger: if {Sojusz.oplata::%name of player%} is true: send "&cMasz juz kupiona ta Opcje!" if player doesn't have 64 diamond: send "&cNie masz itemow do aktywacji tej opcji - 64 diamond" if {Sojusz.oplata::%name of player%} is false: if player have 64 diamond: set {Sojusz.oplata::%name of player%} to true send "&aAktywowales opcje &2-Zapro-!" broadcast "&2[Sojusze] &7Gracz &a%name of player% aktywowal opcje &aZAPRO!"command /akcept [<offline player=%player%>]: trigger: if arg 1 is not set: send "&cPoprawne uzycie: /akcept [gracz]" loop {Sojusz.%name of player%::oczekujace::*}: if loop-value is not arg 1: send "&cGracz nie jest na liscie Oczekujacych!" exit loop stop if loop-value is arg 1: remove arg 1 from {Sojusz.%name of player%::oczekujace::*} remove name of player from {Sojusz.%arg%::zaproszeni::*} add name of player to {Sojusz.%arg%::lista::*} add arg 1 to {Sojusz.%name of player%::lista::*} send "&aGracz %arg% jest twoim sojusznikem!" send "&aGracz %name of player% jest twoim sojusznikem!" broadcast "&2[Sojusze] &7Gracz &a%name of player% jest sojusznikem &a%arg%" exit loopcommand /zaproszeni: trigger: if size of Sojusz::%name of player%::zaproszeni::*} is smoller that 1: send "&cZaden Gracz cie nie zaprosil!" stop loop {Sojusz.%name of player%::zaproszeni::*}: send "&3%loop-index%:<reset> %loop-value%"command /oczekujacy: trigger: if size of {Sojusz.%name of player%::oczekujace::*} is smoller that 1: send "&cNie zaprosiles zadnych Graczy!!" stop loop {Sojusz.%name of player%::oczekujace::*}: send "&3%loop-index%:<reset> %loop-value%"command /lista: trigger: if size of {Sojusz.%name of player%::lista::*} is smoller that 1: send "&cNie masz sojusznikow!" stop loop {Sojusz.%name of player%::lista::*}: send "&3%loop-index%:<reset> %loop-value%"command /zapro [<text>]: trigger: if arg 1 is "off": set {Sojusz.zapro::%arg%} to true send "&aTeraz gracze nie moga cie zapraszac!" if arg 1 is "on": set {Sojusz.zapro::%arg%} to fasle send "&aTeraz gracze moga cie zapraszac!"
-
Jak działają te Suffix i prefixy? Bo mi to nie działa :X
- 96 odpowiedzi
-
- wildskript
- dzikoysk
-
(i 1 więcej)
Oznaczone tagami:
-
Gdzie jest ten ranking?
-
McEndriuMoże :)
-
Jak w temacie. SKRYPT NIE PLUGIN! Zapraszam też do innego tematu: http://skript.pl/index.php/topic/3862-problem-nie-dzia%C5%82a-top/ Ps. Daje +
-
Anastairweś mi to napisz bo nwm jak to zrobić!
-
AnastairCoś takiego: every 30 second: loop all player: set {_strony} to rounded up (size of {rank.r::*} / 5) arg is between 1 and {_strony}: loop {rank.r::*}: set {_lista::%loop-index%} to loop-value set {_num} to size of {_lista::*} set {_max} to arg * 5 set {_min} to {_max} - 4 loop {_max} times: loop {_lista::*}: {_wartosc.%loop-number%} is not set: set {_wartosc.%loop-number%} to loop-value set {_nazwa.%loop-number%} to loop-index loop-value is more than {_wartosc.%loop-number%}: set {_wartosc.%loop-number%} to loop-value set {_nazwa.%loop-number%} to loop-index remove {_wartosc.%loop-number%} from {_lista::*} loop {_max} times: loop-number is between {_min} and {_max} loop-number <= {_num}: set {tab.%{_r}%} to "%{nick.n::%{_nazwa.%loop-number%}%}% (%{_wartosc.%loop-number%}%" {_max} is more than {_num}: set {_r} to {_num} loop {_max} - {_num} times: add 1 to {_r} {_num} is less than 15: set {_r} to {_num} loop 15 - {_num} times: add 1 to {_r} set {tab.%{_r}%} to "???" stop
-
AnastairJak to mam zrobić?
-
Dlaczego mi to nie działa. Mam kod który powinien działąć na tabie every 30 second: set {_strony} to rounded up (size of {rank.r::*} / 5) arg is between 1 and {_strony}: loop {rank.r::*}: set {_lista::%loop-index%} to loop-value set {_num} to size of {_lista::*} set {_max} to arg * 5 set {_min} to {_max} - 4 loop {_max} times: loop {_lista::*}: {_wartosc.%loop-number%} is not set: set {_wartosc.%loop-number%} to loop-value set {_nazwa.%loop-number%} to loop-index loop-value is more than {_wartosc.%loop-number%}: set {_wartosc.%loop-number%} to loop-value set {_nazwa.%loop-number%} to loop-index remove {_wartosc.%loop-number%} from {_lista::*} loop {_max} times: loop-number is between {_min} and {_max} loop-number <= {_num}: set {tab.%{_r}%} to "%{nick.n::%{_nazwa.%loop-number%}%}% (%{_wartosc.%loop-number%}%" set {tab.%loop-number%} to "%{nick.n::%{_nazwa.%loop-number%}%}% (%{_wartosc.%loop-number%}%)" {_max} is more than {_num}: set {_r} to {_num} loop {_max} - {_num} times: add 1 to {_r} {_num} is less than 15: set {_r} to {_num} loop 15 - {_num} times: add 1 to {_r} set {tab.%{_r}%} to "???" stop
-
PiratJaskiniowyJak to zrobić? Coś takiego: every 30 second: set {_strony} to rounded up (size of {rank.r::*} / 5) arg is between 1 and {_strony}: loop {rank.r::*}: set {_lista::%loop-index%} to loop-value set {_num} to size of {_lista::*} set {_max} to arg * 5 set {_min} to {_max} - 4 loop {_max} times: loop {_lista::*}: {_wartosc.%loop-number%} is not set: set {_wartosc.%loop-number%} to loop-value set {_nazwa.%loop-number%} to loop-index loop-value is more than {_wartosc.%loop-number%}: set {_wartosc.%loop-number%} to loop-value set {_nazwa.%loop-number%} to loop-index remove {_wartosc.%loop-number%} from {_lista::*} loop {_max} times: loop-number is between {_min} and {_max} loop-number <= {_num}: set {tab.%{_r}%} to "%{nick.n::%{_nazwa.%loop-number%}%}% (%{_wartosc.%loop-number%}%" set {tab.%loop-number%} to "%{nick.n::%{_nazwa.%loop-number%}%}% (%{_wartosc.%loop-number%}%)" {_max} is more than {_num}: set {_r} to {_num} loop {_max} - {_num} times: add 1 to {_r} {_num} is less than 15: set {_r} to {_num} loop 15 - {_num} times: add 1 to {_r} set {tab.%{_r}%} to "???" stop
-
Jak w temacie! nick Test a na tab: test :(
-
jak zrobić aby było można dodać do topki na tabie?
-
Pieprzyk99Tak taka jest kolejność, poza tym napisałem mój chodziło mi że który posiadam... nie ważne
-
Witam mam duży problem z top graczy pvp. Mianowicie ranking resetuje sie po każdym wpisaniu do topki. mój kod wygląda tak: every 1 minutes: set {_num} to size of {rank.r::*} loop {_num} times: loop {rank.r::*}: {_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 {rank.r::*} loop {_num} times: loop-number is less than or equal to 15: {_n.%loop-number%} isn't "<player>" set {tab.%loop-number%} to "%{_n.%loop-number%}%" {_num} is less than 15: set {_r} to {_num} loop 15 - {_num} times: add 1 to {_r} set {tab.%{_r}%} to "???"
-
Czy da sie np po: on damage of player: every 1 second: Pisze sk na antylogout podobny do skkf'a ale lepszy i bardziej innowacyjny jeśli znacie jakieś zaawansowane skrypty na anty logout to piszcie!
-
A możesz zrobić że jeśli gracz oddali sie od attackera to spada szybciej?
-
Znacie jakiś sk na top player na Tabie?
volumeTV odpowiedział(a) na volumeTV pytanie w Pytania i problemy
Możesz dać osobny kod do topki? bardzo prosze :) -
A jak usunąć?
-
@ xFrekuA można zrobić aby scoreboard był nie dla all player tylko np. dla osoby która coś napisze?
-
Jak w temacie ważne aby był to skrypt a nie plugin!
-
Chyba to nie jest sk...
-
Jak zrobić top graczy na tabie? Od razu mówię że nie mam jeszcze sk na ranking więc możecie podawać sk na ranking z top na tab :) Z góry dzięki Daje +
-
Można robić na komendę? //Poprawiam błąd ortograficzny ~Invi
