DJFUNK Posted January 31, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 115 Reputation: 4 Joined: 10/25/12 Last Seen: August 31, 2023 Share Posted January 31, 2013 I have a Custom Map, and I set mapflag to that map. some mapflag works on it, such as : PVP, clouds2, clouds. But, mapflag noreturn doesn't work. why..? Is there any script to change the mapflag noreturn that doesn't work? that can warp a player to savepoint when Login on the map. Thank's Quote Link to comment Share on other sites More sharing options...
Capuche Posted January 31, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted January 31, 2013 that can warp a player to savepoint when Login on the map. Noreturn description //===== rAthena Script ======================================= //= Mapflag: Disable return warp. ... ... //===== Description: ========================================= //= Disables the following items: //= Butterfly Wing (602), Siege Teleport Scroll (14591), //= Yellow/Green/Red/Blue Butterfly Wings (14582-14585), //= Dungeon Teleport Scrolls (14527/14581) //= Also restricts "warpparty" and "warpguild" script commands. What you want is mapflag nosave. Nosave description //===== rAthena Script ======================================= //= Mapflag: Disable auto-save. ... ... //===== Description: ========================================= //= Characters logging out on the specified map will be warped //= to the map specified in the last field, or "SavePoint". 2 Quote Link to comment Share on other sites More sharing options...
Question
DJFUNK
I have a Custom Map, and I set mapflag to that map.
some mapflag works on it, such as : PVP, clouds2, clouds. But, mapflag noreturn doesn't work. why..?
Is there any script to change the mapflag noreturn that doesn't work?
that can warp a player to savepoint when Login on the map.
Thank's
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.