Skocz do zawartości
  • 0

Potrzebne 2 skripty


IprOseK
 Udostępnij

Pytanie

Witam potrzebuje 2 skript na :

1 skript

Magiczny Zwoj Zycia - &4&lMagiczny Zwoj Zycia jest to papier ktory jak sie kliknie prawym to dodaje wam 5 serduszek pod spodem jest opis &eMagiczny zwoj zycia dodaje ci 5 serduszek po uzycia , zwoj mozna przywolac pod /zwoj

2 skript

Guardian - /kupguardian daje 1 guardian ktory kosztuje 50000$ z pluginu value , guardian daje jedno razowe nie stracanie itemow pod /guardian pisze &aMasz [ilosc] guardiany .

Dziekuje za kazda pomoc

Odnośnik do komentarza
Udostępnij na innych stronach

4 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0
on rightclick with Map:    name of tool of player is:"&4&L&NMAGICZNY ZWOJ ZYCIA"    strike lightning effect at the player    set player's tool to air    apply Health Boost 5 to player for 7000 seconds     send "&4&l&nMagowie Dali Ci Pasek Zyc Podpalony Zwoj Rozlecial Ci Sie W Rekach" to playeron death of player:    remove Health Boost from the player
Spoiler
#*********************************************************
#|                       KOMENDY                         |
#|                        GIVE                           |
#*********************************************************
                    
command /demo:
    permission: essentials.item
    trigger:
        give diamond helmet of protection 25 and fire protection 25 and projectile protection 25 named "Demoniczny Diamentowy helm" to player
        give diamond chestplate of protection 25 and fire protection 25 and projectile protection 25 named "Demoniczna Diamentowa zbroja" to player
        give diamond leggings of protection 25 and fire protection 25 and projectile protection 25 named "Demoniczne Diamentowe nogawice" to player
        give diamond boots of protection 25 and fire protection 25 and projectile protection 25 named "Demoniczne Diamentowe buty" to player
        
command /Amulety:
        trigger:
                if player have permissions "cus.ka":
                        give player slimeball of bane of arthropods named "&2Amulet Boskiej Ochrony"
                        give player magma cream of bane of arthropods named "&6Amulet Magicznego Uzdrowienia"
                        give player blaze powder of bane of arthropods named "&1Ognisty Amulet Szybkosci" 
                        give player nether star of bane of arthropods named "&4Amulet Boskiego Swiatla"
                        give player blaze rod of bane of arthropods named "&eMagiczna Rozdzka Mocy
       
#*********************************************************
#|                      AMULETY                          |
#|                                                       |
#*********************************************************
                        
on right click with slimeball:
    if name of player's tool is "&2Amulet Boskiej Ochrony":
        Remove fire resistance from player
        apply fire resistance 3 to player for 16 minutes
        send "&fAMULET: &2Poczules goraca plomienie wydobywajace sie z twojego ciala, juz nie boisz sie ognia." to player
            
on right click with magma cream:
    if name of player's tool is "&6Amulet Magicznego Uzdrowienia":
        Remove regeneration from player
        apply regeneration 2 to player for 30 seconds
        send "&fAMULET: &2Ahhh jak dobrze... Zostales uleczony." to player
            
on right click with blaze powder:
    if name of player's tool is "&1Ognisty Amulet Szybkosci":
        Remove speed from player
        apply speed 2 to player for 12 minutes
        send "&fAMULET: &2Teraz jestes szybki jak wiatr." to player
        
on right click with nether star:
    if name of player's tool is "&4Amulet Boskiego Swiatla":
        Remove night vision from player
        apply night vision 2 to player for 16 minutes
        send "&fAMULET: &2Zostales oswiecony boska moca." to player
    
on right click with blaze rod:
    if name of player's tool is "&eMagiczna Rozdzka Mocy":
        Remove strength from player
        apply strength 2 to player for 16 minutes
        send "&fAMULET: &2Poczules ogromna sile." to player
    
#*********************************************************
#|                      BOSKIE BRONIE                    |
#|                                                       |
#*********************************************************
        
on damage:
    if name of attacker's tool is "&eTopor Tyranow":
        remove nausea from the victim
        apply nausea to victim for 10.9 seconds
		stop
    if name of attacker's tool is "&9Smocza Wlocznia":
        remove hunger from the victim
        apply hunger 50 to victim for 10.9 seconds
		stop
        

#*********************************************************
#|                      EXCALIBUR                        |
#|                                                       |
#*********************************************************

variables:
    {kill.exc.%player%} = 0
    {id.exc} = 1
    
on death of player:
	name of attacker's tool is "&e&oExcalibur"
	victim is a player
	add 1 to {kill.exc.%player%}
	set the 3st line of lore of attacker's tool to "&fPlayers Killed: %{kill.exc.%player%}%"

on damage:
	if name of attacker's tool is "&e&oExcalibur":
		remove strength from the attacker
		apply strength 6 to attacker for 3.9 seconds
        
on rightclick on sign:
	if line 1 is "&1[EXCALIBUR]":
		if player's account is greater than or equal to 300000:
			execute console command "/give %player% 276 1 name:&e&oExcalibur lore:&fDiamond_Sword|&6&oDescription:_&fWlasnosc_%player%|&fPlayers_Killed:_0|&fStrange_Weapon:_%{id.exc}%" 
			remove 300000 from player's account
			Add 1 to {id.exc}
			send "&6[SignShop] &fYou have bought &eEXCALIBUR!"
		else:
			send "&6[SignShop] &fYou don't have &a$300000 &fto pay!"
            
            
            
            
            
           

 

 

Edytowane przez rudyxd
Odnośnik do komentarza
Udostępnij na innych stronach

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
 Udostępnij

  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...