karazu 33 Posted February 20, 2014 Hello, I would like to request a party warper,This NPC will check an Item 1st, Two items possible with different quantity. ex: 10 apple 1 grapeParty Leader may talk to the NPC, if the item is confirm the whole party will be warp to a certain map.. Please Quote Share this post Link to post Share on other sites
0 Patskie 88 Posted February 21, 2014 (edited) prontera,150,150,0 script Sample 100,{ if ( countiem( 501 ) < 10 || !countitem( 514 ) ) { mes "You need 10 apple and 1 grape"; close; } if ( !getcharid( 1 ) ) { mes "You don't have a party"; close; } if ( getpartyleader( getcharid( 1 ), 2 ) != getcharid( 0 ) ) { mes "You must be a party leader"; close; } delitem 501, 10; delitem 514, 1; warpparty "prontera",150,150,getcharid( 1 ); end;} Edited February 23, 2014 by Patskie 2 AnnieRuru and karazu reacted to this Quote Share this post Link to post Share on other sites
0 karazu 33 Posted February 21, 2014 prontera,150,150,0 script Sample 100,{ if ( countiem( 501 ) < 10 || !countitem( 514 ) { mes "You need 10 apple and 1 grape"; close; } if ( !getcharid( 1 ) ) { mes "You don't have a party"; close; } if ( getpartyleader( getcharid( 1 ), 2 ) != getcharid( 0 ) ) { mes "You must be a party leader"; close; } delitem 501, 10; delitem 514, 1; warpparty "prontera",150,150,getcharid( 1 ); end;} Thank you very much man.. Thank you! +1 Quote Share this post Link to post Share on other sites
Hello, I would like to request a party warper,
This NPC will check an Item 1st, Two items possible with different quantity.
ex: 10 apple 1 grape
Party Leader may talk to the NPC, if the item is confirm the whole party will be warp to a certain map..
Please
Share this post
Link to post
Share on other sites