#59: Addons (Public) / QuestHelper
Status: To-do
Tag: Bug

[22.10.2020 21:03]

feels like GID.lua missing keyitem yes, GID.lua is missing the new quest. But it doesn't matter 'cause it will be generate when quest are detected/done - maybe will cause a short lag.

[22.10.2020 21:03] The error you see look more complicated.

[22.10.2020 21:04]

 if (pre%16)>1 then
            if pre<16 then
                text= TEXT(string.format("Q_REQUEST_ITEMSTR_%02i",pre))..text
            else
                text= TEXT(string.format("Q_REQUEST_KILLSTR_%02i",pre-16))..text
            end
        end

the "pre" prefix looks like out of expected bounds

Created by Grox Dec 12, 2023, Edited Feb 23, 2025