[DiscordArchive] Apply an aura when player gets inside the area that checks if player is mounted on flying mount, the
[DiscordArchive] Apply an aura when player gets inside the area that checks if player is mounted on flying mount, the
Archived author: Deleted User • Posted: 2021-10-13T02:13:12.774000+00:00
Original source
Apply an aura when player gets inside the area that checks if player is mounted on flying mount, then dismount?
Archived author: schlumpf • Posted: 2021-10-13T05:34:29.736000+00:00
Original source
The issue is that titles are „learned“ by adding a bit to a mask (That bit is „maskid“ in the database). That mask isn’t infinite in size but tailored to the actual title count of the game era. That era apparently only has place for 208 bits. You would have to change the size of that mask, but that effectively impossible since you would have to change half of the player data accesses in the client. Unless you can remove and reuse some titles, you can’t add more.