Hello.
I am making a very simple party helping NPC and I was wondering if it's possible to summon partymembers. this is what I made so far:
party warp
I used to have a NPC that can do that 6 years ago but I just couldn't remember or find it in eathena, rathena, or wikis.
Would you be kind enough to teach me please?
Thank you.
I am making a very simple party helping NPC and I was wondering if it's possible to summon partymembers. this is what I made so far:
party warp
summoning / calling party members.//getpartymember(getcharid(1));
if (getpartyleader(getcharid(1),2) != getcharid(0) ) {
mes "Only party leader can use this service.";
close;
}
warpparty "payon",158,225,getcharid(1);
close;
I am a newb so I could not find what to put on the red spot to summon party members to the location of party leader.if (getpartyleader(getcharid(1),2) != getcharid(0) ) {
mes "Only party leaders can use this service.";
close;
}
callparty getcharid(1);
close;
I used to have a NPC that can do that 6 years ago but I just couldn't remember or find it in eathena, rathena, or wikis.
Would you be kind enough to teach me please?
Thank you.
Last edited by a moderator: