Jump to content
  • 0

savepoint


Sunset

Question


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  89
  • Reputation:   3
  • Joined:  05/05/13
  • Last Seen:  

Hello, ill be short. You can see in my script where i wanted to set the char's savepoint, after talking with this npc. im sure i didnt used the savepoint well, but i dont know how am i supposed to /ive checked the kafra's script, and its the same as this one/
Script below

Spoiler

spacepvp,157,162,3    script    Guardian of Earth    105,{
mes "Welcome Adventurer!";
next;
mes "I am the Gate between the Worlds. Are you sure, to leave the world ^FF0000 Earth ^000000, and continue your adventure to the world of ^800080 Ragnarok ^000000 ?";
    if(select("Yes:No")&2)close;
next;
mes "Fine. ";
next;
mes "But, before i let you go, i have to warm you. This World has changed, the creatures went through ^FF0000 mutations, ^000000 they got stronger, faster, and one day...  ";
    if(select("What happened?")&2)close;
next;
mes "One day, one Warrior of the expedition team has got an ^008000 unique item ^000000 after the fight. It was a simple sword.. but with ^008000 unique effects ^000000 !";
next;
mes "It seems, with the mutation even the ^FF0000 drops of the monsters are changed ^000000 , they can give ^008000 many new bonuses ^000000 , and yet, we didnt got the same item.";
next;
mes "^808080 The world became so big, so many new things to explore..";
next;
OnTouch:
mes "^000000 So, let me help you on your adventure! Accept these gifts from me, and i wish you a good journey!";
next;
getitem    12162,5;
getitem    685,20;
getitem    601,100;
getitem    7621,10;
getitem    13584,1;
getitem    13576,1;
getitem    13588,1;
savepoint glemior,198,281,1,1;
warp "glemior",198,281;
end;
OnInit:
waitingroom " World Gateway ",0;
end;
}
 

 

Edited by Sunset
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

savepoint glemior,198,281,1,1;

change this to

savepoint "glemior" ,198,281;

this one

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  89
  • Reputation:   3
  • Joined:  05/05/13
  • Last Seen:  

Awesome, thank you!

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