DJFUNK Posted January 31, 2013 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
Capuche Posted January 31, 2013 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
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
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.