Hello, Can anyone help me with this party warper script? I got a party warper script from https://rathena.org/board/topic/123333-warping-a-party-to-specified-player-through-menu/ . The script allows you to warp wherever your party member is andI want to improve it somehow by adding some restrictions and displaying only the name of the members who are online to it but I fail it make it work.
Restricstions in example, mvp map, woe, or pvp area.
Hello, Can anyone help me with this party warper script? I got a party warper script from https://rathena.org/board/topic/123333-warping-a-party-to-specified-player-through-menu/ . The script allows you to warp wherever your party member is andI want to improve it somehow by adding some restrictions and displaying only the name of the members who are online to it but I fail it make it work.
Restricstions in example, mvp map, woe, or pvp area.
prontera,156,182,0 script Party Warper 100,{ if (!getcharid(1)) end; [email protected] = getcharid(0); getpartymember getcharid(1), 0; getpartymember getcharid(1), 1; getpartymember getcharid(1), 2; for ([email protected] = 0; [email protected] < [email protected]; [email protected]++) [email protected]$ = [email protected]$ + (strcharinfo(0) != [email protected]$[[email protected]] ? [email protected]$[[email protected]] : "") + ":"; [email protected] = select([email protected]$) - 1; if (isloggedin([email protected][[email protected]], [email protected][[email protected]])) { attachrid([email protected][[email protected]]); getmapxy [email protected]$, [email protected], [email protected]; if (@map$ == "aldebaran"){ mes "I can't be teleport you to your friend's location!"; close; } warp [email protected]$, [email protected], [email protected], [email protected]; } end; }Thank you in advance :")
Link to comment
Share on other sites