Issue information

Issue ID
#5213
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jan 7, 2012 11:05
Last Post
Hercules Elf Bot
Mar 5, 2012 16:21
Confirmation
N/A

Hercules Elf Bot - Jan 7, 2012 11:05

Originally posted by [b]Jonne[/b]
Well, in ./npc/quests/eden/eden_quests.txt the Standing Cat also has a typo in line 1405.

[codebox]mes "[Timid Cat]";
mes "I really don't like those nasty crawlies...";
mes "Meow~!";
next;
mes "^4d4dffThe cat was suprised by";
mes "a thief bug and froze in";
mes "place. Remove those";
[b]mes "hief bugs around here.^000000";[/b]
set para_suv01,7;
changequest 7133,7134;
close;
[/codebox]

It is missing a T for "Thief Bugs" and also it misses the "[Timid Cat]" after next(don't know if that is on purpose, could be!).

This post has been edited by Jonne on Jan 7, 2012 11:05

Hercules Elf Bot - Jan 7, 2012 15:43

Originally posted by [b]Masao[/b]
Thanks for the report, will be fixed with my next commit.