Issue information

Issue ID
#6564
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Aug 27, 2012 4:18
Last Post
Hercules Elf Bot
Aug 27, 2012 20:37
Confirmation
N/A

Hercules Elf Bot - Aug 27, 2012 4:18

Originally posted by [b]Phantasm[/b]
First i think getskilllv( ) have issue but ... when i @unloadnpcfile i see Mysterious Documents not disabled...

I searched and i see two Mysterious Documents, one in magic_book.txt and one in quests_dicastes.txt

Here Mysterious Documents in quests_dicastes.txt, its useless, i think we have to disable it.
[CODE]
dic_in01,25,190,0 script Mysterious Documents#00 844,{
if (isequipped(2782)) {
if (ep13_3_invite == 5) {
if (checkquest(12165,PLAYTIME) == 2) {
mes "You don't feel as nauseous anymore. It should be safe to proceed now.";
erasequest 12165;
close;
} else if (checkquest(12165,PLAYTIME) != -1) {
mes "The documents are making you feel nauseous. You should come back later after your stomach settles.";
close; }
mes "The documents in this container aren't legible. It's not use trying to read them.";
close; }
mes "- When you approach the documents,";
mes "an Evil Giant that looks like the archive manager tries to call Guard Galton. You should get out of here quickly. -";
close; }
mes "¡ö¡ø¡ó ¢£ ¡ö¡ñ¡ï ¡ù ¡ð¢²Ã‚¢Â£";
close;
}
[/CODE]

This issue take me a week >"<
Sorry about my bad english.

This post has been edited by Phantasm on Aug 27, 2012 4:19

Hercules Elf Bot - Aug 27, 2012 20:37

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