Jump to content
  • 0

Help how to solve this Error


Question

Posted

I just want to add script display name when emperium break by player..

SVN: 17524

im using Euphy's WOE Controller. version 1.5

 

i already disable.

//== npc\guild\agit_controller.txt

//== npc\guild2\agit_start_se.txt
 
 
 
then i edit:
agit_main
 
announce "The [" + getcastlename(strnpcinfo(2)) + "] castle has been conquered by the [" + getguildName(.@GID) + "] guild.",bc_all|bc_woe;
 
to:
 
announce "[" + strcharinfo(0) + "] conquered [" + getcastlename(strnpcinfo(2)) + "] castle for [" + getguildName(.@GID) + "] guild!",bc_all|bc_woe;
 
 
 
and when i break emperium error from mapserver.

post-14351-0-88615600-1380027393_thumb.png

1 answer to this question

Recommended Posts

Posted

Replace the previous sleep to sleep2 to keep the rid of the player

	sleep2 500; // Slow down script execution slightly.
	if( agitcheck() )
		donpcevent "Agit#"+strnpcinfo(2)+"::OnStartArena";
	sleep2 7000;
	// your announce

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...