Skocz do zawartości

SzlugPL

Użytkownik
  • Ilość zawartości

    171
  • Rejestracja

  • Ostatnia wizyta

Treść opublikowana przez SzlugPL

  1. SzlugPL

    cenzura skrypt

    wywala bład w linijce replace all " " and "$".... i w if {_message} contains "ip"...
  2. SzlugPL

    cenzura skrypt

    jak pisze vip to zmienia na "vREKLAMA"
  3. SzlugPL

    cenzura skrypt

    @Vineroy dobrze jest tylko ze jak napisze VIP to też mi to zacenzuruje
  4. SzlugPL

    cenzura skrypt

    może zrobić mi ktoś to całość? wystarczy przykład pokazać i będę wiedzieć dalej
  5. SzlugPL

    cenzura skrypt

    wywala błąd w if message contains with "ip":
  6. SzlugPL

    Skrypt na nagrody

    ...
  7. SzlugPL

    Skrypt na nagrody

    @Vineroy hymmm... zastanawiam się dlaczego bierzesz z moich postów skrypty i piszesz jakieś poradniki? link dla uwagi
  8. darmowe to jest
  9. ja mam pliki serwerowe (spigot 10.0.2)
  10. ale działa... kup lepszy silnik
  11. ja to w plikach serwerowych sprawdzam xD
  12. @xkrokolTV ja testuje na swoim serwie to wszystko działa... on first join: execute console command "kick %player% &6&l>> &c&l&oWeryfikacja konta zakończyła się pomyślnie, wejdź ponownie &6&l<<" on script load: register new shaped recipe for 24 named "&9&lSANDFARMER" using 12, 12, 12, 12, 322:1, 12, 12, 12, 12 on script load: register new shaped recipe for 120 named "&9&lBOYFARMER" using 49, 49, 49, 49, 322:1, 49, 49, 49, 49 on script load: register new shaped recipe for 116 named "&9&lKOPACZ FOSY" using 1, 1, 1, 1, 278, 1, 1, 1, 1 on place of 24: if player's tool is 24 named "&9&lSANDFARMER": loop blocks under event-block: if loop-block is bedrock: stop set loop-block to sand on place of 120: if player's tool is 120 named "&9&lBOYFARMER": loop blocks under event-block: if loop-block is bedrock: stop set loop-block to obsidian on place of 116: if player's tool is 116 named "&9&lKOPACZ FOSY": loop blocks under event-block: if loop-block is bedrock: stop set loop-block to air
  13. na werefikacje weź może to on first join: execute console command "kick %player% &6&l>> &c&l&oWeryfikacja konta zakończyła się pomyślnie, wejdź ponownie &6&l<<"
  14. poszukuje takiego efektu jak ktoś wejdzie na serwer https://iv.pl/images/74207858207506270686.png
  15. SzlugPL

    cenzura skrypt

    jak zrobić żeby słowo ip cenzurowało na np: "reklama" a słowo vip żeby nie cenzurowało mam coś takiego on chat: replace all "enchant" with "enchant" in the message replace all "vip" with "vip" in the message on chat: replace all "ip" with "REKLAMA" in the message
  16. @Krejzolek PRODzięki
  17. gdy wpisuje /drop gracz to pokazuje mi się okno szkrzynki że jest to drop dla vip jak to naprawić?
  18. błędu nie ma ale nie ma dropu z gąbki znaczy drop działa tylko diament coś nie działa xD dobra naprawiłem dzieki @SzlugPL nie spamuj, tylko zgłaszaj... ~Drake
  19. Wyskakuje coś takiego: [23:12:28 ERROR]: can't understand this condition: 'set {_x} to random integer between 1 and 5' (luckyblock.sk, line 14: set {_x} to random integer between 1 and 5:') options: lbName: &6&l&oLucky Block lore1: &ePoziom I lore2: &ePoziom II lore3: &ePoziom III on place of sponge: # luckyblocks if name of tool of player is "{@lbName}": cancel event remove 1 sponge from tool of player # poziom 1 if 1st line of player's tool's lore is "{@lore1}": set {_y} to random integer between 1 and 5: if {_y} is eqaul to 1: chance of 1%: set {_x} to random integer from 1 to 5 loop {_x} times: drop diamonds at event-block if {_y} is eqaul to 2: chance of 1%: set {_x} to random integer from 1 to 5 loop {_x} times: drop gold ingot at event-block if {_y} is eqaul to 3: chance of 1%: set {_x} to random integer from 1 to 5 loop {_x} times: drop iron ingot at event-block if {_y} is eqaul to 4: chance of 1%: set {_x} to random integer from 1 to 5 loop {_x} times: drop coal at event-block
  20. https://iv.pl/images/52994141855779994768.png
  21. zrób mi całość masz tutaj skrypt cały i pozmieniaj mi tutaj options: lbName: &6&l&oLucky Block lore1: &ePoziom I lore2: &ePoziom II lore3: &ePoziom III on place of sponge: # luckyblocks if name of tool of player is "{@lbName}": cancel event remove 1 sponge from tool of player # poziom 1 if 1st line of player's tool's lore is "{@lore1}": chance of 1%: set {_x} to random integer from 1 to 5 loop {_x} times: drop diamonds at event-block chance of 1%: set {_x} to random integer from 1 to 5 loop {_x} times: drop gold ingot at event-block chance of 1%: set {_x} to random integer from 1 to 5 loop {_x} times: drop iron ingot at event-block chance of 1%: set {_x} to random integer from 1 to 5 loop {_x} times: drop coal at event-block # poziom 2 if 1st line of player's tool's lore is "{@lore2}": chance of 15%: spawn 10 pig at location of event-block chance of 15%: spawn 10 zombie at location of event-block chance of 15%: spawn 10 spider at location of event-block chance of 15%: spawn 10 skeleton at location of event-block
  22. on place of sponge: # luckyblocks if name of tool of player is "{@lbName}": cancel event remove 1 sponge from tool of player # poziom 1 if 1st line of player's tool's lore is "{@lore1}": chance of 10%: drop 1 diamond chance of 10%: drop 1 Gold ingot chance of 10%: drop 1 Iron ingot chance of 10%: drop 1 coal to jak do tego dodać xD działa tylko mam problem bo jak postawie tego luckyblock to wszystko lota i szansa jest 100% na wszystko chance of 1%: set {_x} to random integer from 1 to 5 loop {_x} times: drop diamonds at event-block chance of 1%: set {_x} to random integer from 1 to 5 loop {_x} times: drop gold ingot at event-block chance of 1%: set {_x} to random integer from 1 to 5 loop {_x} times: drop iron ingot at event-block chance of 1%: set {_x} to random integer from 1 to 5 loop {_x} times: drop coal at event-block
  23. Witam. Jak dodać do skryptu żeby np z gąbki dropiło losowo od 1 do 5 diaxa
  24. SzlugPL

    luckyblock

    a i jeszcze jedno jak zrobić żeby losowo dropiło od 1 do 5 z itemków diax/zelazo/złoto/węgiel itp? oprócz mobów
  25. SzlugPL

    luckyblock

    dzięki
×
×
  • Dodaj nową pozycję...