[DiscordArchive] Arent they only able to ride kodos and no other mounts?
[DiscordArchive] Arent they only able to ride kodos and no other mounts?
Archived author: Ergo • Posted: 2025-09-20T20:29:14.798000+00:00
Original source
I see
Archived author: Ergo • Posted: 2025-09-20T20:29:26.314000+00:00
Original source
it still has a long way to go
Archived author: Ergo • Posted: 2025-09-20T20:34:54.826000+00:00
Original source
Or maybe it used to work but changes in AC borked it
Archived author: Revision • Posted: 2025-09-20T20:45:56.165000+00:00
Original source
It used to work (if it doesn't anymore) and was used by many.
Archived author: Larnian • Posted: 2025-09-20T21:05:22.653000+00:00
Original source
Guys I've a small problem - I want to edit the database to remove soul bound status. According to the documentation it's the item_template table and the "bonding" field. I've run a sql update in Heidi which has updated about 24000 records and set all the 1,2 and 3 values to 0. But when I reboot / restart and run Deadmines I've gotten soul bound items. Anyone know what's going wrong?
UPDATE item_template
SET bonding = 0 WHERE bonding IN (1, 2, 3);