Jump to content
  • 0

Sprakki, the NPC script help


stydianx

Question


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  390
  • Reputation:   27
  • Joined:  07/12/12
  • Last Seen:  

new_1-1,53,114,4 script Sprakki#nv1 90,{
if(job_novice_q < 1) {
mes "[sprakki]";
mes "Hello there! Welcome to the World of Ragnarok Online. My name is Sprakki and I'm in charge of giving you basic gameplay tips.";
mes "Click on the [Next] button or press [Enter] to continue.";
next;
mes "[sprakki]";
mes "First you need to learn the very basics of controlling your character.";
mes "All the basic ^4A4AFFmoves, selection of items, and attacks^000000 use the ^4A4AFFleft click of the mouse^000000.";
next;
cutin "tutorial01",3;
mes "-! Info !-";
mes "Click on the ground to move the character.";
mes "Attacking monsters and conversations with the people of this world can be done by simply clicking on them.";
next;
cutin "",255;
mes "[sprakki]";
mes "First off, try moving around.";
mes "Do you see that wooden bridge to the right?";
next;
setquest 7117;
set job_novice_q,1;
mes "[sprakki]";
mes "Walk over that bridge and there's a castle used as the Training Center.";
mes "I will be waiting for you inside of that Castle. Please come to the castle by yourself.";
next;
cutin "tutorial02",3;
mes "-! Info !-";
mes "You've received a quest from Sprakki.";
mes "You can check the contents of the quest in the Quest Info Window.";
next;
mes "[sprakki]";
mes "I will wait inside the Training Center across the bridge.";
next;
mes "-! Info !-";
mes "You can open the Quest Info Window by pressing the ^4A4AFFALT + U^000000 keys at the same time.";
next;
cutin "",255;
mes "[sprakki]";
mes "Have you checked the Quest Info Window?";
mes "I'll be waiting in the castle across the bridge.";
close;
} else {
mes "[sprakki]";
mes "I will be waiting for you across the Bridge to the east.";
close;
}
}

can someone please edit this for me? i want it to skip training, but does the whole basic tutorial part about buttons etc. and

instead of telling the new players to:

mes "First off, try moving around.";

mes "Do you see that wooden bridge to the right?";

next;

setquest 7117;

set job_novice_q,1;

mes "[sprakki]";

mes "Walk over that bridge and there's a castle used as the Training Center.";

mes "I will be waiting for you inside of that Castle. Please come to the castle by yourself.";

i want it to say:

To go to the main town, type in [@go 20]

Edited by stydianx
Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  103
  • Reputation:   28
  • Joined:  09/20/12
  • Last Seen:  

based on your request i did this, If it isnt what you wanted you shouldve been more clear.

new_1-1,53,114,4 script Sprakki#nv1 90,{
if(job_novice_q < 1) {
mes "[sprakki]";
mes "Hello there! Welcome to the World of Ragnarok Online. My name is Sprakki and I'm in charge of giving you basic gameplay tips.";
mes "Click on the [Next] button or press [Enter] to continue.";
next;
mes "[sprakki]";
mes "First you need to learn the very basics of controlling your character.";
mes "All the basic ^4A4AFFmoves, selection of items, and attacks^000000 use the ^4A4AFFleft click of the mouse^000000.";
next;
cutin "tutorial01",3;
mes "-! Info !-";
mes "Click on the ground to move the character.";
mes "Attacking monsters and conversations with the people of this world can be done by simply clicking on them.";
next;
setquest 7117;
set job_novice_q,1;
cutin "tutorial02",3;
mes "-! Info !-";
mes "You've received a quest from Sprakki.";
mes "You can check the contents of the quest in the Quest Info Window.";
next;
mes "-! Info !-";
mes "You can open the Quest Info Window by pressing the ^4A4AFFALT + U^000000 keys at the same time.";
next;
cutin "",255;
mes "[sprakki]";
mes "Please type @go 20 To venture into the world now.";
completequest 7117;
close;
} else {
mes "[sprakki]";
mes "Don;t you listen I said type @go 20";
close;
}
}

Edited by Emistry
Please use [CODEBOX] or Attachments for long contents.
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...