RaiderZ Source Code / Maiet SDK and Client

Page 6 of 10 FirstFirst 12345678910 LastLast
Results 76 to 90 of 140
  1. #76
    Good to be back. jyap1021 is offline
    MemberRank
    Feb 2009 Join Date
    HellLocation
    787Posts

    Re: RaiderZ Source Code / Maiet SDK and Client

    so anyone here can share the full tutorial on how to setup raiderz server?

  2. #77
    Ancient One cmb is offline
    DeveloperRank
    Mar 2007 Join Date
    1,035Posts

    Re: RaiderZ Source Code / Maiet SDK and Client

    Quote Originally Posted by jyap1021 View Post
    so anyone here can share the full tutorial on how to setup raiderz server?
    these files are some of the easiest I have ever set up, just use your brain, and if you can't set it up then obviously this sorta stuff isnt for you.

  3. #78
    Good to be back. jyap1021 is offline
    MemberRank
    Feb 2009 Join Date
    HellLocation
    787Posts

    Re: RaiderZ Source Code / Maiet SDK and Client

    im not familiar with these one,i just wanna try it out man. can you pm me how? :)

  4. #79
    Enthusiast eminemma is offline
    MemberRank
    Jul 2011 Join Date
    29Posts

    Re: RaiderZ Source Code / Maiet SDK and Client

    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

  5. #80
    Apprentice gig is offline
    MemberRank
    Jul 2011 Join Date
    8Posts

    Re: RaiderZ Source Code / Maiet SDK and Client

    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.

  6. #81
    Apprentice gig is offline
    MemberRank
    Jul 2011 Join Date
    8Posts

    Re: RaiderZ Source Code / Maiet SDK and Client

    some screenshot
    rz.jpg
    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.

  7. #82
    Enthusiast eminemma is offline
    MemberRank
    Jul 2011 Join Date
    29Posts

    Re: RaiderZ Source Code / Maiet SDK and Client

    Hi In GameServer, Logic Game, I find this class for change exp

    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);
    you think is exp server?

    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.

  8. #83
    Enthusiast FDanielC25 is offline
    MemberRank
    Jan 2013 Join Date
    41Posts

    Re: RaiderZ Source Code / Maiet SDK and Client

    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

  9. #84
    Enthusiast eminemma is offline
    MemberRank
    Jul 2011 Join Date
    29Posts

    Re: RaiderZ Source Code / Maiet SDK and Client

    I have this error when i can enter in the world, I dont know why??, I think my database is different for this compilation.
    Look. Can you help me? My skill in c++ is very poor.
    Thx Emma
    error_server.png

  10. #85
    igunz.net Dawson is offline
    LegendRank
    Feb 2010 Join Date
    ::1 (Canada BC)Location
    2,581Posts

    Re: RaiderZ Source Code / Maiet SDK and Client

    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.

  11. #86
    Apprentice karl123nr is offline
    MemberRank
    Jan 2013 Join Date
    10Posts

    Re: RaiderZ Source Code / Maiet SDK and Client

    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...

  12. #87
    igunz.net Dawson is offline
    LegendRank
    Feb 2010 Join Date
    ::1 (Canada BC)Location
    2,581Posts

    Re: RaiderZ Source Code / Maiet SDK and Client

    Quote Originally Posted by karl123nr View Post
    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.

  13. #88
    Apprentice Taric is offline
    MemberRank
    Feb 2012 Join Date
    7Posts

    Re: RaiderZ Source Code / Maiet SDK and Client

    Having issues compiling the gameserver. 'regex' no file or directry? any ideas?

  14. #89
    Gamma 404 is offline
    MemberRank
    Jul 2007 Join Date
    3,143Posts

    Re: RaiderZ Source Code / Maiet SDK and Client

    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.

  15. #90
    Member quakerv is offline
    MemberRank
    Sep 2007 Join Date
    87Posts

    Re: RaiderZ Source Code / Maiet SDK and Client

    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++...



Advertisement