Skocz do zawartości

Elii

Użytkownik
  • Ilość zawartości

    56
  • Rejestracja

  • Ostatnia wizyta

Treść opublikowana przez Elii

  1. Elii

    Kopia

    Dzięki
  2. Elii

    Kopia

    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
  3. Elii

    Kopia

    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
  4. Elii

    Cuboid

    Spk
  5. Elii

    Cuboid

    Wole w skrypcie to mieć Ale dzięki
  6. Elii

    Cuboid

    1. Tak 2. Nie 3. Tak 4. Zakładasz działkę stawiając gąbkę nazwaną 25x25, a jeśli ją zniszczysz to działka się usuwa 5. 6. Jak najszybciej ;P
  7. Elii

    Cuboid

    Survival
  8. Elii

    Cuboid

    No tak ale trzeba do tego napisać skrypt
  9. Elii

    Cuboid

    Chcę żeby każdy mógł mieć działkę gdzie mu się podoba a nie w innym świecie
  10. Elii

    Cuboid

    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 ;}
  11. Elii

    Ulepszenia

    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
  12. Elii

    Sklep

    Jednak wole to zrobić w skrypcie bo ceny bedą dość duże a tu tylko można dwa stacki
  13. Elii

    Sklep

    nie ma go na wersję 1.10
  14. Elii

    Sklep

    Witam! Potrzebuję skryptu na sklep u npc. Itemy byłyby kupowane za emeraldy, które ma gracz w eq. Z góry dziękuję
  15. Elii

    Inteligencja

    Thx ;D
  16. Elii

    Inteligencja

    A umiałbyś coś takiego napisać?
  17. Elii

    Inteligencja

    Witam! Chciałbym się spytać czy w skrypcue można zmienić inteligencję mobów np żeby kurczak atakował zombie?
  18. Elii

    Inteligencja

    Witam! Chciałbym się spytać czy w skrypcue można zmienić inteligencję mobów np żeby kurczak atakował zombie?
  19. Elii

    Zegarek - amulet

    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
  20. Elii

    Nie działa

    wywala 8 błędów
  21. Elii

    Nie działa

    Add też działa
  22. Elii

    Nie działa

    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
  23. Elii

    Nie działa

    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
  24. Elii

    CaseClicker

    thx
  25. Elii

    CaseClicker

    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
×
×
  • Dodaj nową pozycję...