Issue information

Issue ID
#5023
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Aug 11, 2011 9:00
Last Post
Hercules Elf Bot
Jun 9, 2012 21:10
Confirmation
Yes (1)
No (0)

Hercules Elf Bot - Aug 11, 2011 9:00

Originally posted by [b]Slimm[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=5023

1.[quote name='npc\quests\quest_13_1.txt']set .@ep13_search_control,checkquest(3091,PLAYTIME);[/quote]
[quote name='db\quest_db.txt']3091,0,0,0,0,0,0,0,"Report to the continent - Location of reports"[/quote]no timeout

2.[quote name='npc\quests\quest_13_1.txt']else if ((.@ep13_search_lotto == 1) && (.@ep13_search_lotto == 6)) {[/quote]never occur, must be || instead of &&

3.[quote name='npc\instances\NydhoggsNest.txt']set .@ins_nyd_check,checkquest(3135,PLAYTIME); // 3 Day cooldown
set .@ins_nyd_check2,checkquest(3135,PLAYTIME); // 4 Hour play limit[/quote]3135 quest in both strings

4.script Research Official#ep131::OnMyMobDead
sometimes or always not triggered, result in mob death don't cause enabling npc, need to wait 5 minutes.
May be mob kill can't trigger event from disabled npc ?

5.[quote name='npc\instances\NydhoggsNest.txt']else if (ins_nyd == 203) {
....
set ins_nyd,121;[/quote] I didn't found any way to get a value of 203 for variable ins_nyd.



6.[quote name='npc\quests\quest_13_2.txt']mjolnir_01,32,309,3 script #mj01_01 111,7,7,{[/quote][quote name='npc\quests\quest_13_2.txt']mjolnir_01,32,309,3 script #mj01_02 111,7,7,{[/quote]One of them must be at 217,34.

7.[quote name='npc\quests\quest_13_2.txt']else if ((ep13_2_tre1 == 1) && (ep13_2_tre1 == 2)) {[/quote]never occur, must be || instead of &&

Also, if you got attacked while in progress bar in "Midgard Ore" quest, you will be unable to do anything until log off.

This post has been edited by Brian on Dec 12, 2011 2:37

Hercules Elf Bot - Dec 14, 2011 23:25

Originally posted by [b]Brian[/b]
Fixed in [rev=15123], except for 1, 4, 5.

[quote name='Slimm' timestamp='1313053200' post='5023']1.[quote name='db\quest_db.txt']3091,0,0,0,0,0,0,0,"Report to the continent - Location of reports"[/quote]no timeout
[/quote]

[b]Needs more info -- anyone know what the timeout is supposed to be?[/b]

[quote name='Slimm' timestamp='1313053200' post='5023']4. script Research Official#ep131::OnMyMobDeadsometimes or always not triggered, result in mob death don't cause enabling npc, need to wait 5 minutes.May be mob kill can't trigger event from disabled npc ?

5.[quote name='npc\instances\NydhoggsNest.txt']else if (ins_nyd == 203) {.... set ins_nyd,121;[/quote] I didn't found any way to get a value of 203 for variable ins_nyd.
[/quote]

This post has been edited by Brian on Dec 14, 2011 23:29

Hercules Elf Bot - Mar 22, 2012 3:15

Originally posted by [b]mkbu95[/b]
1.
timeout is 1800.
[code]quest {

quest_info (3091, "ËÍÍù´ó½ÂµÃ„±¨¸æÊé - ±¨¸æÊéµÄÐÐ×ù")
time(1800)
}[/code]

Hercules Elf Bot - Mar 22, 2012 4:09

Originally posted by [b]mkbu95[/b]
@add

I decided to check all the timeouts and these are the that doesn't have the timeout added yet:

[CODE]quest {
quest_info (3220, "·é³Ã‚ªÃ€ÃŒÃ†Â® ÀüÁ÷ - ½ÃƒÆ’Çè ´ë±â½ÃƒÆ’°£")
time(600)
}

quest {
quest_info (7104, "Ư¼ÃƒÂ¶Ãƒâ‚¬Ãƒâ€œ¹Ã‚«")
time(3000)
}

quest {
quest_info (7105, "Ư¼ÃƒÂ¶Ãƒâ‚¬Ãƒâ€œ¹Ã‚«")
time(600)
}

quest {
quest_info (7107, "Ư¼ÃƒÂ¶Ãƒâ‚¬Ãƒâ€œ¹Ã‚«")
time(10800)
}

quest {
quest_info (7110, "Ư¼ÃƒÂ¶Ãƒâ‚¬Ãƒâ€œ¹Ã‚«")
time(600)
hunt("HIDEN_PRIEST", 1)
}

quest {
quest_info (8265, "Çٽǵ庸»ÓÀ̺¥Æ®")
time(3600)
}

quest {
quest_info (10087, "ÌÓ±üÏöʵ£¬âõÏò¸ü¹ÃƒÆ’À«µÄÊÀ½Ãƒâ€¡")
time(86400)
}

quest {
quest_info (11104, "ÐÝϢʱ¼Ãƒâ€ž")
time(82800)
}

quest {
quest_info (11113, "·¹Ãƒâ‚¬ÃƒÅ’´õ¸µÀÌ ´Ù½ÃƒÆ’ ÀÛµ¿Çò ¶§±îÁö")
time(82800)
}

quest {
quest_info (12058,"î޾¡ö®ë޳öèëÏÞöÆ")
time(604800)
}

quest {
quest_info (12061,"¼Ã‚¯Ã¶Ã¾Ã‚«Ã©Ã±")
time(10)
}

quest {
quest_info (12070,"ÏÞöƵijöèëʱ¼Ãƒâ€ž")
time(14400)
}[/CODE]

The file that I got the info is from 2010, I don't know if you have newer files so you can check this with more accuracy.

Hercules Elf Bot - May 28, 2012 13:12

Originally posted by [b]Masao[/b]
Fixed in [rev=16161] .