Jump to content
  • 0

How to compile old emulator for offline rathena server only


alexander03

Question


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.03
  • Content Count:  154
  • Reputation:   0
  • Joined:  01/03/20
  • Last Seen:  

Hello everyone ,anyone know how to compile old version of rathena like 2010 to 2013 version i have it my trunk, 

Anyone know what vs i need to compile and run server properly? Some people suggest use centos 6 ? Is centos 6 possible to download at this moment? Please help 

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1536
  • Reputation:   237
  • Joined:  08/03/12
  • Last Seen:  

4 hours ago, alexander03 said:

Hello everyone ,anyone know how to compile old version of rathena like 2010 to 2013 version i have it my trunk, 

Anyone know what vs i need to compile and run server properly? Some people suggest use centos 6 ? Is centos 6 possible to download at this moment? Please help 

depends.

can use windows and compile with visual studio, or compile with any other OS that supported at that time.

By the way, didnt recommend using old version rathena, for sure have outdated bugs that most probably private server players will spot on easily.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1188
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

7 hours ago, alexander03 said:

Hello everyone ,anyone know how to compile old version of rathena like 2010 to 2013 version i have it my trunk, 

Anyone know what vs i need to compile and run server properly? Some people suggest use centos 6 ? Is centos 6 possible to download at this moment? Please help 

use microsoft visual studio 2018

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.03
  • Content Count:  154
  • Reputation:   0
  • Joined:  01/03/20
  • Last Seen:  

On 10/29/2023 at 8:49 AM, Chaos92 said:

depends.

can use windows and compile with visual studio, or compile with any other OS that supported at that time.

By the way, didnt recommend using old version rathena, for sure have outdated bugs that most probably private server players will spot on easily.

Hmmmm but still there is centos 6 available to download? Do you have sir a link to download it free and safe? 

 

On 10/29/2023 at 10:54 AM, hendra814 said:

use microsoft visual studio 2018

This is like 2010 or 2013 rathena i think,are u try like that old compile pn vs2018 sir? 

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1536
  • Reputation:   237
  • Joined:  08/03/12
  • Last Seen:  

2 hours ago, alexander03 said:

Hmmmm but still there is centos 6 available to download? Do you have sir a link to download it free and safe? 

why must centos 6 ? theres a lot more OS that compatible to recompile.

Safe ? its old rathena, what u expect from outdated files, most probably full with bugs/issue that has been fixed before till now 2023.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.01
  • Content Count:  18
  • Reputation:   1
  • Joined:  10/27/22
  • Last Seen:  

14 hours ago, alexander03 said:

Hello everyone ,anyone know how to compile old version of rathena like 2010 to 2013 version i have it my trunk, 

Anyone know what vs i need to compile and run server properly? Some people suggest use centos 6 ? Is centos 6 possible to download at this moment? Please help 

I've been able to compile (and run the generated binaries) for old eAthena source files dated around 2007 or so using docker. I'm using an old Debian Etch EOL as the compile & run environment. The exact docker command is below:

docker run --rm -it --platform linux/386 --entrypoint bash -p 6900:6900 -p 5121:5121 -p 6121:6121 -v $(pwd):/eAthena debian/eol:etch-slim

A similar approach should work for rAthena source file from that era. Docker hub probably has a Centos 6 image that you can use directly, although finding and installing dependencies like mysql etc might be tricky.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...