Issue Information
-
#008414
-
0 - None Assigned
-
Needs More Info
Issue Confirmations
-
Yes (0)No (1)
2
*warpparty does not warp party to specific coordinates when at the current map
Posted by Zirius on 22 October 2014 - 12:58 PM
Not sure if working as intended.
If a party is already at the current map, and you specified *warpparty to warp at specific coordinates the party will not get warped.
If a party is already at the current map, and you specified *warpparty to warp at specific coordinates the party will not get warped.
I don't see how this could happen, does your map have the nowarp mapflag set?
changed status to: Needs More Info
no, butI don't see how this could happen, does your map have the nowarp mapflag set?
mapflag noteleport
also block *warpparty?
Edited by Zirius, 22 October 2014 - 01:44 PM.
I cannot reproduce. Works fine as intended for me. Perhaps your using "Leader" as the mapname? If so then yes, players will not warp to specified coordinates. Instead they will be warped to the Leader of the party.
I am using this command:
with mapflag:
warpparty "pvp_n_2-5",65,99,.@party_id1; warpparty "pvp_n_2-5",134,99,.@party_id2;
with mapflag:
pvp_n_2-5 mapflag gvg on pvp_n_2-5 mapflag noreturn pvp_n_2-5 mapflag partylock pvp_n_2-5 mapflag guildlock pvp_n_2-5 mapflag nopenalty pvp_n_2-5 mapflag nomemo pvp_n_2-5 mapflag nosave pvp_n_2-5 mapflag noteleport
I am still unable to reproduce. Test Script:
Both players warp to the exact location. Also, even when I enable the mapflag: nowarpto or nowarp they both, still warp to the specified coordinates.
prontera,150,180,4 script Test Warper 936,{ .@party_id1 = getcharid(1); warpparty "pvp_n_2-5",65,99,.@party_id1; end; } pvp_n_2-5 mapflag gvg on pvp_n_2-5 mapflag noreturn pvp_n_2-5 mapflag partylock pvp_n_2-5 mapflag guildlock pvp_n_2-5 mapflag nopenalty pvp_n_2-5 mapflag nomemo pvp_n_2-5 mapflag nosave pvp_n_2-5 mapflag noteleport
Both players warp to the exact location. Also, even when I enable the mapflag: nowarpto or nowarp they both, still warp to the specified coordinates.
maybe using old version or .@party_id1 not set properly?I am using this command:
warpparty "pvp_n_2-5",65,99,.@party_id1; warpparty "pvp_n_2-5",134,99,.@party_id2;with mapflag:pvp_n_2-5 mapflag gvg onpvp_n_2-5 mapflag noreturnpvp_n_2-5 mapflag partylockpvp_n_2-5 mapflag guildlockpvp_n_2-5 mapflag nopenaltypvp_n_2-5 mapflag nomemopvp_n_2-5 mapflag nosavepvp_n_2-5 mapflag noteleport
(.@ variables are scope variables, they get destroyed as script is ended)