Jump to content
  • 0

Question

Posted (edited)

hi

im using this mapflags to my conso npc... they are all TAB'ed in my script....

// -- Mapflags

que_moon mapflag nowarp

que_moon mapflag nowarpto

que_moon mapflag noteleport

que_moon mapflag nomemo

que_moon mapflag nobranch

que_moon mapflag noloot

que_moon mapflag noskill

que_moon mapflag nopenalty

que_moon mapflag nosave SavePoint

but, they can @save even i have that mapflag "nosave" ....how to fix?

Edited by Mr BrycE

11 answers to this question

Recommended Posts

Posted

just use:

que_moon mapflag nosave

Without the SavePoint thingy.

Wiki:

nosave mapflag will prevent auto-saving in the map.
If the character logs off in a map set with this mapflag,
he/she will return to the map or point specified in the last field.
SavePoint returns the character to their last Kafra or @save savepoint.

Example for SavePoint:

warp "SavePoint",0,0;

Posted

what if they @save then will use poison bottle? because i try it with one of my players,

i said to him to to .@save, then i kill him, he returnd to last savepoint...which is the que_moon....

Posted

Just to clarify: the 'nosave' mapflag does NOT block saving via @save!

(Even though 'nogo' mapflag blocks using @go... ^_^)

mapflag#nosave means when you are on that map, the server does not save your character's location there. When you relog, you will be back at your SavePoint (or the map,x,y specified in the mapflag).

que_moon	mapflag	nosave	SavePoint

que_moon	mapflag	nosave	prontera,155,188

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...