Jump to content
  • 0

Requesting King of Emperium script


Question

5 answers to this question

Recommended Posts

  • 0
Posted
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.

  • 0
Posted
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.

  • 0
Posted
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;
	}

 

  • 0
Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...