Checkmate Posted October 10, 2013 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Share Posted October 10, 2013 Hi.. rAThena... Can someone sharing the simple and working script of save point npc?..? Quote Link to comment Share on other sites More sharing options...
Capuche Posted October 10, 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 October 10, 2013 *savepoint "<map name>",<x>,<y>; *save "<map name>",<x>,<y>; These commands save where the invoking character will return to upon clicking "Return to Save Point", after death and in some other cases. The two versions are equivalent. They ignore any and all mapflags, and can make a character respawn where no teleportation is otherwise possible. savepoint "place",350,75; Quote Link to comment Share on other sites More sharing options...
1 Patskie Posted October 11, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 17 minutes ago Share Posted October 11, 2013 prontera,150,150,0 script Sample 100,{ getmapxy(.@map$, .@x, .@y, 0); savepoint .@map$, .@x, .@y; end; } 1 Quote Link to comment Share on other sites More sharing options...
Checkmate Posted October 11, 2013 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Author Share Posted October 11, 2013 prontera,150,150,0 script Sample 100,{ getmapxy(.@map$, .@x, .@y, 0); savepoint .@map$, .@x, .@y; end; } Sir.. how to set this thig up... im trying this prontera,154,184,3 script SaveHere 100,{ getmapxy(.@map$, .@x, .@y, 0); savepoint prontera,156,181; end; } No npc appear... Lol? Quote Link to comment Share on other sites More sharing options...
Patskie Posted October 11, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 17 minutes ago Share Posted October 11, 2013 prontera,150,150,0<TAB>script<TAB>Sample<TAB>100,{ getmapxy(.@map$, .@x, .@y, 0); savepoint .@map$, .@x, .@y; end; } Quote Link to comment Share on other sites More sharing options...
karazu Posted October 11, 2013 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 374 Reputation: 5 Joined: 03/09/12 Last Seen: June 19, 2018 Share Posted October 11, 2013 use kafra XD steal kafras SCRIPT Quote Link to comment Share on other sites More sharing options...
Question
Checkmate
Hi.. rAThena...
Can someone sharing the simple and working script of save point npc?..?
Link to comment
Share on other sites
5 answers 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.