|
Re: EOserv rev 189 Compiled
dude im using mysql this dont work for me, I set everything right but when i try to log in to a acc i just made it says lost connection,
14 years, 35 weeks ago
|
maori
Joined: 16th May 2010
Posts: 302
Re: EOserv rev 189 Compiled
Guest posted: (1st Sep 2010 08:42 am)
dude im using mysql this dont work for me, I set everything right but when i try to log in to a acc i just made it says lost connection,
did you add map and stuff the simple thing in to the folder?
if you have custom map change install.sql
`map` INTEGER NOT NULL DEFAULT 192,
`x` INTEGER NOT NULL DEFAULT 7,
`y` INTEGER NOT NULL DEFAULT 6,
14 years, 35 weeks ago
|
lewis999

Joined: 27th Aug 2010
Posts: 368
Re: EOserv rev 189 Compiled
you need to add some stuff to your database.
Quote from [link] " you need to add "invincible" and "hidden" as an integer, default value 0"
14 years, 35 weeks ago
|
|
Re: EOserv rev 189 Compiled
ya if u leave the map start at 0 0 0 it will crash on try to login chat lol
this version seems to have alot of warning but works but it seems to cause alot lag
im started fresh from 189 and just adding commands to it for now to find a working better quest system so far i dont like 1s found so far
14 years, 35 weeks ago
|
Ananas
Moderator
Joined: 22nd Apr 2009
Posts: 2190
Re: EOserv rev 189 Compiled
I see you credited me for the harvesting ;p But I also made the fishing one. Other people basically took my code and added stuff into it. I'd also like to say that you're doing a great job on compiling this revisions with codes and commands. It gives a possibilty for people that can't compile a
change to have spells, quests, commands and such. Good job.
---
"Pineapples and shit."
14 years, 35 weeks ago
|
Re: EOserv rev 189 Compiled
I'm very sure this is, helpful to everyone in the EO community, If you don't mind I'd like to add to this source, fix some bugs (if found) clean some lag (remove some warnings) add some code i've done.
I will NOT do this if you don't want.
14 years, 35 weeks ago
|
lewis999

Joined: 27th Aug 2010
Posts: 368
Re: EOserv rev 189 Compiled
@ananas I know you made it, I just haven't updated the credits since v0.2(I keep forgetting :p) i'll update them soon.
@xIfearlessIxx Why would I mind xD I wouldn't have released the source code if I didn't want other people to change it. Anyway of the thousands of lines of code I have added only a tiny fraction of that has been coded by me.
Edit: changed bean to been :p
14 years, 35 weeks ago
|
Re: EOserv rev 189 Compiled
lewis999 posted: (1st Sep 2010 01:05 pm)
@ananas I know you made it, I just haven't updated the credits since v0.2(I keep forgetting :p) i'll update them soon.
@xIfearlessIxx Why would I mind xD I wouldn't have released the source code if I didn't want other people to change it. Anyway of the thousands of lines of code I have added only a tiny fraction of that has been coded by me.
I always ask if I can do something that was given out by someone else, even if it's open source, When I have access to my computer i'll be sure to post.
14 years, 35 weeks ago
|
Ananas
Moderator
Joined: 22nd Apr 2009
Posts: 2190
Re: EOserv rev 189 Compiled
@Lewis, Did you test the eggs using the config? Because I tried to link a certain value to a pets.ini such as;
PetID = 5
EggID = 5
As example. But somehow it doesn't read the value and uses it as a potion.
---
"Pineapples and shit."
14 years, 35 weeks ago
|
lewis999

Joined: 27th Aug 2010
Posts: 368
Re: EOserv rev 189 Compiled
Ananas posted: (1st Sep 2010 01:21 pm)
@Lewis, Did you test the eggs using the config? Because I tried to link a certain value to a pets.ini such as;
PetID = 5
EggID = 5
As example. But somehow it doesn't read the value and uses it as a potion.
That's odd...
Its working fine for me.
14 years, 35 weeks ago
|
Ananas
Moderator
Joined: 22nd Apr 2009
Posts: 2190
Re: EOserv rev 189 Compiled
I was just asking if you tested it ;p But ok that answers my question. I didn't try your revision.
---
"Pineapples and shit."
14 years, 35 weeks ago
|
Re: EOserv rev 189 Compiled
Um sql.install didnt work for me mysql user, how change the what what? o.o so like ? how ex. ? lol im clueless >.<
'hidden` INTEGER NOT NULL DEFAULT 0,
'invincible` INTEGER NOT NULL DEFAULT 0,
14 years, 35 weeks ago
|
lewis999

Joined: 27th Aug 2010
Posts: 368
Re: EOserv rev 189 Compiled
What do you use to manage your database?
14 years, 35 weeks ago
|
Re: EOserv rev 189 Compiled
14 years, 35 weeks ago
|
lewis999

Joined: 27th Aug 2010
Posts: 368
Re: EOserv rev 189 Compiled
Yellow Flash posted: (1st Sep 2010 02:02 pm)
Erm Sqlyog.
Right...
1: open sqlyog
2: make a new database
3: in the box in the top right of the screen type this:
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` INTEGER NOT NULL,
`regip` VARCHAR(15) NOT NULL,
`lastip` VARCHAR(15) DEFAULT NULL,
`created` INTEGER NOT NULL,
`lastused` INTEGER DEFAULT NULL,
PRIMARY KEY (`username`)
);
5: right click and click on execute query
6: repeat steps 4 and 5 for the other 3 tables in install.sql
14 years, 35 weeks ago
| | | | | | | | | | | | | |