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

  • #008619

  • 0 - None Assigned

  • Fixed

Issue Confirmations

  • Yes (0)No (0)
Photo

Giant Baphomet

Posted by vykimo on 11 April 2015 - 08:35 AM

When clicking on Rust Blackhand from SealedShrine.txt,
The map server show :
[Error]: quest_update_status: Character 150002 doesn't have quest 3043. 


Then, the hat is unmakeable. Because the quest statut never change.

(Too, it's beter to change the condition
 if ((countitem(6004) > 0) && (countitem(2256) > 0) && (countitem(7799) > 29) && (countitem(7798) > 49) && (Zeny > 990000)) { 
to
 if (... && (Zeny >= 990000)) { 
else, the guy with the exact amount can't create the hat...)

[Error]: quest_update_status: Character 150002 doesn't have quest 3043.
^ Are you sure it happens with Rust Blackhand??  since it doesn't even update quest 3043, it only updates quest 3042.


changed status to: Needs More Info

Zeny Requirement Fixed: https://github.com/H...3221d75f804aae2
About first issue, can you show me way to reproduce? and which npc you clicking?

Yes, this is the true message :
[Error]: quest_change: Character 150002 doesn't have quest 3042. 
At the end, when clicking on Rust Blackhand with the item 6004.

Yes, this is the true message :

[Error]: quest_change: Character 150002 doesn't have quest 3042.
At the end, when clicking on Rust Blackhand with the item 6004.

OK, 3042 can cause that error.
Will be fixed as soon I get into pc

changed status to: Confirmed

changed status to: Fixed

The bug is still there :
The npc told me that i've not the requierements and delete the quest only.

changed status to: Needs More Info

The bug is still there :
The npc told me that i've not the requierements and delete the quest only.

Deleted which quest, and at what part (which NPC) you are stuck in?

Rust Blackhand delete the quest 3042. And on the official server you can make as many giant bapho you want. Here you cannot.

Rust Blackhand delete the quest 3042. And on the official server you can make as many giant bapho you want. Here you cannot.

You don't need 3042 for talking to rust blackhand, for doing it again and again, just get 1 BaphoDoll(should be in your inventory) and talk to Rust BlackHand again, it will give you quest 3043, and then collect items and talk to that NPC again, and you would get the giant bapho again.
Isn't this happening currently??
Please correct if I am wrong somewhere..

The problem is here, you cannot do the quest again and again. Don't know why

changed status to: Fixed
changed status to: Started

After many tests IG :
You can make it one time.
But you can't make it one more time.
Why? Because the npc never give the 3043 quest (then the line setquest 3043; doesn't work)..

changed status to: Fixed

It's works fine. With pleasure. :)