Jump to content
  • 0
eirwanda

GVG Script

Question

iam looking for script like this:

when Guild Master enter GVG Room would appear a mesage box ask for "Recall a Guild Member" or "No"

if we select "Recall a Guild Member" all guild member recalled Like Emergency Call Skill.

*GvG Room map guild_vs3

thanks in advance

/thx/thx 

sorry for bad english

Edited by eirwanda
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
-	script	GuildMaster Commands	-1,{
	end;
	
OnInit:
	bindatcmd "recallguild",strnpcinfo(3) + "::OnAtcommand";
	end;

OnAtcommand:
	[email protected] = getcharid(2);
	if ( [email protected] && getguildmaster([email protected]) && strcharinfo(3) == "guild_vs3" ) {
		atcommand "@guildrecall "+getguildname([email protected]);
	} else
		dispbottom "You are not authorized to use this commands";
	end;
}

try this

  • Upvote 1
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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.