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

  • #006761

  • 0 - None Assigned

  • Fixed

Issue Confirmations

  • Yes (1)No (0)
Photo

Cannot validate the Conquer Orc Village! quest

Posted by Hercules Bot on 05 October 2012 - 06:52 PM

Originally posted by iluvatar
Well,

I got the Conquer Orc Village! quest with a merchant about level 40. Because the quest is quite hard, I kill others type of monster. Then I do the blacksmith quest, and I am now level 66, without validating this quest. Then i went to Eden Group, and talk with Instructor Ur, who give me a quest (to hunt stalactic golem). Then I killed all my orc babies, but cannot validate the Conquer Orc Village! quest anymore.

I made some research, and I found why (all happened in /npc/re/quests/eden/eden_quests.txt):
- I take the Conquer Orc Village! quest, and that set the variable para_suv01 to 24.
- I speek to NPC Hooksha, and continue the Conquer Orc Village! quest. Variable para_suv01 is now 25.
- I speek to Instructor Ur (code begins at line 3843 of the file).
- Because I'm lvl >= 60 and < 70, and para_suv01 < 39, he gives me the quest (to go to Romeo in Comodo). Then para_suv01 is set to 39.
And the Conquer Orc Village! quest is unvalidable, because I'm in the para_suv01 > 32 case (line 2110).

To correct this bug, we should make Instructor Ur verify that the player don't have any Eden quest active before give this quest. So the condition must be : para_suv-1 >= 38 && para_suv01 < 39, so para_suv01 == 38.

I hope you will resolve this bug as soon as possible, and my research were useful.

changed status to: Fixed

Old Archieved issue xD
This has been fixed in the meantime