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!

Recent content by Raven0123

  1. Raven0123

    [ROSE Online] Source Server + Client Source Code + Tools + Database

    For those who are wondering, this is the EVO Rose source code.
  2. Raven0123

    Does anyone know develop rose?

    The people who know how to work on rose, do not usually check up on this forum.
  3. Raven0123

    SHO_LS Crashes

    You're missing the tblWS_VAR table in the database. You kinda need that to login to the game server
  4. Raven0123

    [Arcturus - how to] Buff party on summoned allies

    On the server everything is contained in the DLL files. The exe's that you use to run the servers do nothing other then call 4 functions to start the servers and to show you the output. For buffing summons, you will need to modify BOTH the trose.exe and SHO_GS.DLL to get the effect your looking...
  5. Raven0123

    [Arcturus - how to] No level restriction on drops

    What you want to do is : 1005C55D 837D 08 00 CMP DWORD PTR SS:[EBP+8],0 1005C561 7D 09 JGE SHORT SHO_GS_1.1005C56C 1005C563 C745 08 00000000 MOV DWORD PTR SS:[EBP+8],0 1005C56A EB 0D JMP SHORT SHO_GS_1.1005C579 1005C56C 90 NOP 1005C570 90 NOP You might want to NOP 1005C563 C745 08 00000000...
  6. Raven0123

    [Arcturus - how to] No level restriction on drops

    It would be SHO_GS. That handles all of the ingame stuff. LS is for logging in and WS handles character select, clan chat, and some other stuff like whispers and such
  7. Raven0123

    Duplicated Error Arcturus IRose.

    That means that the player tried to add the same exact item to the trade window twice. Which shouldn't be possible because if it was, it would result in a duplicated item.
  8. Raven0123

    Old Arcturus Files, Unencrypted, No Arua Guard Necessary

    When you say encrypted what are you talking about? You don't need any guard system or anything for them. Just the client exe that was provided.
  9. Raven0123

    Developping an iROSE server... not just running it bur developping it

    Master only gets commits on a milestone release. Trunk is where most of the newest features live. typically we branch off trunk to add a big new feature or to change some core function. Once the character branch gets merged into trunk we will be able to get into the map server.
  10. Raven0123

    Developping an iROSE server... not just running it bur developping it

    Well it depends on what you want. The only complete server is Arcturus. osirose 1 works but is not developed anymore and highly unstable. osirose 2, which the link is in my sig, is not ready to play the game with but is very stable and will offer a lot of customization when completed. We just...
  11. Raven0123

    Acturus files New features

    I have an update on the client freeze on channel select. I ran into the issue while working on osirose 2 and it will require a TRose.exe update. I will post the update when I can (should be in ~8 hours).
  12. Raven0123

    packet header enc. for current SHO release or uses by Clash Rose Server & Client

    Re: packet header enc. for current SHO release or uses by Clash Rose Server & Client That's the password for the server to server connections. If you change that, you wouldn't be able to use any other server files with your server files. So for example, you couldn't use your game server with...
  13. Raven0123

    packet header enc. for current SHO release or uses by Clash Rose Server & Client

    Re: packet header enc. for current SHO release or uses by Clash Rose Server & Client I think hes talking about the SHO files I released.
  14. Raven0123

    Raven how i fix this?

    That's because I fixed the bug where it would use the incorrect IP address. Just change your external server listen ip to be local.
  15. Raven0123

    Suggest VS version for arcturus

    The files used visual studio 2005, but as shido said you can use 2010 after fixing compile errors. Some of the errors include std function name changes and incorrect library names.
Back
Top