Jump to content
  • 0
Sign in to follow this  
minx123

woe reward and recall

Question

hello..

i need some help, i found this script to recall guild mate but

i want make

if that guild win, leader will talk to npc at town and bring him to other map.

then leader will recall all guild mate to that map.

when leader already recall, all guild mate can claim to the npc beside it and send them to town back.

 

prontera,150,150,5	script	Fokker	56,{
	set .@guild_id, getcharid(2);
	if ( !.@guild_id ) {
		mes "You are not in a guild";
		close;
	}
	else if ( getguildmasterid(.@guild_id) != getcharid(0) ) {
		mes "I only talk to the guild master";
		close;
	}
	mes "Recall your guild now?";
	next;
	if ( select( "Yes", "No" ) -1 ) end;
	warpguild "prontera",150,151,.@guild_id;
	set .click, .click +1;
	if ( .click % 2 ) end;
	disablenpc strnpcinfo(3);
	enablenpc "your npc";
}

 

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

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

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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