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
Apr 20, 2010
Messages
52
Reaction score
9
I thinks someone request this stuff not to long ago:scared: As the topic title says, here is a release of Client Version 308 modified a little bit, custom GUI, and a somewhat decent DevRev2 server. Also most of the tools you need for customizing your client..Cheers!

Client:

Server Source:

Usefull Tools:

If you don't know how to install and setup the server...find one of the older tutorials and just replace the Server with this one!
:lol: Cheers! :drool:

oops used the same link twice..its fixed now!
 
Last edited:
Joined
Apr 27, 2008
Messages
667
Reaction score
124
Client is giving off load errors.. Untitled - Evo Client v308 and DevRev2 server! - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jul 22, 2013
Messages
19
Reaction score
1
worldserver crashes when client connects
how to fix this?
it has many errors
 
Newbie Spellweaver
Joined
Jul 22, 2013
Messages
19
Reaction score
1
managed to get pass that error
now its a client error
i log in and select a character
then im stuck in waiting
nothing else happens
 
Newbie Spellweaver
Joined
Jul 22, 2013
Messages
19
Reaction score
1
my error is in world server
fatal error could not execute query: unknown column 'nb_reborn' in 'field list'
 
Last of the OsRose Devs
Loyal Member
Joined
Oct 15, 2006
Messages
2,154
Reaction score
101
that kind of error is pretty minor. Just add the field to table 'characters'
 
Newbie Spellweaver
Joined
Jan 6, 2014
Messages
32
Reaction score
1
Just use the db animalcrackerz gived you in his release, then it will all be working fine
 
Newbie Spellweaver
Joined
Mar 10, 2009
Messages
11
Reaction score
0
So i've some problems to, First of all the huge list of error's when i start the World server the errors are about dropped items and can't find NPC's.
Then the world server seems to work after all the error's while i did nothing... I can create a character then i try to login and then the world server crashes...

Any help would be great.
 
Newbie Spellweaver
Joined
Jul 22, 2013
Messages
19
Reaction score
1
So i've some problems to, First of all the huge list of error's when i start the World server the errors are about dropped items and can't find NPC's.
Then the world server seems to work after all the error's while i did nothing... I can create a character then i try to login and then the world server crashes...

Any help would be great.
add me on skype ill fix it for you :)
skype is Can1703
 
Newbie Spellweaver
Joined
Nov 1, 2007
Messages
29
Reaction score
0
option client crash client ?
 
Last edited:
Last of the OsRose Devs
Loyal Member
Joined
Oct 15, 2006
Messages
2,154
Reaction score
101
So i've some problems to, First of all the huge list of error's when i start the World server the errors are about dropped items and can't find NPC's.
Then the world server seems to work after all the error's while i did nothing... I can create a character then i try to login and then the world server crashes...

Any help would be great.
Sounds familiar.
Make sure that 'is_pegasus' in database table 'list_config' is set to 0 otherwise it will not load any STB. AIP or QSD files from the 3DData folder. It will point to the 3DDataPeg folder instead and also do a lot of other weird stuff that will probably crash the server.
 
Newbie Spellweaver
Joined
Mar 10, 2009
Messages
11
Reaction score
0
Thanks Purpleyouko for trying to help me, but it was already set on 0. To confirm i have named my database roseon like this (http://forum.ragezone.com/f291/mega-guide-rose-server-setup-214355/) tutorial told me how to do, Also you must know this is my first time working with a Rose online server..

Ofcourse i used the server and client files on this post instead of the outdated files there. After i named it roseon i right clicked it and clicked on "Execute Batch File" like they told me and i took \DevRev_2\Database\database.SQL

If i did something wrong it would be great to tell me what and how to solve it.

Thanks!
 
Newbie Spellweaver
Joined
Jul 5, 2014
Messages
57
Reaction score
3
Hi,

Please post a screenshot of your worldserver so we can figure out what's your problem.
 
Newbie Spellweaver
Joined
Jul 5, 2014
Messages
57
Reaction score
3
Interesting.

I had the same problem with the rev 81 that PurpleYouko posted on another topic.

If i remember well, i've extracted the vfs from the client and put it on the server.

I think your problem is that there is an incompatibility with the 3DDATA files and the mysql data or the files under your 3DDATA are corrupted.

Try to extract the 3DDATA from the client and put it on your server and see if you get the same problem. Then erase your character to be sure that no corrupt items crash the server)

On the serverdir/bin/data, you should see a txt file that indicate the right client to use, be sure that you are using the right client.

(Note: Incorrect drop itemnum detected is not a big problem, just delete the entries)

Sorry about my answer, i''ve used arcturius more than osrose, but if you can't fix it by yourself i'll try to fix it for you
 
Last of the OsRose Devs
Loyal Member
Joined
Oct 15, 2006
Messages
2,154
Reaction score
101
from the posted log, the server is definitely NOT loading the STB, STL, AIP or QSD files
Code:
Thu Aug 07 20:31:17 2014 - Could not load STB '3DData\STB\LIST_NPC.STB'
Thu Aug 07 20:31:17 2014 - Could not load STB '3DData\STB\LIST_SKILL.STB'
Thu Aug 07 20:31:17 2014 - Could not load STB '3DData\STB\LIST_STATUS.STB'
Thu Aug 07 20:31:17 2014 - Could not load STB '3DData\STB\LIST_FACEITEM.STB'
Thu Aug 07 20:31:17 2014 - Could not load STB '3DData\STB\LIST_CAP.STB'
Thu Aug 07 20:31:17 2014 - Could not load STB '3DData\STB\LIST_BODY.STB'
Thu Aug 07 20:31:17 2014 - Could not load STB '3DData\STB\LIST_ARMS.STB'
Thu Aug 07 20:31:17 2014 - Could not load STB '3DData\STB\LIST_FOOT.STB'
Thu Aug 07 20:31:17 2014 - Could not load STB '3DData\STB\LIST_BACK.STB'
Thu Aug 07 20:31:17 2014 - Could not load STB '3DData\STB\LIST_JEWEL.STB'
Thu Aug 07 20:31:17 2014 - Could not load STB '3DData\STB\LIST_WEAPON.STB'
Thu Aug 07 20:31:17 2014 - Could not load STB '3DData\STB\LIST_SUBWPN.STB'
Thu Aug 07 20:31:17 2014 - Could not load STB '3DData\STB\LIST_USEITEM.STB'
Thu Aug 07 20:31:17 2014 - Could not load STB '3DData\STB\LIST_JEMITEM.STB'
Thu Aug 07 20:31:17 2014 - Could not load STB '3DData\STB\LIST_NATURAL.STB'
Thu Aug 07 20:31:17 2014 - Could not load STB '3DData\STB\LIST_QUESTITEM.STB'
Thu Aug 07 20:31:17 2014 - Could not load STB '3DData\STB\LIST_PAT.STB'
Thu Aug 07 20:31:17 2014 - Could not load STB '3DData\STB\LIST_PRODUCT.STB'
Thu Aug 07 20:31:17 2014 - Could not load STB '3DData\STB\LIST_SELL.STB'
Thu Aug 07 20:31:17 2014 - Could not load STB '3DData\STB\ITEM_DROP.STB'
Thu Aug 07 20:31:17 2014 - Could not load STB '3DData\STB\LIST_BREAK.STB'
Thu Aug 07 20:31:17 2014 - Could not load STB '3DData\STB\LIST_ZONE.STB'
Thu Aug 07 20:31:17 2014 - Could not load STB '3DData\STB\LIST_CLASS.STB'
Thu Aug 07 20:31:17 2014 - Could not load STB '3DData\STB\LIST_GRADE.STB'
Take a look in the Binary\3DData\STB folder of your server to see if any of the STBs are actually there.
If they are not then you need to extract them from the client's VFS and copy them into this folder
QSD needs to go into the Binary\3DData\Questdata folder
AIP into the Binary\3DData\AI folder
 
Back
Top