Issue Information
-
#008619
-
0 - None Assigned
-
Fixed
Issue Confirmations
-
Yes (0)No (0)
When clicking on Rust Blackhand from SealedShrine.txt,
The map server show :
Then, the hat is unmakeable. Because the quest statut never change.
(Too, it's beter to change the condition
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?
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.
OK, 3042 can cause that error.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.
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.
The npc told me that i've not the requierements and delete the quest only.
changed status to: Needs More Info
Deleted which quest, and at what part (which NPC) you are stuck in?The bug is still there :
The npc told me that i've not the requierements and delete the quest only.
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.Rust Blackhand delete the quest 3042. And on the official server you can make as many giant bapho you want. Here you cannot.
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
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)..
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.