Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[Problem] Plugin Skript.


Rekomendowane odpowiedzi

Opublikowano

Mam plugin Skript prosiłbym by ktoś podał co wpisać przy tworzeniu skryptu który komendą /efekty wysyłałby te komendy:

 

 

/effect @p 1 1000000

/effect @p 3 1000000

/effect @p 5 1000000

/effect @p 8 1000000

/effect @p 6 1000000 20

/effect @p 10 1000000 20

/effect @p 11 1000000 4

/effect @p 12 1000000

/effect @p 13 1000000

/effect @p 16 1000000

/effect @p 21 1000000 4

/effect @p 21 1000000 4

/effect @p 23 1000000

 

mi wyskakuje 13 błędów gdy wpisze:

 

 

command /efekty:
    trigger:
        /effect @p 1 1000000
        /effect @p 3 1000000
        /effect @p 5 1000000
        /effect @p 8 1000000
        /effect @p 6 1000000 20
        /effect @p 10 1000000 20
        /effect @p 11 1000000 4
        /effect @p 12 1000000
        /effect @p 13 1000000
        /effect @p 16 1000000
        /effect @p 21 1000000 4
        /effect @p 21 1000000 4
        /effect @p 23 1000000
 
Prosze o szybką pomoc
Opublikowano

Takie coś nie działa jak podałeś :p

 

Są 2 sposoby na EFFECT

 

1. apply [Nazwa Efektu] to player for 5 seconds

 

2. execute console command "effect [iD efektu] [Komu ma być dane*] czas siła"

 

*

Podczas ataku:

Victim - ofiara

Attacker - atakujący

Shooter - strzelający

 

Zwykłe:

player - gracz który wpisuje komendę lub jest obiektem argumentu

TEMAT


 


Opublikowano

mam wpisane tak:

 

command /efekty:
trigger:
execute console command "effect 1 player 1000000"
execute console command "effect 3 player 1000000"
execute console command "effect 5 player 1000000"
execute console command "effect 6 player 1000000 20"
execute console command "effect 8 player 1000000"
execute console command "effect 10 player 1000000 20"
execute console command "effect 11 player 1000000 4"
execute console command "effect 12 player 1000000"
execute console command "effect 13 player 1000000"
execute console command "effect 16 player 1000000"
execute console command "effect 21 player 1000000 4"
execute console command "effect 22 player 1000000 4"
execute console command "effect 23 player 1000000"
 
wyskakuje w konsoli "player not found" o co chodzi?
Opublikowano
command /efekty [<player>]:
trigger:
execute console command "effect 1 player 1000000"
execute console command "effect 3 player 1000000"
execute console command "effect 5 player 1000000"
execute console command "effect 6 player 1000000 20"
execute console command "effect 8 player 1000000"
execute console command "effect 10 player 1000000 20"
execute console command "effect 11 player 1000000 4"
execute console command "effect 12 player 1000000"
execute console command "effect 13 player 1000000"
execute console command "effect 16 player 1000000"
execute console command "effect 21 player 1000000 4"
execute console command "effect 22 player 1000000 4"
execute console command "effect 23 player 1000000"

teraz zabrakło argumentu [<player>] w komendzie

 

 

Oraz dodaj 1 tab po każdym dwukropku

TEMAT


 


Opublikowano
command /efekty:
    trigger:
        apply jump boost 2 to the player for 500 seconds
        apply speed 3 to the player for 500 seconds
        apply absorption to the player for 500 seconds
        

@xXxNERWUSEKxXx  i tak dalej mam nadzieję że pomogłem

Opublikowano

Mam:

 

command /efekty [<player>]:
trigger:
execute console command "effect 1 %player% 1000000"
execute console command "effect 3 %player% 1000000"
execute console command "effect 5 %player% 1000000"
execute console command "effect 6 %player% 1000000 20"
execute console command "effect 8 %player% 1000000"
execute console command "effect 10 %player% 1000000 20"
execute console command "effect 11 %player% 1000000 4"
execute console command "effect 12 %player% 1000000"
execute console command "effect 13 %player% 1000000"
execute console command "effect 16 %player% 1000000"
execute console command "effect 21 %player% 1000000 4"
execute console command "effect 22 %player% 1000000 4"
execute console command "effect 23 %player% 1000000"
 
i dalej: player, 1, not found.    zamiast tej 1 sa inne id efektow :(

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...