Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #---------------------------------# #---------------------------------------------#
- # # # Zgadzam sie na uzywanie i zmiane skryptu #
- # Skript by TiREX # # do swoich potrzeb. #
- # ©2013 # # Nie zezwalam na udostepnianie skryptu #
- # Blokowanie Potek # # bez podania mnie jako autora. #
- # # # TiREX #
- #---------------------------------# #---------------------------------------------#
- # #
- #----------------------------------------------------------------------------------#
- # Komendy #
- #----------------------------------------------------------------------------------#
- # #
- # /potki ustaw <nazwa potki> - edycja blokady potek #
- # /informacje potki - informacje na temat potek #
- # #
- #----------------------------------------------------------------------------------#
- # Permisje #
- #----------------------------------------------------------------------------------#
- # #
- # potki.command - uprawnienia do odblokowywania/zablokowania potek #
- # potki.uzyj - uprawnienia do mozliwosci uzywania potek z effektem I #
- # potki.uzyj2 - uprawnienia do mozliwosci uzywania potek z effektem II #
- # #
- #----------------------------------------------------------------------------------#
- options:
- #wiadomosc przy braku permissions gdy gracz probuje uzyc mikstury#
- noperm: <red>Nie mozna uzywac tej Mikstury!
- #wiadomosc przy braku permissions gdy gracz probuje wpisac komende#
- nopermcommand: <red>Nie masz dostepu do tej komendy.
- #permissje pod wszystkie komendy#
- permcommand: potki.command
- #permissje pod mikstury z effektem pojedynczym#
- permeffekt: potki.uzyj
- #permissje pod mikstury z effektem podwojnym#
- permeffekt2: potki.uzyj2
- #---------------------#
- # Zmienne #
- #---------------------#
- variables:
- #sprawdzanie czy potka jest zablokowana/odblokowana#
- {tirex.potka} = true
- {tirex.potka2} = true
- {tirex.potka3} = true
- {tirex.potka4} = true
- {tirex.potka5} = true
- {tirex.potka6} = true
- {tirex.potka7} = true
- {tirex.potka8} = true
- {tirex.potka9} = true
- {tirex.potka10} = true
- {tirex.potka11} = true
- #sprawdzanie czy potka jest zablokowana/odblokowana rzucana#
- {tirex.spotka} = true
- {tirex.spotka2} = true
- {tirex.spotka3} = true
- {tirex.spotka4} = true
- {tirex.spotka5} = true
- {tirex.spotka6} = true
- {tirex.spotka7} = true
- {tirex.spotka8} = true
- {tirex.spotka9} = true
- {tirex.spotka10} = true
- {tirex.spotka11} = true
- #potki z effektem x1#
- {tirex.potka.regen} = true
- {tirex.potka.speed} = true
- {tirex.potka.fire} = true
- {tirex.potka.poison} = true
- {tirex.potka.health} = true
- {tirex.potka.night} = true
- {tirex.potka.weaknes} = true
- {tirex.potka.strength} = true
- {tirex.potka.slowness} = true
- {tirex.potka.damage} = true
- {tirex.potka.invi} = true
- #potki z effektem x1 rzucane#
- {tirex.potkarzucana.regen} = true
- {tirex.potkarzucana.speed} = true
- {tirex.potkarzucana.fire} = true
- {tirex.potkarzucana.poison} = true
- {tirex.potkarzucana.health} = true
- {tirex.potkarzucana.night} = true
- {tirex.potkarzucana.weaknes} = true
- {tirex.potkarzucana.strength} = true
- {tirex.potkarzucana.slowness} = true
- {tirex.potkarzucana.damage} = true
- {tirex.potkarzucana.invi} = true
- #sprawdzanie czy potka jest zablokowana/odblokowana x2#
- {tirex.potka22} = true
- {tirex.potka23} = true
- {tirex.potka45} = true
- {tirex.potka56} = true
- {tirex.potka89} = true
- {tirex.potka101} = true
- #sprawdzanie czy potka jest zablokowana/odblokowana rzucana x2#
- {tirex.spotka22} = true
- {tirex.spotka23} = true
- {tirex.spotka45} = true
- {tirex.spotka56} = true
- {tirex.spotka89} = true
- {tirex.spotka101} = true
- #potki z effektem x2#
- {tirex.potka.regen2} = true
- {tirex.potka.speed2} = true
- {tirex.potka.poison2} = true
- {tirex.potka.health2} = true
- {tirex.potka.strength2} = true
- {tirex.potka.damage2} = true
- #potki z effektem x2 rzucane#
- {tirex.potkarzucana.regen2} = true
- {tirex.potkarzucana.speed2} = true
- {tirex.potkarzucana.poison2} = true
- {tirex.potkarzucana.health2} = true
- {tirex.potkarzucana.strength2} = true
- {tirex.potkarzucana.damage2} = true
- #---------------------#
- # EVENTY #
- #---------------------#
- #mikstury effekt x1#
- #regeneracji#
- on rightclick using a potion of:8193 or potion of:8257:
- player doesn't have permission "{@permeffekt}":
- if {tirex.potka.regen} is false:
- send "{@noperm}"
- cancel event
- on dispense of potion of:16385 or potion of:16417:
- if {tirex.potkarzucana.regen} is false:
- cancel event
- #szybkosci#
- on rightclick using a potion of:8194 or potion of:8226:
- player doesn't have permission "{@permeffekt}":
- if {tirex.potka.speed} is false:
- send "{@noperm}"
- cancel event
- on dispense of potion of:16385 or potion of:16417:
- if {tirex.potkarzucana.speed} is false:
- cancel event
- #odpornosci na ogien#
- on rightclick using a potion of:8195 or potion of:8227:
- player doesn't have permission "{@permeffekt}":
- if {tirex.potka.fire} is false:
- send "{@noperm}"
- cancel event
- on dispense of potion of:16387 or potion of:16419:
- if {tirex.potkarzucana.fire} is false:
- cancel event
- #trucizny#
- on rightclick using a potion of:8196 or potion of:8228:
- player doesn't have permission "{@permeffekt}":
- if {tirex.potka.poison} is false:
- send "{@noperm}"
- cancel event
- on dispense of potion of:16388 or potion of:16420:
- if {tirex.potkarzucana.poison} is false:
- cancel event
- #natychmiastowego leczenia#
- on rightclick using a potion of:8261:
- player doesn't have permission "{@permeffekt}":
- if {tirex.potka.health} is false:
- send "{@noperm}"
- cancel event
- on dispense of potion of:16453:
- if {tirex.potkarzucana.health} is false:
- cancel event
- #widzenia w ciemnosci#
- on rightclick using a potion of:8230 or potion of:8262:
- player doesn't have permission "{@permeffekt}":
- if {tirex.potka.night} is false:
- send "{@noperm}"
- cancel event
- on dispense of potion of:16422 or potion of:16454:
- if {tirex.potkarzucana.night} is false:
- cancel event
- #weaknes#
- on rightclick using a potion of:8232 or potion of:8264:
- player doesn't have permission "{@permeffekt}":
- if {tirex.potka.weaknes} is false:
- send "{@noperm}"
- cancel event
- on dispense of potion of:16424 or potion of:16456:
- if {tirex.potkarzucana.weaknes} is false:
- cancel event
- #sily#
- on rightclick using a potion of:8201 or potion of:8265:
- player doesn't have permission "{@permeffekt}":
- if {tirex.potka.strength} is false:
- send "{@noperm}"
- cancel event
- on dispense of potion of:16393 or potion of:16457:
- if {tirex.potkarzucana.strength} is false:
- cancel event
- #slownes#
- on rightclick using a potion of:8234 or potion of:8266:
- player doesn't have permission "{@permeffekt}":
- if {tirex.potka.slowness} is false:
- send "{@noperm}"
- cancel event
- on dispense of potion of:16426 or potion of:16458:
- if {tirex.potkarzucana.slowness} is false:
- cancel event
- #natychmiastowe obrazenia#
- on rightclick using a potion of:8268:
- player doesn't have permission "{@permeffekt}":
- if {tirex.potka.damage} is false:
- send "{@noperm}"
- cancel event
- on dispense of potion of:16460:
- if {tirex.potkarzucana.damage} is false:
- cancel event
- #niewidocznosci#
- on rightclick using a potion of:8238 or potion of:8270:
- player doesn't have permission "{@permeffekt}":
- if {tirex.potka.invi} is false:
- send "{@noperm}"
- cancel event
- on dispense of potion of:16430 or potion of:16462:
- if {tirex.potkarzucana.invi} is false:
- cancel event
- #mikstury effekt x2#
- #regeneracji#
- on rightclick using a potion of:8225:
- player doesn't have permission "{@permeffekt2}":
- if {tirex.potka.regen2} is false:
- send "{@noperm}"
- cancel event
- on dispense of potion of:16417:
- if {tirex.potkarzucana.regen2} is false:
- cancel event
- #szybkosci#
- on rightclick using a potion of:8226:
- player doesn't have permission "{@permeffekt2}":
- if {tirex.potka.speed2} is false:
- send "{@noperm}"
- cancel event
- on dispense of potion of:16418:
- if {tirex.potkarzucana.speed2} is false:
- cancel event
- #trucizny#
- on rightclick using a potion of:8228:
- player doesn't have permission "{@permeffekt2}":
- if {tirex.potka.poison2} is false:
- send "{@noperm}"
- cancel event
- on dispense of potion of:16420:
- if {tirex.potkarzucana.poison2} is false:
- cancel event
- #natychmiastowego leczenia#
- on rightclick using a potion of:8229:
- player doesn't have permission "{@permeffekt2}":
- if {tirex.potka.health2} is false:
- send "{@noperm}"
- cancel event
- on dispense of potion of:16421:
- if {tirex.potkarzucana.health2} is false:
- cancel event
- #sily#
- on rightclick using a potion of:8233:
- player doesn't have permission "{@permeffekt2}":
- if {tirex.potka.strength2} is false:
- send "{@noperm}"
- cancel event
- on dispense of potion of:16425:
- if {tirex.potkarzucana.strength2} is false:
- cancel event
- #natychmiastowe obrazenia#
- on rightclick using a potion of:8236:
- player doesn't have permission "{@permeffekt2}":
- if {tirex.potka.damage2} is false:
- send "{@noperm}"
- cancel event
- on dispense of potion of:16428:
- if {tirex.potkarzucana.damage2} is false:
- cancel event
- command /informacje [<text>] [<text>]:
- trigger:
- if player has permission "{@permcommand}":
- if arg 1 is "potki":
- send ""
- send "<light blue>INFORMACJE NA TEMAT: <light red>ODBLOKOWANYCH/ZABLOKOWANYCH <light blue>POTEK!"
- send "<light red>Pitna <light green>| <light blue>Rzucana"
- send "<light blue>false <light green>= <light red>zablokowana"
- send "<light red>true <light green>= <light blue>odblokowana"
- send ""
- send "<light red>Effekt x1:"
- send "<cyan>REGEN <light green>| <cyan>sREGEN<light green>: <light blue>Regeneracji: <light red>%{tirex.potka.regen}% <light green>| <light red>%{tirex.potkarzucana.regen}%"
- send "<cyan>SPEED <light green>| <cyan>sSPEED<light green>: <light blue>Szybkosci: <light red>%{tirex.potka.speed}% <light green>| <light red>%{tirex.potkarzucana.speed}%"
- send "<cyan>FIRE <light green>| <cyan>sFIRE<light green>: <light blue>Odpornosci na Ogien: <light red>%{tirex.potka.fire}% <light green>| <light red>%{tirex.potkarzucana.fire}%"
- send "<cyan>POISON <light green>| <cyan>sPOISON<light green>: <light blue>Trucizny: <light red>%{tirex.potka.poison}% <light green>| <light red>%{tirex.potkarzucana.poison}%"
- send "<cyan>HEAL <light green>| <cyan>sHEAL<light green>: <light blue>Natychmiastowe Leczenie: <light red>%{tirex.potka.health}% <light green>| <light red>%{tirex.potkarzucana.health}%"
- send "<cyan>NIGHT <light green>| <cyan>sNIGHT<light green>: <light blue>Widzenia w Ciemnosci: <light red>%{tirex.potka.night}% <light green>| <light red>%{tirex.potkarzucana.night}%"
- send "<cyan>WEAKNES <light green>| <cyan>sWEAKNES<light green>: <light blue>Oslabienie: <light red>%{tirex.potka.weaknes}% <light green>| <light red>%{tirex.potkarzucana.weaknes}%"
- send "<cyan>STRENGTH <light green>| <cyan>sSTRENGTH<light green>: <light blue>Sily: <light red>%{tirex.potka.strength}% <light green>| <light red>%{tirex.potkarzucana.strength}%"
- send "<cyan>SLOWNESS <light green>| <cyan>sSLOWNESS<light green>: <light blue>Spowolnienia: <light red>%{tirex.potka.slowness}% <light green>| <light red>%{tirex.potkarzucana.slowness}%"
- send "<cyan>DAMAGE <light green>| <cyan>sDAMAGE<light green>: <light blue>Natychmiastowe Obrazeniae: <light red>%{tirex.potka.damage}% <light green>| <light red>%{tirex.potkarzucana.damage}%"
- send "<cyan>INVISIBLE <light green>| <cyan>sINVISIBLE<light green>: <light blue>Niewidzialnosc: <light red>%{tirex.potka.invi}% <light green>| <light red>%{tirex.potkarzucana.invi}%"
- send ""
- send "<light red>Effekt x2:"
- send "<cyan>REGEN_2 <light green>| <cyan>sREGEN_2<light green>: <light blue>Regeneracji II: <light red>%{tirex.potka.regen2}% <light green>| <light red>%{tirex.potkarzucana.regen2}%"
- send "<cyan>SPEED_2 <light green>| <cyan>sSPEED_2<light green>: <light blue>Szybkosci II <light red>%{tirex.potka.speed2}% <light green>| <light red>%{tirex.potkarzucana.speed2}%"
- send "<cyan>POISON_2 <light green>| <cyan>sPOISON_2<light green>: <light blue>Trucizny II: <light red>%{tirex.potka.poison}% <light green>| <light red>%{tirex.potkarzucana.poison2}%"
- send "<cyan>HEAL_2 <light green>| <cyan>sHEAL_2<light green>: <light blue>Natychmiastowe Leczenie II: <light red>%{tirex.potka.health2}% <light green>| <light red>%{tirex.potkarzucana.health2}%"
- send "<cyan>STRENGTH_2 <light green>| <cyan>sSTRENGTH_2<light green>: <light blue>Sily II: <light red>%{tirex.potka.strength2}% <light green>| <light red>%{tirex.potkarzucana.strength2}%"
- send "<cyan>DAMAGE_2 <light green>| <cyan>sDAMAGE_2<light green>: <light blue>Natychmiastowe Obrazenia II: <light red>%{tirex.potka.damage2}% <light green>| <light red>%{tirex.potkarzucana.damage2}%"
- else:
- send "<light blue>Prawidlowe uzycie: <cyan>/informacje <potki>"
- command /potki [<text>] [<text>]:
- trigger:
- if player has permission "{@permcommand}":
- if arg 1 is not set:
- send "<light blue>Prawidlowe uzycie: <cyan>/potki ustaw"
- stop
- if arg 2 is not set:
- send "<light blue>Prawidlowe uzycie: <cyan>/potki ustaw <nazwa_potki> [2]"
- send "<cyan>/informacje potki - <light gray>Informacje na temat potek."
- stop
- #---Potki z Effektem I (pitne)---#
- if arg 2 is "regen":
- if {tirex.potka} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.potka} to true
- set {tirex.potka.regen} to true
- stop
- if {tirex.potka} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.potka} to false
- set {tirex.potka.regen} to false
- stop
- if arg 2 is "speed":
- if {tirex.potka2} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.potka2} to true
- set {tirex.potka.speed} to true
- stop
- if {tirex.potka2} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.potka2} to false
- set {tirex.potka.speed} to false
- stop
- if arg 2 is "fire":
- if {tirex.potka3} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.potka3} to true
- set {tirex.potka.fire} to true
- stop
- if {tirex.potka3} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.potka3} to false
- set {tirex.potka.fire} to false
- stop
- if arg 2 is "poison":
- if {tirex.potka4} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.potka4} to true
- set {tirex.potka.poison} to true
- stop
- if {tirex.potka4} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.potka4} to false
- set {tirex.potka.poison} to false
- stop
- if arg 2 is "heal":
- if {tirex.potka5} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.potka5} to true
- set {tirex.potka.health} to true
- stop
- if {tirex.potka5} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.potka5} to false
- set {tirex.potka.health} to false
- stop
- if arg 2 is "night":
- if {tirex.potka6} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.potka6} to true
- set {tirex.potka.night} to true
- stop
- if {tirex.potka6} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.potka6} to false
- set {tirex.potka.night} to false
- stop
- if arg 2 is "weaknes":
- if {tirex.potka7} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.potka7} to true
- set {tirex.potka.weaknes} to true
- stop
- if {tirex.potka7} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.potka7} to false
- set {tirex.potka.weaknes} to false
- stop
- if arg 2 is "strength":
- if {tirex.potka8} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.potka8} to true
- set {tirex.potka.strength} to true
- stop
- if {tirex.potka8} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.potka8} to false
- set {tirex.potka.strength} to false
- stop
- if arg 2 is "slowness":
- if {tirex.potka9} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.potka9} to true
- set {tirex.potka.slowness} to true
- stop
- if {tirex.potka9} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.potka9} to false
- set {tirex.potka.slowness} to false
- stop
- if arg 2 is "damage":
- if {tirex.potka10} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.potka10} to true
- set {tirex.potka.damage} to true
- stop
- if {tirex.potka10} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.potka10} to false
- set {tirex.potka.damage} to false
- stop
- if arg 2 is "invisible":
- if {tirex.potka11} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.potka11} to true
- set {tirex.potka.invi} to true
- stop
- if {tirex.potka11} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.potka11} to false
- set {tirex.potka.invi} to false
- stop
- #---Potki z Effektem II (pitne)---#
- if arg 2 is "regen_2":
- if {tirex.potka22} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.potka22} to true
- set {tirex.potka.regen2} to true
- stop
- if {tirex.potka22} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.potka22} to false
- set {tirex.potka.regen2} to false
- stop
- if arg 2 is "speed_2":
- if {tirex.potka23} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.potka23} to true
- set {tirex.potka.speed2} to true
- stop
- if {tirex.potka23} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.potka23} to false
- set {tirex.potka.speed2} to false
- stop
- if arg 2 is "poison_2":
- if {tirex.potka45} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.potka45} to true
- set {tirex.potka.poison2} to true
- stop
- if {tirex.potka45} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.potka45} to false
- set {tirex.potka.poison2} to false
- stop
- if arg 2 is "heal_2":
- if {tirex.potka56} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.potka56} to true
- set {tirex.potka.health2} to true
- stop
- if {tirex.potka56} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.potka56} to false
- set {tirex.potka.health2} to false
- stop
- if arg 2 is "strength_2":
- if {tirex.potka89} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.potka89} to true
- set {tirex.potka.strength2} to true
- stop
- if {tirex.potka89} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.potka89} to false
- set {tirex.potka.strength2} to false
- stop
- if arg 2 is "damage_2":
- if {tirex.potka101} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.potka101} to true
- set {tirex.potka.damage2} to true
- stop
- if {tirex.potka101} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.potka101} to false
- set {tirex.potka.damage2} to false
- stop
- #---Potki z Effektem I (rzucane)---#
- if arg 2 is "sregen":
- if {tirex.spotka} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.spotka} to true
- set {tirex.potkarzucana.regen} to true
- stop
- if {tirex.spotka} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.spotka} to false
- set {tirex.potkarzucana.regen} to false
- stop
- if arg 2 is "sspeed":
- if {tirex.spotka2} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.spotka2} to true
- set {tirex.potkarzucana.speed} to true
- stop
- if {tirex.spotka2} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.spotka2} to false
- set {tirex.potkarzucana.speed} to false
- stop
- if arg 2 is "sfire":
- if {tirex.spotka3} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.spotka3} to true
- set {tirex.potkarzucana.fire} to true
- stop
- if {tirex.spotka3} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.spotka3} to false
- set {tirex.potkarzucana.fire} to false
- stop
- if arg 2 is "spoison":
- if {tirex.spotka4} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.spotka4} to true
- set {tirex.potkarzucana.poison} to true
- stop
- if {tirex.spotka4} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.spotka4} to false
- set {tirex.potkarzucana.poison} to false
- stop
- if arg 2 is "sheal":
- if {tirex.spotka5} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.spotka5} to true
- set {tirex.potkarzucana.health} to true
- stop
- if {tirex.spotka5} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.spotka5} to false
- set {tirex.potkarzucana.health} to false
- stop
- if arg 2 is "snight":
- if {tirex.spotka6} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.spotka6} to true
- set {tirex.potkarzucana.night} to true
- stop
- if {tirex.spotka6} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.spotka6} to false
- set {tirex.potkarzucana.night} to false
- stop
- if arg 2 is "sweaknes":
- if {tirex.spotka7} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.spotka7} to true
- set {tirex.potkarzucana.weaknes} to true
- stop
- if {tirex.spotka7} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.spotka7} to false
- set {tirex.potkarzucana.weaknes} to false
- stop
- if arg 2 is "sstrength":
- if {tirex.spotka8} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.spotka8} to true
- set {tirex.potkarzucana.strength} to true
- stop
- if {tirex.spotka8} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.spotka8} to false
- set {tirex.potkarzucana.strength} to false
- stop
- if arg 2 is "sslowness":
- if {tirex.spotka9} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.spotka9} to true
- set {tirex.potkarzucana.slowness} to true
- stop
- if {tirex.spotka9} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.spotka9} to false
- set {tirex.potkarzucana.slowness} to false
- stop
- if arg 2 is "sdamage":
- if {tirex.spotka10} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.spotka10} to true
- set {tirex.potkarzucana.damage} to true
- stop
- if {tirex.spotka10} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.spotka10} to false
- set {tirex.potkarzucana.damage} to false
- stop
- if arg 2 is "sinvisible":
- if {tirex.spotka11} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.spotka11} to true
- set {tirex.potkarzucana.invi} to true
- stop
- if {tirex.spotka11} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.spotka11} to false
- set {tirex.potkarzucana.invi} to false
- stop
- #---Potki z Effektem II (rzucane)---#
- if arg 2 is "sregen_2":
- if {tirex.spotka22} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.spotka22} to true
- set {tirex.potkarzucana.regen2} to true
- stop
- if {tirex.spotka22} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.spotka22} to false
- set {tirex.potkarzucana.regen2} to false
- stop
- if arg 2 is "sspeed_2":
- if {tirex.spotka23} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.spotka23} to true
- set {tirex.potkarzucana.speed2} to true
- stop
- if {tirex.spotka23} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.spotka23} to false
- set {tirex.potkarzucana.speed2} to false
- stop
- if arg 2 is "spoison_2":
- if {tirex.spotka45} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.spotka45} to true
- set {tirex.potkarzucana.poison2} to true
- stop
- if {tirex.spotka45} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.spotka45} to false
- set {tirex.potkarzucana.poison2} to false
- stop
- if arg 2 is "sheal_2":
- if {tirex.spotka56} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.spotka56} to true
- set {tirex.potkarzucana.health2} to true
- stop
- if {tirex.spotka56} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.spotka56} to false
- set {tirex.potkarzucana.health2} to false
- stop
- if arg 2 is "sstrength_2":
- if {tirex.spotka89} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.spotka89} to true
- set {tirex.potkarzucana.strength2} to true
- stop
- if {tirex.spotka89} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.spotka89} to false
- set {tirex.potkarzucana.strength2} to false
- stop
- if arg 2 is "sdamage_2":
- if {tirex.spotka101} is false:
- send "<light blue>Wlasnie odblokowales miksture: <light red>%arg 2%"
- set {tirex.spotka101} to true
- set {tirex.potkarzucana.damage2} to true
- stop
- if {tirex.spotka101} is true:
- send "<light blue>Wlasnie zablokowales miksture: <light red>%arg 2%"
- set {tirex.spotka101} to false
- set {tirex.potkarzucana.damage2} to false
- stop
Advertisement
Add Comment
Please, Sign In to add comment