Kudo Posted May 17, 2024 Posted May 17, 2024 can i request the KOE script that has bind command of @koe you cannot use @koe command if the event is not yet started Quote
0 Chaos92 Posted May 18, 2024 Posted May 18, 2024 5 hours ago, Kudo said: can i request the KOE script that has bind command of @koe you cannot use @koe command if the event is not yet started I think theres a lot of koe script in rathena forum, try to search one. I remember years back, GM with higher level can whisper npc:KoE to start it, such as this one. Quote
0 Kudo Posted May 18, 2024 Author Posted May 18, 2024 10 hours ago, Chaos92 said: I think theres a lot of koe script in rathena forum, try to search one. I remember years back, GM with higher level can whisper npc:KoE to start it, such as this one. im sorry sir but you did not get what i need, i need the warp commands in koe like @koe = warp to map that is on active koe.. not the commands to start / end the koe thx. Quote
0 Kudo Posted June 21, 2024 Author Posted June 21, 2024 is there anyone know the answer on how to add @koe commands like @woe in king of emperium Quote
0 Chaos92 Posted June 21, 2024 Posted June 21, 2024 35 minutes ago, Kudo said: is there anyone know the answer on how to add @koe commands like @woe in king of emperium using bindatcmd at your script. example as in docs : https://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L8333 - script atcmd_example -1,{ OnInit: bindatcmd "test",strnpcinfo(3) + "::OnAtcommand"; end; OnAtcommand: specialeffect2 EF_ANGEL2; end; } Quote
0 Poring King Posted June 22, 2024 Posted June 22, 2024 Then add this set KOEActive,0; Then add conditional If KOE is active set it to 1 if not set it 0 If KOE is active then warp if not then promp "sorry the KOE is not active" I give you the idea just play with it Quote
Question
Kudo
can i request the KOE script that has bind command of @koe
you cannot use @koe command if the event is not yet started
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.