Jump to content

  •  

Photo

woe reward and recall


  • Please log in to reply
5 replies to this topic

#1 minx123

minx123

    Advanced Member

  • Members
  • PipPipPip
  • 283 posts
  • Github:minx123

Posted 21 March 2016 - 12:40 PM

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

 



#2 minx123

minx123

    Advanced Member

  • Members
  • PipPipPip
  • 283 posts
  • Github:minx123

Posted 22 March 2016 - 01:42 PM

bump



#3 minx123

minx123

    Advanced Member

  • Members
  • PipPipPip
  • 283 posts
  • Github:minx123

Posted 24 March 2016 - 01:07 PM

bump



#4 minx123

minx123

    Advanced Member

  • Members
  • PipPipPip
  • 283 posts
  • Github:minx123

Posted 25 March 2016 - 02:35 PM

bump



#5 minx123

minx123

    Advanced Member

  • Members
  • PipPipPip
  • 283 posts
  • Github:minx123

Posted 28 March 2016 - 01:45 PM

bump



#6 minx123

minx123

    Advanced Member

  • Members
  • PipPipPip
  • 283 posts
  • Github:minx123

Posted 30 March 2016 - 01:24 PM

bump






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users


This topic has been visited by 33 user(s)