EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Quests::need work (https://www.eqemulator.org/forums/forumdisplay.php?f=635)
-   -   West Freeport Warrior Newbie Tattered Note fix (https://www.eqemulator.org/forums/showthread.php?t=43339)

irongut_av 06-28-2021 12:37 AM

West Freeport Warrior Newbie Tattered Note fix
 
Recently installed a server for testing and found that the turn in id for the tattered note for warriors in west freeport is set to the necromancer's note instead of the warrior.

Update this line of code from quests/freportw/Cain_Darkmoore.lua
Code:

elseif(item_lib.check_turn_in(e.trade, {item1 = 18742})) then -- A Tattered Note
to this
Code:

elseif(item_lib.check_turn_in(e.trade, {item1 = 18748})) then -- A Tattered Note
If there's a process for updating quests for review without posting here please let me know.

The updated version of freeport's version is already correct.

N0ctrnl 06-28-2021 01:02 PM

Could PR it against the PEQ repo.

https://github.com/ProjectEQ/projecteqquests

irongut_av 06-28-2021 01:14 PM

Thanks, I'll update any quests there from now on.


All times are GMT -4. The time now is 04:13 PM.

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.