so anyone here can share the full tutorial on how to setup raiderz server?
so anyone here can share the full tutorial on how to setup raiderz server?
im not familiar with these one,i just wanna try it out man. can you pm me how? :)
Hello, I finish download the source code, I installed visual studio professional english 2008 + sp1, for regex problem. I have others erros, I dont know change encode for caracters korean,
Error 7 error C2196: case value '192' already used d:\Juegos\MaiteSDK-Client\RaiderZ_RAGEZONE.com\Develop\CSCommon\source\FSContext.cpp 105 CSCommon
hi,thanks for share the source code,I have successfully compiled,now i get log in,master,app,gameserver.exes,but i don't have server resource and database some like as the same version,anyone can help me ? I get some server resource by forums,it can run right but can't run my exes. So, Who can help me? thanks.
some screenshot
I replace that file is run, the client can not connect to the server, client, I am also using compiled.The compiled client can modify the command line successfully connected to the server on the old version of the forum.Some features are not normal, such as the use of skills, just enter the map only.I think this is a resource version of the server does not match the problem.Please give me some help, thank you.I will share the things I know.
Hi In GameServer, Logic Game, I find this class for change exp
you think is exp server?class GExpSystem
{
public:
virtual bool RewardExpByNPCKill(const vector<GEntityPlayer*>& vecSameServerBeneficiary, int nAllBeneficiaryCount, GNPCInfo* pNPCInfo);
void AddExp(GEntityPlayer* pPlayer, int nEXP, int nNpcID);
void AddExpForDB(GEntityPlayer* pPlayer, int nEXP);
void RouteAddExp(GEntityPlayer* pPlayer, int nEXP);
I think is this method, I am testing now GExpCalculator::CalcXPFromNPC
It worked, But I am in level 25 now haha much exp change
Last edited by eminemma; 17-01-13 at 07:31 PM.
Ok first of all great great post, but unfortunately this got out for the public. But now that is out this could be a starting point for many great things, learning porposes, etc... Well my problem is that i'm not familiar with VC at all. And like many people having a hard time compiling it, so what i wan't to ask to this community if like other threads here, someone can make an easy guide to compile and make it work, or and VM image of a ready to go server. Please don't start pointing fingers to me and say stuff like "Go learn C first". I work with java for awhile, but VC never tried. Thank's in advance and please if you answer this post be polite, I'm just asking for help, no one is obligated to do so... Regards and Thank you Once again
Wat this should of been my release with gunz 2 or CMB's release as hes spent many of hours on it.
oh well.
Last edited by Dawson; 22-01-13 at 02:50 PM.
Hi,
I have a few questions about the possibility of changing the game/server.
like:
Game mechanics - spells, movements control, talent system and etc. is there any tools for it?
Game design - adding new characters, items, and also changing the environment and game world.. Is there maybe a world editor for this or maybe another solution to do this?
In short is it possible to use this to create almost entirly another game out of it, but of course still MMORPG...
The spells and talents are almost all entirely written via lua. You can use the development tools to help write the lua, or write it by hand.
The map is made with their mapping tool and lots of ELU files, you can make / export ELU's out of 3dsmax.
Game design such as characters, portals to new zones, items are all LUA based, with ELU models as well.
Having issues compiling the gameserver. 'regex' no file or directry? any ideas?
Although the programmer did not intend to change B at all, B's value has now been replaced by a number formed from part of the character string. In this example, on a big-endian system that uses ASCII, "e" followed by a zero byte would become the number 25856. If B was the only other variable data item defined by the program, writing an even longer string that went past the end of B could cause an error such as a segmentation fault, terminating the process.
Got lots of errors when complie the game.sln and *_app.sln, I'm using VS2012, hope someone can make a complie guide for this source, then we can start to host and learn the source easier, I'm zero exp on c++...