Jump to content
  • 0

Help Save Point won't work


Elysium

Question


  • Group:  Members
  • Topic Count:  41
  • Topics Per Day:  0.01
  • Content Count:  164
  • Reputation:   16
  • Joined:  03/15/12
  • Last Seen:  

Hello, so i was trying to create a script which is for Save Point. however the player is already in Save Point but the npc still keep on asking for a zeny or fee although the player is already  Save.

 

Kindly please check this line that i bolded.

 

 

http://i.imgur.com/LRzDbpp.png

 

 

Thank you in Advanced.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  350
  • Reputation:   43
  • Joined:  09/07/12
  • Last Seen:  

how bout @savepoint != 0

also, you're using a temp variable by using @
Refer here for variable informations :https://rathena.org/wiki/Variables

Edited by benching
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  41
  • Topics Per Day:  0.01
  • Content Count:  164
  • Reputation:   16
  • Joined:  03/15/12
  • Last Seen:  

how bout @savepoint != 0

also, you're using a temp variable by using @

Refer here for variable informations :https://rathena.org/wiki/Variables

Yah i already look up in the Script_Commands.txt

but most of it don't work lol.

This one does not work.

 

 

 

 
savepoint++;
if (savepoint) 
{
mes .@n$;
mes "Oh, you already in a Save Point";
emotion e_no1;
 
close;
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  350
  • Reputation:   43
  • Joined:  09/07/12
  • Last Seen:  

show your whole script to clear some things out,
if you cant, you can pm me the script.

Link to comment
Share on other sites

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.

×
×
  • Create New...