EOSERV Forum > EOSERV > login Bug?
Topic is locked.
Page: << 1 >>
login Bug?
Author Message
Post #1102 login Bug?
I got some errors and idk how to fix it
maybe some1 can help me thx ;)

Could not load file: ./data/maps/00080.emf
Could not load file: ./data/maps/00081.emf
Could not load file: ./data/maps/00185.emf
Could not load file: ./data/maps/00223.emf
Could not load file: ./data/maps/00264.emf
Could not load file: ./data/maps/00271.emf
Could not load file: ./data/maps/00272.emf
Could not load file: ./data/maps/00276.emf
Database Error: Table 'eoserv.accounts' doesn't exist
15 years, 7 weeks ago
Post #1106 Re: Error eoserv.accounts

I don't know, but i remember sausage saying you can't log on if you warp to those maps.

---
I forgot what I was going to write...
15 years, 7 weeks ago
Post #1108 Re: Error eoserv.accounts

k i fixed this with accounts but now it wont work with charakter ;|



do i need to put the tabels manuel in`?

15 years, 7 weeks ago
Post #1111 Re: Error eoserv.charakters

How did you Fixed the account problem i got that one 2
15 years, 7 weeks ago
Post #1115 Re: Error eoserv.charakters

k , i done everything but now if i want to creat an account

it dont works :[

15 years, 7 weeks ago
Post #1118 Re: Error eoserv.charakters
fana posted: (18th Mar 2009 04:24 pm)

waht did this mean?

CREATE INDEX `character_account_index` ON `characters` (`account`);
CREATE INDEX `character_guild_index` ON `characters` (`guild`);



That just creates a MySql reference index..
15 years, 7 weeks ago
Post #1122 Re: login Bug?
Arcitex posted: (18th Mar 2009 04:36 pm)

fana posted: (18th Mar 2009 04:24 pm)

waht did this mean?

CREATE INDEX `character_account_index` ON `characters` (`account`);
CREATE INDEX `character_guild_index` ON `characters` (`guild`);



That just creates a MySql reference index..


ok ok but how can i fix the account creating and login?

Packet Account Request E.e>?

15 years, 7 weeks ago
Post #1144 Re: login Bug?

make sure your sql looks like this (ofcourse it will be longer)

CREATE TABLE IF NOT EXISTS `accounts`
(
    `username`   VARCHAR(16) NOT NULL,
    `password`   CHAR(64)    NOT NULL,
    `fullname`   VARCHAR(64) NOT NULL,
    `location`   VARCHAR(64) NOT NULL,
    `email`      VARCHAR(64) NOT NULL,
    `computer`   VARCHAR(64) NOT NULL,
    `hdid`       CHAR(10)    NOT NULL,
    `regip`      VARCHAR(15) DEFAULT NULL,
    `lastip`     VARCHAR(15)          DEFAULT NULL,
    `created`    INTEGER     NOT NULL,
    `lastused`   INTEGER              DEFAULT NULL,


15 years, 7 weeks ago
Post #1153 Re: login Bug?

If you have any of those maps, zip them up and send them to Sausage please.

15 years, 7 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > EOSERV > login Bug?