Issue information

Issue ID
#8619
Status
Fixed
Severity
None
Started
vykimo
Apr 11, 2015 8:35
Last Post
vykimo
Apr 24, 2015 14:50
Confirmation
N/A

vykimo - Apr 11, 2015 8:35

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


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

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

This post has been edited by vykimo on Apr 11, 2015 8:37

Dastgir - Apr 11, 2015 9:52

[code=auto:0] [Error]: quest_update_status: Character 150002 doesn't have quest 3043. [/code]
^ Are you sure it happens with Rust Blackhand?? since it doesn't even update quest 3043, it only updates quest 3042.
[color=rgb(0,136,0)] [/color]

Dastgir - Apr 11, 2015 10:05

Zeny Requirement Fixed: [url="https://github.com/HerculesWS/Hercules/commit/ad3c3f42eb9eaa5527108459f3221d75f804aae2"]https://github.com/HerculesWS/Hercules/commit/ad3c3f42eb9eaa5527108459f3221d75f804aae2[/url]
About first issue, can you show me way to reproduce? and which npc you clicking?

vykimo - Apr 11, 2015 15:00

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

Dastgir - Apr 11, 2015 16:07

[quote name="vykimo" timestamp="1428764444"]
Yes, this is the true message :[code=auto:0][Error]: quest_change: Character 150002 doesn't have quest 3042.[/code]At the end, when clicking on Rust Blackhand with the item 6004.
[/quote]OK, 3042 can cause that error.
Will be fixed as soon I get into pc

Dastgir - Apr 12, 2015 5:09

Second Part Fixed @ [url="https://github.com/HerculesWS/Hercules/commit/5325463c76c0d710f3063faaa1f5deb006411374"]https://github.com/HerculesWS/Hercules/commit/5325463c76c0d710f3063faaa1f5deb006411374[/url]

vykimo - Apr 15, 2015 5:52

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

Dastgir - Apr 15, 2015 10:02

[quote name="vykimo" timestamp="1429077130"]
The bug is still there :
The npc told me that i've not the requierements and delete the quest only.
[/quote]Deleted which quest, and at what part (which NPC) you are stuck in?

vykimo - Apr 15, 2015 17:54

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

Dastgir - Apr 15, 2015 18:56

[quote name="vykimo" timestamp="1429120480"]
Rust Blackhand delete the quest 3042. And on the official server you can make as many giant bapho you want. Here you cannot.
[/quote]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..

vykimo - Apr 16, 2015 19:36

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

vykimo - Apr 24, 2015 9:37

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

Dastgir - Apr 24, 2015 10:41

Fixed @ [url="https://github.com/HerculesWS/Hercules/commit/dc5a7bc039d1fb2c4aa0f77ffe5b6e1164acc684"]https://github.com/HerculesWS/Hercules/commit/dc5a7bc039d1fb2c4aa0f77ffe5b6e1164acc684[/url]
Thanks for Reporting the bugs :)

vykimo - Apr 24, 2015 14:50

It's works fine. With pleasure. :)