Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Evo Client v308 and DevRev2 server!

Newbie Spellweaver
Joined
Jul 5, 2014
Messages
57
Reaction score
3
Purpleyouko is right,, i've juste extracted the server files, there is nothing under 3DDATA directory, do what we told you, extract the files from the client then put them on the right folders.

Even if the logs files say cannot load files, i didn't think that these files had been removed before being released, i was thinking about something corrupt or data conflict

Edit: extract v308.rar that you can find on DevRev_2/Binary/3DData, it's containing all the files that you need
 
Newbie Spellweaver
Joined
Mar 10, 2009
Messages
11
Reaction score
0
Purpleyouko is right,, i've juste extracted the server files, there is nothing under 3DDATA directory, do what we told you, extract the files from the client then put them on the right folders.

Even if the logs files say cannot load files, i didn't think that these files had been removed before being released, i was thinking about something corrupt or data conflict

Edit: extract v308.rar that you can find on DevRev_2/Binary/3DData, it's containing all the files that you need


Thanks Garnet and Purpleyouko for the help! i should have seen that RAR... Really stupid of me.
But i am still getting a few error's, can they be fixxed? View attachment worldserver.rar If not dont worry i can now atleast login and play..

Tyvm!

(Line 14 / 24)
(Line 59,70,644,645,781,783,785,787)
(Line 947 / 962)
(Line 972 / 993)
(Line 1000,1001.1409,1410,1412,1413)
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jul 5, 2014
Messages
57
Reaction score
3
You're welcome :)

About the errors, don't focus too munch on it, there is no critical errors.

If you want to fix it, Purpleyouko will answer better than me.

14 -24 : No idea, item dropped from the last session?
59: incorrect item in droplist, check your database at line 3073, it say an item is id=0 or >=5717, fix the item or erase it.
70: ID shouldn't go highter than 121 on the list_telegates.sql, but why? Wait for Purpleyouko i think he know what mean that error.
644,655,781,783,785,788: the monster from the AIP does no exist on your stb/database, change the monster id or find what monster is missing.
871-924: no timer has been defined on AIP, can be a real problem or just a wrong alert, just check with an AIP editor what the AIP is doing and fix it if really it's needed by adding a timer.
1000 - 1413: No idea lol
 
Newbie Spellweaver
Joined
Nov 1, 2007
Messages
29
Reaction score
0
Hello everyone, I just installed all this, I've realized that the damage is a bit high. I hit a monster Level 1 and I kill him in one hit.
I tried to change the config database but nothing changes.

can you help me ?

Thx
 
Newbie Spellweaver
Joined
Jul 5, 2014
Messages
57
Reaction score
3
Hi, you can't do anything about it unless you change the damage formula on the sources files.
 
Newbie Spellweaver
Joined
Jan 6, 2014
Messages
32
Reaction score
1
Lorgan, you can just edit the player damage in list_config in your database. Make it lower and the hits will be lower.

If you already did that try to change it in battle file in your worldserver because there is also something that make the hits higher or lower.
 
Newbie Spellweaver
Joined
Nov 1, 2007
Messages
29
Reaction score
0
if I put in list_config under 100 all the damage is 5
and in the battle file I do not know or look

thx
 
Newbie Spellweaver
Joined
Jul 5, 2014
Messages
57
Reaction score
3
Lorgan, you can just edit the player damage in list_config in your database. Make it lower and the hits will be lower.

If you already did that try to change it in battle file in your worldserver because there is also something that make the hits higher or lower.

Edit that is not the way to fix this problem if the damage code is wrong. Maybe it will make things better at low level but things will become worse at high level
 
Newbie Spellweaver
Joined
Nov 1, 2007
Messages
29
Reaction score
0
anyone have full sources with Librairy?

because I can not compile with that.

/* Rose Online Server Emulator
Copyright (C) 2006,2007 OSRose Team


This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.


This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.


You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.


depeloped with Main erose/hrose source server + some change from the original eich source
*/


#ifndef __ROSE_SOCKETS__
#define __ROSE_SOCKETS__
// Comment the below to use the normal spawns instead of the IFO spawns


#ifdef _WIN32
#define FD_SETSIZE 1024
#include <windows.h>
#include <winsock2.h>
#define close closesocket
#else
#include <unistd.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <sys/ioctl.h>
#include <cstdarg>
#include <errno.h>
#define SOCKET int
#define INVALID_SOCKET -1
#define SOCKET_ERROR -1
#define PVOID void *
#define ioctlsocket ioctl
#define SOCKADDR struct sockaddr
#define closesocket close
#endif
#include <mysql/mysql.h> <------------------ MISSING
#include <cstdio>
#include <cstdlib>
#include <iostream>
#include <vector>
#include <string>
#include <cstdio>
#include <exception>
#include <time.h>
#include <assert.h>
#include <math.h>
#include <pthread.h>
//#include <vector>
#include <map> //LMA: special for Drakia ^_^ (testing)
#include <csignal>
#include "log.h"
#include "rosecrypt.hpp"
#include "config.h"
#include "database/database.h"

Thx
 
Newbie Spellweaver
Joined
Jul 5, 2014
Messages
57
Reaction score
3
Did you install libmysql_pthread2?


 
Newbie Spellweaver
Joined
Nov 1, 2007
Messages
29
Reaction score
0
I put these files or because it seems to be a mess

AnimalCrackerz - Evo Client v308 and DevRev2 server! - RaGEZONE Forums


which folder to put it ?
 
Newbie Spellweaver
Joined
Apr 20, 2010
Messages
52
Reaction score
9
Well dont use the Execute batch file....just set up your database..then open your database and choose tables, in the right click menu..then drag the database.sql into the open tables field and an install window should appear then go thru the prompts...after its finished, close navicat and then restart navicat, and navigate to the tables and they should now be updated.
 
Last of the OsRose Devs
Loyal Member
Joined
Oct 15, 2006
Messages
2,154
Reaction score
101
Alternatively don't use navicat at all.
It's much easier just using PHPMyAdmin that comes free with xampp anyway.
I never understood this fascination with navicat.
 
Newbie Spellweaver
Joined
Feb 15, 2012
Messages
34
Reaction score
4
When you click on Game Option on client => Crashed... :(
 
Junior Spellweaver
Joined
Jun 19, 2010
Messages
148
Reaction score
6
acceslevel set to 300 and isgm to 1
some other commands are not working such /level /allskill /statp /skillp and many other commands,
i even seen the commands on codeblocks gmcmds.cpp but not working ingame
any help?
 
Last edited:
Junior Spellweaver
Joined
Jun 19, 2010
Messages
148
Reaction score
6
its correct. did you see the fairy on the boat




the atk calculation are wrong. i have -1.5% atskpd no weapon equipped
 
Last edited:
Newbie Spellweaver
Joined
Dec 29, 2007
Messages
49
Reaction score
0
when starting the client i get 2 errors " not found resource file [3ddata\control\xml\WARNING_strID.ID] and one for UI2_strID.ID ive checked and the files are in both 3ddata folder and in the 3ddata.vfs file . ive used an extractor and replaced them with the one in the 3ddata folder. but still got the error . BTW im using this client



when starting the client i get 2 errors " not found resource file [3ddata\control\xml\WARNING_strID.ID] and one for UI2_strID.ID ive checked and the files are in both 3ddata folder and in the 3ddata.vfs file . ive used an extractor and replaced them with the one in the 3ddata folder. but still got the error . BTW im using this client


Nevermind... have to run it as admin and it works
 
Newbie Spellweaver
Joined
Jan 6, 2014
Messages
32
Reaction score
1
If you run it in admin mode it just skips the errors but they arent gone! You can better redownload the client so you have everything!
 
Back
Top