|
Hello, for Keiran, line 166 on file src\missions\WarSupplyKeiran, you have to change the quest Dialog ID, it changed since the last update :
Func EnterAuspiciousBeginningsQuest()
If GetMapID() <> $ID_HALL_OF_MONUMENTS Then Return $FAIL
; hexadecimal code of dialog id to start Auspicious Beginnings quest
;MAV30042026 : Before Local $questDialogID = 0x644
Local $questDialogID = 0x648
|