Skocz do zawartości

Rafix1423

Użytkownik
  • Ilość zawartości

    161
  • Rejestracja

  • Ostatnia wizyta

Treść opublikowana przez Rafix1423

  1. Przerobisz mi to ;p ? i dodasz zeby co 24 h można było używać ?
  2. Witam Potrzebuje Skrypt na komende dla gracza ale żeby można by było jej użyć tylko raz na dzień.I żeby ta komenda odwoływała się do innej komendy.
  3. Masz tam komenda market
  4. Rafix1423

    RPG

    Januszku biznesu pisz na PW
  5. Rafix1423

    Serwer RPG

    Śmieszne troche ;p
  6. Tego się nie da rozwiązać nie jeden próbował XD Jednym słowem dzięki temu skryptowi możesz kopiować itemy A wiesz skąd to wiem ? send "&4&lME &8&l>> &2Usunoles item z targu!" To wyjaśnia wszystko myślisz czemu jedna z edycji na MegaEnch....t Upadła ? Właśnie przez to nawet ten wielki youtuber opowiadał ,że niby ktoś mu sprzedał skrypt na zbugowane targi xDDD Polecam zamiast Tego użyć plugin global market A jeżeli nie chcesz pluginu tu masz skrypt podobny do pluginu https://code.skript.pl/GsQD0E7M/
  7. Jak ten skrypt na targ można bugować XDDD //Warto podać przyczyny i ewentualne rozwiązanie "bugu" ~ Nioo
  8. Nie posiadam Skype ,ale czego ty nie rozumisz ?
  9. Rafix1423

    Skrypt na Kowala

    Witam Potrzebuje Skryptu na kowala Max Poziom ulepszeń +3 I np w broniach 1 ulepszenie dodaje 1 sharpnessu,W zbrojce 1 ulepszenie Dodaje 1 protection więcej.Podnosiło by enchant przedmiotu o jeden wzwyż. https://code.skript.pl/1cbXoFJO/ Tu znalazłem jakiś na internecie no ale to nie to czego szukam ale może komuś pomorze w szybszym napisaniu
  10. command /ustawtp [<text>]: permission: teleport trigger: set {%arg%} to location of player on entering of region "portal2": Wpisujesz komende //wand zaznaczasz portal i wpisujesz /rg define (nazwa Portalu np.portal2 i wklejasz tu tą nazwe) if {lvl.%player%} is greater than 0: Tu Ustawiasz lvl od jakiego ma być portal teleport player to {exp1} Tutaj gdzie jest exp2 wpisujesz co chcesz else: send "&cNie masz wymaganego lvl" on entering of region "portal2":- Wpisujesz komende //wand zaznaczasz portal i wpisujesz /rg define (nazwa Portalu np.portal2 i wklejasz tu tą nazwe) if {lvl.%player%} is greater than 10:- Tu Ustawiasz lvl od jakiego ma być portal teleport player to {exp2}- Tutaj gdzie jest exp2 wpisujesz co chcesz Potem żeby ustawić teleport tepasz się na mape i wpisujesz /ustawtp {exp2} else: send "&cNie masz wymaganego lvl" LICZĘ NA NAJ
  11. fapaj command /ustawtp [<text>]: permission: teleport trigger: set {%arg%} to location of player on entering of region "Wpisz tu nazwe regionu": if {lvl.%player%} is greater than 3: # tam gdzie jest 3 wpisujesz od jakiego lvl gracz moze sie przeteleportowac teleport player to {expowisko} #Tam gdzie pisze "expowisko" ustawiasz teleport jaki stworzyles i bedzie tam tepac else: send "&cNie masz wymaganego lvl"
  12. Rafix1423

    skript na drop

    skrypt na drop z moba z szansą na drop Zrobione pw CLOSE
  13. Rafix1423

    Sklep u NPC

    Plugin Citizens + Dodatek go pluginu (który umożliwia robienie tego) Poszukaj w necie
  14. Rafix1423

    Skrypt na lvl'e rpg

    variables: {exp.%player%} = 0 {lvl.%player%} = 1 {pexp.%player%} = 0 command /lvl: trigger: send "&f&lTwoj Lvl: &b%{lvl.%player%}%" send "&f&lTwoj Exp: &b%{exp.%player%}%&8/&a%{pexp.%player%}%" command /resetlvl: trigger: set {lvl.%player%} to 1 set {pexp.%player%} to 100 set {exp.%player%} to 0 on death: if victim is zombie: if name of victim is "&6&lZombie - &bLvL 1": add 13 to {exp.%attacker%} send "&a[&2EXP&a] &2Dodano &a13 &bExpa" to attacker set {Zmienna.%attacker%} to {exp.%attacker%} / {pexp.%attacker%} set level progress of the attacker to {Zmienna.%attacker%} set attacker's level to {lvl.%attacker%} # #LVLE # on death: if attacker is a player: if victim is a zombie: if name of victim is "&6&lZombie - &bLvL 1": if {exp.%attacker%} is greater than 100: if {lvl.%attacker%} is 1: set {lvl.%attacker%} to 2 set {pexp.%attacker%} to 200 send "&aAwansowales na &62 &6LVL" to attacker if {exp.%attacker%} is greater than 200: if {lvl.%attacker%} is 2: set {lvl.%attacker%} to 3 set {pexp.%attacker%} to 400 send "&aAwansowales na &63 &6LVL" to attacker if {exp.%attacker%} is greater than 400: if {lvl.%attacker%} is 3: set {lvl.%attacker%} to 4 set {pexp.%attacker%} to 600 send "&aAwansowales na &64 &6LVL" to attacker if {exp.%attacker%} is greater than 600: if {lvl.%attacker%} is 4: set {lvl.%attacker%} to 5 set {pexp.%attacker%} to 800 send "&aAwansowales na &65 &6LVL" to attacker if {exp.%attacker%} is greater than 800: if {lvl.%attacker%} is 5: set {lvl.%attacker%} to 6 set {pexp.%attacker%} to 1000 send "&aAwansowales na &66 &6LVL" to attacker if {exp.%attacker%} is greater than 1000: if {lvl.%attacker%} is 6: set {lvl.%attacker%} to 7 set {pexp.%attacker%} to 1200 send "&aAwansowales na &67 &6LVL" to attacker if {exp.%attacker%} is greater than 1200: if {lvl.%attacker%} is 7: set {lvl.%attacker%} to 8 set {pexp.%attacker%} to 1400 send "&aAwansowales na &68 &6LVL" to attacker if {exp.%attacker%} is greater than 1400: if {lvl.%attacker%} is 8: set {lvl.%attacker%} to 9 set {pexp.%attacker%} to 1600 send "&aAwansowales na &69 &6LVL" to attacker if {exp.%attacker%} is greater than 1600: if {lvl.%attacker%} is 9: set {lvl.%attacker%} to 10 set {pexp.%attacker%} to 2300 send "&aAwansowales na &610 &6LVL" to attacker Proszę
  15. Kto znajduje się obecnie w administracji ?
  16. Rafix1423

    dodanie permisji

    CLOSE
  17. CLOSE
  18. Rafix1423

    dodanie permisji

    https://code.skript.pl/TH3dNryO/ Doda mi ktoś do tego permisje
  19. Rafix1423

    Skrypt na Resp

    Działa dziękuje
  20. Rafix1423

    czemu to nie działa

    Działa dziękuje ZAMYKAMY
  21. Rafix1423

    czemu to nie działa

    command /dupa: make execute player command "stop" Tak jak w temacie
  22. Rafix1423

    Skrypt na Resp

    Mobki spawnuje z pluginu i np mobek nazywa się &4&lZombie. LvL1 @edit Blokuj wszystki mobki nawet te z nazwa
  23. Rafix1423

    Skrypt na Creepera

    Zrobiłem takie coś i po tym nie wybuchają ,ale jest jeszcze jeden problem Jak zrobić żeby atakowały. on explosion prime: if event-entity is a creeper: cancel event
  24. Ale ten skrypt też nie działa nawet ten główny bo creeper wybucha odrazu
  25. nie działa
×
×
  • Dodaj nową pozycję...