Jump to content
  • 0

Requesting King of Emperium script


Kudo

Question


  • Group:  Members
  • Topic Count:  56
  • Topics Per Day:  0.01
  • Content Count:  140
  • Reputation:   0
  • Joined:  08/18/12
  • Last Seen:  

can i request the KOE script that has bind command of @koe
you cannot use @koe command if the event is not yet started

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1822
  • Reputation:   288
  • Joined:  08/03/12
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  56
  • Topics Per Day:  0.01
  • Content Count:  140
  • Reputation:   0
  • Joined:  08/18/12
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  56
  • Topics Per Day:  0.01
  • Content Count:  140
  • Reputation:   0
  • Joined:  08/18/12
  • Last Seen:  

is there anyone know the answer on how to add @koe commands like @woe in king of emperium

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1822
  • Reputation:   288
  • Joined:  08/03/12
  • Last Seen:  

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;
	}

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  63
  • Topics Per Day:  0.02
  • Content Count:  1016
  • Reputation:   191
  • Joined:  11/27/14
  • Last Seen:  

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

Link to comment
Share on other sites

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.

×
×
  • Create New...