ronancpl/HeavenMS

Quest "How to Shop Awav the Evil(Pre-completion enabled)" can't complete

Closed this issue · 4 comments

kvmba commented

QQ截图20191010201548

Can't complete , NPC say nothing and Server Console not display anything 。
thanks. :)

Have you talked to all the 6 tombs? How to Shoo Away the Evil

kvmba commented

QQ截图20191010202349
yes.

Oh, that's the problem.

image

This quest had expected a "infoNumber" having the same value as the questid. To be honest, back when I passed through this quest, the sketched setQuestProgress defaulted infoNumber as the same value as the questid's. However, some time later this approach had been changed this default:

image

Since quest's expected infoNumber and progress' infoNumber mismatch, the quest couldn't yet be completed...

The issue showed up due to the value returned on MapleQuestStatus::getProgressData() mismatching with the required by the client files to end the quest.

image

By performing that, the string returned by acquired progress at 2236, when talking to the quest rocks, should match the expected string ("111111").