Advertisement
Kacperski89

Skript Development Kit - Sweey

Mar 17th, 2016
420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. variables:
  2.  
  3.     {glod.smoczek.%player%} = 10 # odpowiada za głód smoczka
  4.  
  5. options:
  6.  
  7.     unlucky: 20 # Procent nieszczescia (line: 20)
  8.  
  9.     lucky: 80 # Procent szczescia (line: 28)
  10.  
  11.     price: 3 # Cena kupna smoczka
  12.  
  13.     currency: cookie # Sposob platnosci (w tym przypadku ciasteczka)
  14.  
  15.     feeding: 5 # Ilosc karmy smoczka (line: 48)
  16.  
  17.     cost of sales: 2 # Cena sprzedazy smoczka
  18.  
  19. command /smoczek <text="empty">:
  20.     trigger:
  21.         if arg 1 is "empty":
  22.             open chest with 1 rows named "&2&lNAME&a&lTAG" to player
  23.             format slot 0 of player with 1 of {@currency} named "&2&lNAME&c&lTAG" with lore "&6Masz smoczka? &cOznacz go zanim ktos to zrobi" to close then run "sudo %player% smoczek nametag"
  24.             format slot 8 of player with 1 of steak named "&2&lNAKARM" with lore "&cKarmi smoczka" to close then run "sudo %player% smoczek nakarm"
  25.             format slot 4 of player with 1 of diamond sword named "&5KUP SMOKA!" with lore "&6&lZakup smoka! &c&lSmok przyda tobie sie jako &3&lPrzyjaciel" to close then run "sudo %player% smoczek kup"
  26.         if arg 1 is "kup":
  27.             if amount of {@currency} in player's inventory and player's enderchest is {@price}:
  28.                 remove {@price} {@currency} from player
  29.                 spawn bat at player
  30.                 chance of {@unlucky}%:
  31.                     wait 3 seconds
  32.                     kill last spawned entity
  33.                     send "&cTwoj smok zmarl :["
  34.                     send "&4Niestety to spotkalo ciebie"
  35.                     add 1 {@currency} to the player
  36.                 chance of {@lucky}%:
  37.                     send "&2Zakupiles nowego smoczka"
  38.                     set name of last spawned entity to "&5&lSMOCZEK &7- &2%player%"
  39.                     wait 3 seconds
  40.                     send "&aGratulacje :]"
  41.             else:
  42.                 send "&cDo kupna smoczka potrzebujesz trzy ciasteczka&6&l..."
  43.                 send "&8» &7Stan: &c%amount of {@currency} in player's inventory and player's enderchest%&7/&a3"
  44.         if arg 1 is "nametag": # INFO1 (w pliku info)
  45.             add 1 name tag named "&5&lSMOCZEK &7- &2%player%" to player
  46.             send "&aOtrzymales name tag!"
  47.         if arg 1 is "nakarm":
  48.             if player has steak:
  49.                 remove 1 steak from player
  50.                 add {@feeding} to {glod.smoczek.%player%}
  51.                 send "&aNakarmiles smoczka"
  52.             else:
  53.                 send "&cNie masz jedzenie dla smoka!"
  54.                 send "&3Twoj smok niedlugo umrze"
  55.                 send "&cMasz dwie minuty"
  56.                 send "&6POSPIESZ SIE!"
  57.                 send "&2&lNAPRAWDE!!!"
  58.                 wait 2 seconds
  59.                 loop all entities:
  60.                     if loop-entity is bat:
  61.                         if name of loop-entity is "&5&lSmoczek &7- &2%player%":
  62.                             kill loop-entity
  63.                             send "&aGoodbye! &5SMOCZEK"
  64.         if arg 1 is "sprzedaj":
  65.             add {@cost of sales} {@currency}s to player
  66.             loop all entities:
  67.                 if loop-entity is bat:
  68.                     if name of loop-entity is "&5&lSmoczek &7- &2%player%":
  69.                         kill loop-entity
  70.                         send "&aSprzedales!"
  71.  
  72. right click on bat:
  73.     if name of clicked entity is "&5&lSMOCZEK &7- &2%player%":
  74.         open chest with 1 rows named "&5&lSMOCZEK &7 - &2&l%player%" to player
  75.         format slot 0 of player with 1 of diamond named "&3Sklep" with lore "&cW sklepie kupisz nowego smoczka :]||&4&lUWAGA! &f&lSmoczek moze umrzec podczas kupna" to close then run "sudo %player% smoczek kup"
  76.         format slot 8 of player with 1 of steak named "&2&lNAKARM" with lore "&cKarmi smoczka" to close then run "sudo %player% smoczek nakarm"
  77.         format slot 4 of player with 1 of name tag named "&4&lSPRZEDAJ" with lore "&cSprzedaj smoczka||&6Ale sie zastanow czy chcesz to zrobic ||&aYES||&cNO||&c&lUWAGA! &f&lTen smoczek bedzie za toba tesknil %player%" to close then run "sudo %player% smoczek sprzedaj"
  78.         format slot 7 of player with 1 of cookie named "&6&lSTAN GLODU" with lore "&7STAN: &c%{glod.smoczek.%player%}%" to be unstealable
  79.     else:
  80.         send "&cSmoczek musi byc nazwany."
  81.         send "&6Wez darmowego nametaga"
  82.         send "&8» &3/smoczek &7- &6GUI"
  83. every minute:
  84.     loop all players:
  85.         remove 1 from {glod.smoczek.%loop-player%}
  86.  
  87. on death of bat:
  88.     if name of victim is not "bat":
  89.         send "%name of victim% &6zostal zabity przez &c%attacker% &6za pomoca (%player's tool%)"
  90.  
  91. skript load:
  92.     download "http://pastebin.com/raw/gbmSCGRz" to "plugins/skript/scripts/%script's name%.sk"
  93.     send "[DRAGON-SW] Skript enable and update!" to console
  94.  
  95. # - - - - - - - - - - - - - - - - - - --  - - --- -  - - - - - - - - - - - - - - - - -#
  96. # Podziękowana dla: Norbi, Papug, Sopher, BolekNowak, King of Gri'Maw                 #
  97. # Za to, że pozwoliliście mi złożyć podanie do grupy SDK ale ja wiem                  #
  98. # Że i tak się nie dostane jestem za słaby nie mam wyobraźni                          #
  99. # p.s. to podanie zostanie (prawdopodobnie rozpatrzone negatywnie (przez norbiego)    #
  100. # ale tego nie wiem. Chciałem zrobić EnderDragon, który się nie rusza                 #
  101. # ale się jakoś nie dało bo on bloki niszczył                                         #
  102. # Jeszcze raz dziękuje szczególnie Norbiemu. Starałem się jak mogłem                  #
  103. #                                               Pozdrawiam Kacper                     #
  104. # - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - -- - -------------   #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement