Issue information

Issue ID
#8414
Status
Needs more Info
Severity
None
Started
Zirius
Oct 22, 2014 12:58
Last Post
Dastgir
Oct 24, 2014 9:51
Confirmation
Yes (0)
No (1)

Zirius - Oct 22, 2014 12:58

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.

Haru - Oct 22, 2014 13:06

I don't see how this could happen, does your map have the nowarp mapflag set?

Zirius - Oct 22, 2014 13:42

[quote name="Haru" timestamp="1413983187"]
I don't see how this could happen, does your map have the nowarp mapflag set?[/quote]
no, but [s]will[/s] should[code=auto:0] mapflag noteleport [/code]

also block *warpparty?

This post has been edited by Zirius on Oct 22, 2014 13:44

GmOcean - Oct 22, 2014 23:13

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.

Zirius - Oct 24, 2014 7:08

I am using this command:[code=:0] warpparty "pvp_n_2-5",65,99,.@party_id1; warpparty "pvp_n_2-5",134,99,.@party_id2; [/code]

with mapflag:[code=:0] 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 [/code]

[size=3][background=rgb(247,247,247)] [/background][/size]

GmOcean - Oct 24, 2014 9:20

I am still unable to reproduce. Test Script:[code=auto:0] 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 [/code]

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.

Dastgir - Oct 24, 2014 9:51

[quote name="Zirius" timestamp="1414134486"]
I am using this command:[code=auto:0]warpparty "pvp_n_2-5",65,99,.@party_id1; warpparty "pvp_n_2-5",134,99,.@party_id2;[/code]with mapflag:[code=auto:0]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[/code][size=3][background=rgb(247,247,247)] [/background][/size]
[/quote]maybe using old version or .@party_id1 not set properly?
(.@ variables are scope variables, they get destroyed as script is ended)