Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #005023

  • 0 - None Assigned

  • Fixed

Issue Confirmations

  • Yes (1)No (0)
Photo

quest_13 typos

Posted by Hercules Bot on 11 August 2011 - 09:00 AM

Originally posted by Slimm
http://www.eathena.w...er&showbug=5023

1.

set .@ep13_search_control,checkquest(3091,PLAYTIME);

3091,0,0,0,0,0,0,0,"Report to the continent - Location of reports"

no timeout

2.

else if ((.@ep13_search_lotto == 1) && (.@ep13_search_lotto == 6)) {

never occur, must be || instead of &&

3.

set .@ins_nyd_check,checkquest(3135,PLAYTIME); // 3 Day cooldown
set .@ins_nyd_check2,checkquest(3135,PLAYTIME); // 4 Hour play limit

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.

else if (ins_nyd == 203) {
....
                                        set ins_nyd,121;

I didn't found any way to get a value of 203 for variable ins_nyd.



6.

mjolnir_01,32,309,3     script  #mj01_01        111,7,7,{

mjolnir_01,32,309,3     script  #mj01_02        111,7,7,{

One of them must be at 217,34.

7.

else if ((ep13_2_tre1 == 1) && (ep13_2_tre1 == 2)) {

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.

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

1.

3091,0,0,0,0,0,0,0,"Report to the continent - Location of reports"

no timeout


Needs more info -- anyone know what the timeout is supposed to be?

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.

else if (ins_nyd == 203) {.... set ins_nyd,121;

I didn't found any way to get a value of 203 for variable ins_nyd.



Originally posted by mkbu95
1.
timeout is 1800.
quest { 

quest_info (3091, "ËÍÍù´ó½µÄ±¨¸æÊé - ±¨¸æÊéµÄÐÐ×ù")
time(1800)
}


Originally posted by mkbu95
@add

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

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) 
}

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.

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