Page 16 of 17

Re: Dev-Rev4 Updates

PostPosted: Sat Nov 01, 2014 12:01 pm
by raventrix
PurpleYouko wrote:There are two possibilities.

1) The valor points are only showing in the client and are never added at all in the server. You would have to find where the valor points are added to the player in the code. It should be in QuestActions.cpp as that is where quest rewards are given


I cant find the QuestActions.cpp PY. I dont if they rename it or what.

PurpleYouko wrote:2) The valor points are not being saved to the database. Need to look at the queries in the save function. I don't even know if the database contains a field to hold valor points. I never worked on that part of the server on this project.


Dont have any idea of the save function's location. BTW we have valor points field in the DB.

Re: Dev-Rev4 Updates

PostPosted: Fri Jul 31, 2015 10:39 am
by harem
i use this dev, and valor and honor point have fixed.
add a int in stats struct and give name as int valor; int honor;
then in questactions.cpp on QUESTREWD(003) add in switch (curAbil->iType) case 82;
if(!OperateValues<int>(curAbil->btOp, client->Stats->valor, curAbil->iValue))
then send valor point info to client..
do same act in case 81; (honor point)

Re: Dev-Rev4 Updates

PostPosted: Thu Nov 19, 2015 4:41 pm
by MightyKai
do we still have a download(svn) for dev rev 4? inc updates?

thanks

Re: Dev-Rev4 Updates

PostPosted: Fri Nov 20, 2015 9:13 am
by Daemon
Do someone have the client that should be used with this server files?

Re: Dev-Rev4 Updates

PostPosted: Thu Dec 31, 2015 10:17 am
by envision4
I can't seem to access the files from this link https://subversion.assembla.com/svn/dev-rev4/

Re: Dev-Rev4 Updates

PostPosted: Thu Dec 31, 2015 9:47 pm
by Dibella
envision4 wrote:I can't seem to access the files from this link https://subversion.assembla.com/svn/dev-rev4/


Hey,
As far as I know this svn is dead, however there are DEV 4 files available.

Credits to AnimalCrackerz.
http://forum.dev-osrose.com/viewtopic.php?f=18&t=5733

Regards,
Dibella

Re: Dev-Rev4 Updates

PostPosted: Mon Jan 04, 2016 3:32 pm
by PurpleYouko
A lot of these repos were hosted on google who have now stopped running their code host service.

Re: Dev-Rev4 Updates

PostPosted: Tue Apr 05, 2016 8:55 am
by Nikolas
Hello!
Who can give or download Dev-Rev 4?
Where not searched everywhere dead links (((

Re: Dev-Rev4 Updates

PostPosted: Tue Apr 05, 2016 6:32 pm
by Dibella
Nikolas wrote:Hello!
Who can give or download Dev-Rev 4?
Where not searched everywhere dead links (((


Hey,

I suggest checking this thread, its download are still online and I have restored the other broken links.
Credits to AnimalCrackerz

viewtopic.php?f=18&t=5733

Regards,
Dibella

Re: Dev-Rev4 Updates

PostPosted: Wed Apr 06, 2016 6:34 am
by Nikolas
thanks for the help!