Help firework metin2

04/19/2021 11:33 Scorpion945#1
Hi guys, a simple question. Is there a function that allows you to shoot fireworks for example automatically? (when I click on an item it shoots you for example 50 fires)

thank you all

<3
04/21/2021 16:00 Endless.#2
With a Quest i think..the simplest Method to do that.

Write a Quest with Content:

Code:
quest blabla begin
    when itemID.use begin
            cmdchat("")
I Think you must build a Loop in your Quest where execute the Func 50 times after use this Firework.
04/22/2021 09:43 Scorpion945#3
Quote:
Originally Posted by Endless. View Post
With a Quest i think..the simplest Method to do that.

Write a Quest with Content:

Code:
quest blabla begin
    when itemID.use begin
            cmdchat("")
I Think you must build a Loop in your Quest where execute the Func 50 times after use this Firework.
I have to insert it in an item or when you click on this item the fires start automatically (for example 100 fires) what can I do?
04/23/2021 16:36 Endless.#4
Quote:
Originally Posted by Scorpion945 View Post
I have to insert it in an item or when you click on this item the fires start automatically (for example 100 fires) what can I do?

I think, the Function for the Serverside Command "effect" will only called from the Game Core. Thats makes possible, that other Users can see you Firework.


The visible Effect is Clientside. But with a python coded Mod, you can multiply the Sparks. and everyone who have you Client will see it.
02/06/2024 17:21 Scorpion945#5
To crash a certain player, how should the quest be structured?

example: who do you want to crash? Player Name: Dog