[DiscordArchive] Hello. I changed the "Datatype" for str, agi, sta, inte and spi from "TINYINT" to "SMALLINT" in "pla
[DiscordArchive] Hello. I changed the "Datatype" for str, agi, sta, inte and spi from "TINYINT" to "SMALLINT" in "pla
Archived author: Ropy • Posted: 2020-08-07T07:43:54.830000+00:00
Original source
Hello. I changed the "Datatype" for str, agi, sta, inte and spi from "TINYINT" to "SMALLINT" in "player_levelstats" so I can have more than 255 base stats. But it not working in-game, it starts from 0 again when it goes beyond 255. Does someone know why it not working?
Archived author: MaxtorCoder • Posted: 2020-08-07T07:46:10.011000+00:00
Original source
Are the types changed in the core tho
Archived author: Ropy • Posted: 2020-08-07T07:48:49.182000+00:00
Original source
Nope. I need to do that too before compiling the core ?
Archived author: MaxtorCoder • Posted: 2020-08-07T07:49:32.798000+00:00
Original source
Well yeah lol, they are still `uint8` in the core.
Archived author: Ropy • Posted: 2020-08-07T07:50:24.552000+00:00
Original source
Ok, thanks. I just need to find it and change it.