Rathena: mapwarp to savepoint is not working

Created on 28 May 2017  路  2Comments  路  Source: rathena/rathena

  • rAthena Hash: 4d126047e8e7664a56057eaef61a916029b34af1
  • Client Date: 2015-11-05
  • Server Mode: re (prolly in pre also)
  • Description of Issue:

    • Result: mapwarp to savepoint is not working
      mapwarp "pvp_y_3-3" ,"SavePoint",0,0;
      image

    • Expected Rewarp should be able to warp players to their savepointsavepoints

    • How to Reproduce: just use the mapwarp as stated above
    • Official Information: N/A
  • Modifications that may affect results: N/A

core low confirmed inprogress enhancement

Most helpful comment

mapwarp to savepoint is not working __not implemented__
```*mapwarp "","",,{,,};

This command will collect all characters located on the From map and warp them
wholesale to the same point on the To map, or randomly distribute them there if
the coordinates are zero. "Random" is understood as a special To map name and
will mean randomly shuffling everyone on the same map.

Optionally, a type and ID can be specified. Available types are:

0 - Everyone
1 - Guild
2 - Party

Example:

// Will warp all members of guild with ID 63 on map prontera to map alberta.
mapwarp "prontera","alberta",150,150,1,63;
```
But yes we may add this feature.

All 2 comments

mapwarp to savepoint is not working __not implemented__
```*mapwarp "","",,{,,};

This command will collect all characters located on the From map and warp them
wholesale to the same point on the To map, or randomly distribute them there if
the coordinates are zero. "Random" is understood as a special To map name and
will mean randomly shuffling everyone on the same map.

Optionally, a type and ID can be specified. Available types are:

0 - Everyone
1 - Guild
2 - Party

Example:

// Will warp all members of guild with ID 63 on map prontera to map alberta.
mapwarp "prontera","alberta",150,150,1,63;
```
But yes we may add this feature.

Thanks @aleos89!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Everade picture Everade  路  3Comments

anacondaq picture anacondaq  路  5Comments

Everade picture Everade  路  5Comments

ecdarreola picture ecdarreola  路  4Comments

RadianFord picture RadianFord  路  3Comments