Need proper fixing of quest_item_amount (SMALLINT, unsigned?) field type so it can store bigger numbers.
Fix saving experience quest to stardust rather than item_amount.
Fix questGen for that aka semi-reverse https://github.com/Map-A-Droid/MAD/pull/1388
Combine this with update for quest_target to SMALLINT as Dynamax/Stations introduced quests Like "Collect 400 Max Particles" and 400 is above the TINYINT
Need proper fixing of quest_item_amount (SMALLINT, unsigned?) field type so it can store bigger numbers. Fix saving experience quest to stardust rather than item_amount. Fix questGen for that aka semi-reverse https://github.com/Map-A-Droid/MAD/pull/1388
Combine this with update for
quest_target
to SMALLINT as Dynamax/Stations introduced quests Like "Collect 400 Max Particles" and 400 is above theTINYINT
ALTER TABLE
trs_questMODIFY
quest_targetSMALLINT;