Issue information

Issue ID
#6191
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jul 9, 2012 3:00
Last Post
Hercules Elf Bot
Jul 10, 2012 16:13
Confirmation
N/A

Hercules Elf Bot - Jul 9, 2012 3:00

Originally posted by [b]Mysterious[/b]
I know this isn't really a big big big deal.. but there's a typo in the novice.txt script.

In pre-re: [url="https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/pre-re/jobs/novice/novice.txt"]https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/pre-re/jobs/novice/novice.txt[/url]

and in re: [url="https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/re/jobs/novice/novice.txt"]https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/re/jobs/novice/novice.txt[/url]

the script:
[CODE]
new_1-1,144,107,2 script Guard#nv2 105,{
mes "[Training Grounds Guard]";
if(rand(2)) {
mes "Come in!";
mes "I would like o welcome you to the Training Grounds!";
next;
mes "[Training Grounds Guard]";
mes "In here, you can prepare yourself for your future adventures throughout the Ragnarok world!";
}
else {
mes "Go, Novice, go!";
mes "Fight, and grow stronger! Look towards a brighter tomorrow!";
}
close;
}
[/CODE]

This line:
[CODE]
mes "I would like o welcome you to the Training Grounds!";
[/CODE]
Should be:
[CODE]
mes "I would like to welcome you to the Training Grounds!";
[/CODE]

Hercules Elf Bot - Jul 10, 2012 16:13

Originally posted by [b]Euphy[/b]
Fixed in [rev=16387].