lionellex Posted October 2, 2016 Group: Members Topic Count: 19 Topics Per Day: 0.01 Content Count: 60 Reputation: 1 Joined: 09/10/16 Last Seen: October 9, 2016 Share Posted October 2, 2016 (edited) Hey guys, recently I made this simple npc (http://pastebin.com/CbzkAiTq) But this error popped up... Can I know how do I fix this error from this script? Please & thank you. Edited October 2, 2016 by lionellex Quote Link to comment Share on other sites More sharing options...
0 anacondaq Posted October 2, 2016 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Share Posted October 2, 2016 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; } Quote Link to comment Share on other sites More sharing options...
0 lionellex Posted October 3, 2016 Group: Members Topic Count: 19 Topics Per Day: 0.01 Content Count: 60 Reputation: 1 Joined: 09/10/16 Last Seen: October 9, 2016 Author Share Posted October 3, 2016 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. Quote Link to comment Share on other sites More sharing options...
Question
lionellex
Hey guys, recently I made this simple npc (http://pastebin.com/CbzkAiTq)
But this error popped up... Can I know how do I fix this error from this script? Please & thank you.
Edited by lionellexLink to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.