[DiscordArchive] Yeah? So describe it?
[DiscordArchive] Yeah? So describe it?
Archived author: MaxtorCoder • Posted: 2020-07-08T10:14:31.440000+00:00
Original source
Yeah? So describe it?
Archived author: MaxtorCoder • Posted: 2020-07-08T10:14:33.253000+00:00
Original source
<:lul:451485508380655616> <:lul:451485508380655616>
Archived author: Dylan • Posted: 2020-07-08T10:14:55.240000+00:00
Original source
im trying to make all races and classes work
Archived author: Dylan • Posted: 2020-07-08T10:15:20.917000+00:00
Original source
and when i run my script i get an error that will be in the pic that follows
![[Image: JPEG_20200707_122428.jpg?ex=690c7559&is=...11c4df94e&]](https://cdn.discordapp.com/attachments/376457042392514560/730366543577219082/JPEG_20200707_122428.jpg?ex=690c7559&is=690b23d9&hm=aa66dbdb88ba858478c60286ed087faf9966d3ba5ec7daf38f87ce311c4df94e&)
Archived author: Dylan • Posted: 2020-07-08T10:15:54.909000+00:00
Original source
![[Image: JPEG_20200707_122428.jpg?ex=690c7559&is=...11c4df94e&]](https://cdn.discordapp.com/attachments/376457042392514560/730366543577219082/JPEG_20200707_122428.jpg?ex=690c7559&is=690b23d9&hm=aa66dbdb88ba858478c60286ed087faf9966d3ba5ec7daf38f87ce311c4df94e&)
Archived author: MaxtorCoder • Posted: 2020-07-08T10:16:09.759000+00:00
Original source
We don't support client modifications.
And we literally cannot read it, make a fking screenshot.
Archived author: Dylan • Posted: 2020-07-08T10:16:48.458000+00:00
Original source
/* SQL Error (1264): Out of range value for column 'amount' at row 1 */
SELECT * FROM information_schema.COLUMNS WHERE TABLE_SCHEMA='world' AND TABLE_NAME='player_classlevelstats' ORDER BY ORDINAL_POSITION;
SHOW INDEXES FROM player_classlevelstats FROM world;
SELECT * FROM information_schema.REFERENTIAL_CONSTRAINTS WHERE CONSTRAINT_SCHEMA='world' AND TABLE_NAME='player_classlevelstats' AND REFERENCED_TABLE_NAME IS NOT NULL;
SELECT * FROM information_schema.KEY_COLUMN_USAGE WHERE CONSTRAINT_SCHEMA='world' AND TABLE_NAME='player_classlevelstats' AND REFERENCED_TABLE_NAME IS NOT NULL;
SHOW ENGINES;
SHOW COLLATION;
SHOW CREATE TABLE world.player_classlevelstats;
SELECT * FROM world.player_classlevelstats LIMIT 1000;
Archived author: Dylan • Posted: 2020-07-08T10:18:37.760000+00:00
Original source
i ignored the errors and what happens is most classes work but there are a few cases where things such as like tauren paladins cannot learn 1h swords and rogues do not start with any weapon skills things like that