Jump to content

Question

Posted

can i request this script 

✅ @guildec (command for Guild Leader Only)
✅ @guildbo (command for Guild Leader Only)
 
you can ec via command because official ec doesnt recall all members thank you
 

2 answers to this question

Recommended Posts

  • 0
Posted
-	script	Ecall	-1,{
	OnEcall:
		if (!getcharid(2) || getguildmasterid(getcharid(2)) != getcharid(0)) end;
		message strcharinfo(0), "Emergency Call!";
		progressbar "000000", 5;
		addrid(3, 0, getcharid(2));
		if (getguildmasterid(getcharid(2)) == getcharid(0)) end;
		getmapxy .@map$, .@x, .@y, BL_PC, getguildmaster(getcharid(2));
		warp .@map$, .@x, .@y;
		end;
	OnInit:
		bindatcmd "guildec", strnpcinfo(1) + "::OnEcall";
		end;
}

 

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