topaz-next / topaz

💎 A server emulator for Final Fantasy XI.
GNU General Public License v3.0
55 stars 81 forks source link

San d’Oria Quest "Rosel the Armorer" Get the keyItem "Receipt for the prince" a number of times. #1960

Open topaz-next-bot opened 3 years ago

topaz-next-bot commented 3 years ago

Issue by eyes-and-brain Tuesday Sep 29, 2020 at 21:22:21 Originally opened as: project-topaz/topaz - Issue 1217


I have:

Additional Information (Steps to reproduce/Expected behavior) :

https://github.com/project-topaz/topaz/blob/2bbdf369d86335c4610bb9b2587b31ebd7da11ec/scripts/zones/Southern_San_dOria/npcs/Rosel.lua#L19-L56

The same event ID "524" is called before and after the receipt of the quest (L25, L30).

As a result, in L46, Get the keyItem "Receipt for the prince" a number of times.

topaz-next-bot commented 3 years ago

Comment by eyes-and-brain Wednesday Sep 30, 2020 at 00:07:57


Perhaps after receiving the quest. It would be correct to display the following message.

If the recipient is a Pieuje player:showText(npc, 7782);

If the the recipient is Trion player:showText(npc, 7783);