Search found 136 matches

by altalus
Sun Nov 16, 2014 5:39 pm
Forum: Server Setup & Guides
Topic: [Fixed] Compile error with mysql libs on an Ubuntu 14.04.1
Replies: 10
Views: 5179

Re: Compile error with mysql libs on an Ubuntu Ubuntu 14.04.

I thought so myself but I seems to have installed them all from the official repos. Do you have the name of the exact one I should have ? :-/
by altalus
Sun Nov 16, 2014 4:42 pm
Forum: Server Setup & Guides
Topic: [Fixed] Compile error with mysql libs on an Ubuntu 14.04.1
Replies: 10
Views: 5179

[Fixed] Compile error with mysql libs on an Ubuntu 14.04.1

Hello everyone, I a moving servers and this new one is an Ubuntu 14.04.1 LTS x86. I installed all the libs (at last I think that I did) and get this error when compiling: dsgame-sql.o: In function `Sql_Malloc()': /home/guillaume/Vejiitasei/src/common/sql.cpp:76: undefined reference to `mysql_init' d...
by altalus
Tue Aug 26, 2014 10:51 am
Forum: Custom Applications and Tools
Topic: [Updating] My Website for dsp. Have fun.
Replies: 2
Views: 3141

Re: [Updating] My Website for dsp. Have fun.

Quick update: I am re-writing all SQL with MySQLi... so...much...stuff...
by altalus
Thu Aug 21, 2014 12:25 pm
Forum: Custom Applications and Tools
Topic: [Updating] My Website for dsp. Have fun.
Replies: 2
Views: 3141

[Updating] My Website for dsp. Have fun.

Deleted

I do not want to be hold responsible of anything so I simply deleted this. You want it ? Ask me and we'll see. Might not be worth your time (see post below).
by altalus
Wed Aug 20, 2014 5:09 am
Forum: Bugs
Topic: Meikyo Shisui
Replies: 13
Views: 7600

Re: Meikyo Shisui

This will fix it and make your DNC happy too. diff --git a/src/map/entities/battleentity.cpp b/src/map/entities/battleentity.cpp index 8f2be4d..601e505 100644 --- a/src/map/entities/battleentity.cpp +++ b/src/map/entities/battleentity.cpp @@ -402,7 +402,7 @@ int16 CBattleEntity::addTP(int16 tp) floa...
by altalus
Sun May 11, 2014 9:23 am
Forum: Suggestions
Topic: mysql vs Microsoft SQL Express
Replies: 6
Views: 8255

Re: mysql vs Microsoft SQL Express

You can also run MySQL on a windows machine. Especially useful if your dev machine is running Windows and your server is running Linux (yup, my own setup)
by altalus
Mon Mar 24, 2014 12:55 pm
Forum: General Chat
Topic: player bots
Replies: 2
Views: 2424

Re: player bots

Nope. The AI is not yet done for the adventuring fellows.
by altalus
Fri Mar 07, 2014 3:01 pm
Forum: Server Setup & Guides
Topic: Server install issue
Replies: 11
Views: 6133

Re: Server install issue

If you are daring enough, you can compile it on a 32 bit Linux system and it works perfectly... in Linux :P
by altalus
Wed Mar 05, 2014 11:09 am
Forum: Troubleshooting
Topic: New TextIDs in recent client update
Replies: 4
Views: 2391

Re: New TextIDs in recent client update

Or you can fix the file yourself, then create a branch and do a pull request. That way, everyone wins :P
by altalus
Wed Mar 05, 2014 11:00 am
Forum: Troubleshooting
Topic: Increase mob lvls
Replies: 2
Views: 1849

Re: Increase mob lvls

In the database, check mobs_groups, then adjust the minLevel and maxLevel to your desired values.

The skill-ups are based on the mob level I think so it would help.