planqi / slashdiablo-maphack

A customized maphack for the slashdiablo D2 server
GNU Affero General Public License v3.0
87 stars 43 forks source link

Quest drop warning doesn't always work #56

Open youbetterdont opened 4 years ago

youbetterdont commented 4 years ago

The quest drop warning does not always work correctly, at least with Diablo. I don't think I've ever seen it not work with the Baal quest. I'm not sure about mephisto since I don't usually bother much with that one. When it does not work with Diablo, it seems to get stuck that way. It's something to do with the way the character completes the quests possibly.

dschu012 commented 4 years ago
int startedDiablo = D2COMMON_GetQuestFlag2(quests, TERRORS_END, QFLAG_QUEST_LEAVE_TOWN);

fixed the diablo quest warning for me. imagine meph might be similar (it being a different flag we need to look at)