Elii
Użytkownik-
Ilość zawartości
56 -
Rejestracja
-
Ostatnia wizyta
Treść opublikowana przez Elii
-
Jeśli trzymam kopie w ręku i celuję w jakiegoś gracz, który jest w odległości 7 lub mniej kratek to zabiera mu 5 serc (10 hp) Chodzi o to że nie trzeba klikać tylko wystarczy wycelować w gracza Dobrze by było gdyby był jeszcze cooldown na 3 sekundy
-
Witam! Mam pytanie, czy da się napisać skrypt na kopie? Jeśli trzymamy ją a na celowniku jest mob lub gracz w odległości 7 (lub mniej) kratek. Kopia byłaby kijem. Jeśli da się to prosiłbym o taki skrypt
-
Witam! Pilnie potrzebuję skrypt na cuboid do którego można dodać lub usunąć graczy. Każdy gracz może mieć nieskończoną ilość cuboidów. Z góry dzięki ;}
-
Witam! Szukam skryptu na ulepszanie przedmiotów w naszym eq za temy, które posiadamy. Najlepiej żeby było to w GUI. Przykład ulepszenia: Diax klata prot 1 ------> diax klata prot 2 za 100 monet (słonecznik) Z góry dzięki ;P
-
Jednak wole to zrobić w skrypcie bo ceny bedą dość duże a tu tylko można dwa stacki
-
Witam! Potrzebuję skryptu na sklep u npc. Itemy byłyby kupowane za emeraldy, które ma gracz w eq. Z góry dziękuję
-
A umiałbyś coś takiego napisać?
-
Witam! Chciałbym się spytać czy w skrypcue można zmienić inteligencję mobów np żeby kurczak atakował zombie?
-
Witam! Chciałbym się spytać czy w skrypcue można zmienić inteligencję mobów np żeby kurczak atakował zombie?
-
on damage: [tab[if player`s tool is [co chcesz]: [tab][tab]apply nusea to victim for 10 seconds [tab]tab]apply weakness to victim for 10 seconds [tab][tab]apply slowness to victim for 10 seconds
-
Witam!!! Czy mógłby ktos poprawić mi poniższy skrypt? Z góry Dzięki variables: {red.%player%} = false {blue.%player%} = false on join: execute player command "/clear" add 1 diamond block named "&8Blue" to player add 1 redstone block named "&cRed" to player on rightclick with diamond block: teleport player to {blue.location} set {blue.%player%} to true on rightclick with redstone block: teleport player to {red.location} set {red.%player%} to true on rightclick holding a redstone: execute player command "/clear" add 1 golden helmet of protection 2 and unbreaking 10 to player add 1 golden chestplate of protection 2 and unbreaking 10 to player add 1 golden leggings of protection 2 and unbreaking 10 to player add 1 golden boots of protection 2 and unbreaking 10 to player add 1 golden sword of sharpness 1 and unbreaking 10 named "&2Kopia" to player on walking on bedrock: add 1 stone named "&3Walkyrie" to player add 1 cobblestone named "&3Gigant" to player add 1 emerald named "&3Witch" to player add 1 redstone named "&3Prince" to player add 1 diamond named "&3Archer" to player add 1 iron ore named "&aWizzard" to player on leave: if {red.%player%} is true: set {red.%player} to false on leave: if {blue.%player%} is true: set {blue.%player} to false command /ured: permission: admin.sk trigger: set {red.location} at location of player send "&cUstawiles RED" command /ublue: permission: admin.sk trigger: set {blue.location} at location of player send "&cUstawiles BLUE" on damage: if attacker`s is a player: if victim is a player: if {red.%attacker%} is true: if {red.%victim%} is true: cancel event on damage: if attacker`s is a player: if victim is a player: if {blue.%attacker%} is true: if {blue.%victim%} is true: cancel event
-
Witam!!! Czy mógłby ktos poprawić mi poniższy skrypt? Z góry Dzięki variables: {red.%player%} = false {blue.%player%} = false on join: execute player command "/clear" add 1 diamond block named "&8Blue" to player add 1 redstone block named "&cRed" to player on rightclick with diamond block: teleport player to {blue.location} set {blue.%player%} to true on rightclick with redstone block: teleport player to {red.location} set {red.%player%} to true on rightclick holding a redstone: execute player command "/clear" add 1 golden helmet of protection 2 and unbreaking 10 to player add 1 golden chestplate of protection 2 and unbreaking 10 to player add 1 golden leggings of protection 2 and unbreaking 10 to player add 1 golden boots of protection 2 and unbreaking 10 to player add 1 golden sword of sharpness 1 and unbreaking 10 named "&2Kopia" to player on walking on bedrock: add 1 stone named "&3Walkyrie" to player add 1 cobblestone named "&3Gigant" to player add 1 emerald named "&3Witch" to player add 1 redstone named "&3Prince" to player add 1 diamond named "&3Archer" to player add 1 iron ore named "&aWizzard" to player on leave: if {red.%player%} is true: set {red.%player} to false on leave: if {blue.%player%} is true: set {blue.%player} to false command /ured: permission: admin.sk trigger: set {red.location} at location of player send "&cUstawiles RED" command /ublue: permission: admin.sk trigger: set {blue.location} at location of player send "&cUstawiles BLUE" on damage: if attacker`s is a player: if victim is a player: if {red.%attacker%} is true: if {red.%victim%} is true: cancel event on damage: if attacker`s is a player: if victim is a player: if {blue.%attacker%} is true: if {blue.%victim%} is true: cancel event
-
thx
-
Witam! Próbowałem napisac skrypt na case clicker, ale nie dziala. -_- Czy Mógłby ktoś pomóc? variables: {1.%player} = true {2.%player} = false {3.%player} = false {4.%player} = false {5.%player} = false {6.%player} = false {7.%player} = false {8.%player} = false {9.%player} = false on leftclick on stone: if {1.%player} is true add 1 to player balance if {2.%player} is true add 2 to player balance if {3.%player} is true add 3 to player balance if {4.%player} is true add 4 to player balance if {5.%player} is true add 5 to player balance if {6.%player} is true add 6 to player balance if {7.%player} is true add 7 to player balance
