Jump to content
  • 0

Script_rid2sd error.


lionellex

Question


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  60
  • Reputation:   1
  • Joined:  09/10/16
  • Last Seen:  

Hey guys, recently I made this simple npc (http://pastebin.com/CbzkAiTq)

 

kd08lz.png

 

But this error popped up... Can I know how do I fix this error from this script? Please & thank you.

Edited by lionellex
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  1096
  • Reputation:   345
  • Joined:  02/26/12
  • Last Seen:  


prontera,135,189,5 script Kafra Assistant 114,{

mes "[Kafra Assistant]";

mes "^FF0000Hi!^000000";

mes "This building on your left is where you can find a few NPCs that could help you.";

next;

mes "[Kafra Assistant]";

mes "We have The Gym Guy, which he'll teach you ^FF0000Enlarge Weight Limit^000000 up to ^FF0000LEVEL 5^000000, but he requires ^FF0000Gym Passes^000000 from you, which you can purchase it from ^FF0000Cash Shop^000000. ^FF00001 Gym Pass^000000 for ^FF00001 Enlarge Weight Limit^000000 Skill up.";

next;

mes "[Kafra Assistant]";

mes "Reset Lady, she will reset your stats or skill countless of times, just keep in mind.. She'll charge you for each service for ^FF0000Poring Coins^000000.";

next;

mes "[Kafra Assistant]";

mes "Banker, he basically store all your zeny.";

next;

mes "[Kafra Assistant]";

mes "Card Trader, she takes any unwanted cards from you and turn it into ^FF0000Card Points^000000, then you can trade Items from her by using the ^FF0000Card Points^000000 that you have.";

close;

OnInit:

delwaitingroom;

waitingroom "Click Me!",0;

end;

}

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  60
  • Reputation:   1
  • Joined:  09/10/16
  • Last Seen:  

prontera,135,189,5	script	Kafra Assistant	114,{

	mes "[Kafra Assistant]";
	mes "^FF0000Hi!^000000";
	mes "This building on your left is where you can find a few NPCs that could help you.";
	next;
	mes "[Kafra Assistant]";
	mes "We have The Gym Guy, which he'll teach you ^FF0000Enlarge Weight Limit^000000 up to ^FF0000LEVEL 5^000000, but he requires ^FF0000Gym Passes^000000 from you, which you can purchase it from ^FF0000Cash Shop^000000. ^FF00001 Gym Pass^000000 for ^FF00001 Enlarge Weight Limit^000000 Skill up.";
	next;
	mes "[Kafra Assistant]";
	mes "Reset Lady, she will reset your stats or skill countless of times, just keep in mind.. She'll charge you for each service for ^FF0000Poring Coins^000000.";
	next;
	mes "[Kafra Assistant]";
	mes "Banker, he basically store all your zeny.";
	next;
	mes "[Kafra Assistant]";
	mes "Card Trader, she takes any unwanted cards from you and turn it into ^FF0000Card Points^000000, then you can trade Items from her by using the ^FF0000Card Points^000000 that you have.";
	close;

	OnInit:
		delwaitingroom;
		waitingroom "Click Me!",0;
		end;

}

Thank you, now I see where I did wrong.

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