Jump to content
  • 0

Requesting Save NPC


Question

5 answers to this question

Recommended Posts

Posted

*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;

Posted
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?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...