[DiscordArchive] Hi - progression module question - just about to install - is it compatible with All Races All Class
[DiscordArchive] Hi - progression module question - just about to install - is it compatible with All Races All Class
Archived author: Revision • Posted: 2025-09-17T21:08:53.565000+00:00
Original source
AreaTrigger.dbc + areatrigger_teleport = victory
Archived author: Larnian • Posted: 2025-09-17T21:18:41.086000+00:00
Original source
Compiled and working great so far
Archived author: Spargel • Posted: 2025-09-17T21:19:34.317000+00:00
Original source
Well, ARAC is only SQL and DBC changes anyway if I recall, so I don't think it would affect building (or even require doing it again when adding).
Archived author: Mithria • Posted: 2025-09-17T22:21:31.622000+00:00
Original source
Area trigger dbc must be in a very specific order. If you just added your new area trigger to the end of the dbc, that is likely why it's crashing
Archived author: Mithria • Posted: 2025-09-17T22:22:15.838000+00:00
Original source
> Note for modders : When edited, this DBC requires to be ordered properly to work, your new row won't work if you add it at the end. This DBC requires to be ordered by map ID
Archived author: Mithria • Posted: 2025-09-17T22:23:34.576000+00:00
Original source
Easiest way is to export the dbc to csv, add your new area trigger where it needs to be for the correct order to be maintained, then import back into dbc and save.