Jump to content

4CrAM - 4th Class rAthena Mod


Rytech

Recommended Posts


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  292
  • Reputation:   46
  • Joined:  10/30/12
  • Last Seen:  

Wow! Good news and good work @Rytech

Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  319
  • Reputation:   198
  • Joined:  11/14/11
  • Last Seen:  

Today marks a good day for the project as all 4th jobs are now fully coded in with all their skills now fully functional. There's still a few small extras to do like bugs/issues and keeping up with rAthena merge updates but the project is pretty much done. Due to this ive decided to reduce the price now that the project's development is complete. The main post above has been updated to show the pricing details and faq's to those who are looking for a quick answer.

Im super thankful for the suppot ive gotten from the current buyers/supporters and without them this project wouldn't of been possible. Im looking to do other projects in the future for as long as the community continues to be supportive of my work.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.01
  • Content Count:  15
  • Reputation:   0
  • Joined:  01/20/21
  • Last Seen:  

Your one reason why rathena is the best emulator ever.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  55
  • Reputation:   4
  • Joined:  02/19/19
  • Last Seen:  

 @Rytech good job ❤️

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  410
  • Reputation:   29
  • Joined:  04/04/12
  • Last Seen:  

I was a huge fan of 3ceam back in the day, and even ran my server with it for it's entire life.  Happy to see you working on this!

Link to comment
Share on other sites

  • 5 months later...

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.01
  • Content Count:  28
  • Reputation:   1
  • Joined:  10/20/20
  • Last Seen:  

does Guild Emblem Works here?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   3
  • Joined:  12/30/15
  • Last Seen:  

On 1/24/2022 at 10:43 PM, Ryoma27 said:

does Guild Emblem Works here?

you have to make it work by yourself by installing rathena webservice
you can found it here Initial support for web service for newer clients by vstumpf · Pull Request #5731 · rathena/rathena · GitHub

  • Love 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.01
  • Content Count:  28
  • Reputation:   1
  • Joined:  10/20/20
  • Last Seen:  

4 hours ago, rayhanalka said:

you have to make it work by yourself by installing rathena webservice
you can found it here Initial support for web service for newer clients by vstumpf · Pull Request #5731 · rathena/rathena · GitHub

i'm using 2021-11-17rag exe, will this worked even theres no http emblem patch?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  924
  • Reputation:   166
  • Joined:  04/05/13
  • Last Seen:  

24 minutes ago, Ryoma27 said:

i'm using 2021-11-17rag exe, will this worked even theres no http emblem patch?

For 4th classes -> Just use latest rAthena. They're already merge 4CrAM into rAthena.

---

For guild emblem -> You need to research how to pull from other branch into your current branch. (Git)

Example: 

git pull https://github.com/vstumpf/rathena.git feature/webservice

After merged guild emblem -> You need to

1.) Import required .sql files for guild emblem.

2.) Config inter_athena for guild emblem.

3.) Config ExternalSettings_kr.lub for guild emblem. (See screenshot)

ex.JPG.8414935cec3171e62249314b4205afae.JPG

 

4.) For linux -> This is my used commands. (Execute it on server directory) (If anyone knew correct commands please post it.)

./configure --enable-web-service

cmake -G"Unix Makefiles" -DALLOW_SAME_DIRECTORY=ON -DINSTALL_TO_SOURCE=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo ..

cmake -DENABLE_WEB_SERVER=ON

make clean && make server

5.) For linux -> Added webserver to chmod

chmod a+x login-server && chmod a+x char-server && chmod a+x map-server && chmod a+x web-server && chmod a+x athena-start

./athena-start start

If it doesn't work please check out firewall and some other requirements from Secret's and vstumpf's.

Edited by Start_
  • Love 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.01
  • Content Count:  28
  • Reputation:   1
  • Joined:  10/20/20
  • Last Seen:  

On 1/26/2022 at 2:45 PM, Start_ said:

For 4th classes -> Just use latest rAthena. They're already merge 4CrAM into rAthena.

---

For guild emblem -> You need to research how to pull from other branch into your current branch. (Git)

Example: 

git pull https://github.com/vstumpf/rathena.git feature/webservice

After merged guild emblem -> You need to

1.) Import required .sql files for guild emblem.

2.) Config inter_athena for guild emblem.

3.) Config ExternalSettings_kr.lub (See screenshot)

ex.JPG.8414935cec3171e62249314b4205afae.JPG

 

If it doesn't work check out firewall and some other requirements from Secret's and vstumpf's.

Thanks i will try, Up for this Tutorial

Thanks for This tuts, now its Working! 

    Classes:
      All_Fourth: true

not working on latest rathena trunk, or in 4cram open

i changed All_fourth to Fourth and it works ,

Link to comment
Share on other sites

  • 1 year later...

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.01
  • Content Count:  42
  • Reputation:   3
  • Joined:  04/11/22
  • Last Seen:  

On 1/26/2022 at 3:45 AM, Start_ said:

For 4th classes -> Just use latest rAthena. They're already merge 4CrAM into rAthena.

---

For guild emblem -> You need to research how to pull from other branch into your current branch. (Git)

Example: 

git pull https://github.com/vstumpf/rathena.git feature/webservice

After merged guild emblem -> You need to

1.) Import required .sql files for guild emblem.

2.) Config inter_athena for guild emblem.

3.) Config ExternalSettings_kr.lub for guild emblem. (See screenshot)

ex.JPG.8414935cec3171e62249314b4205afae.JPG

 

4.) For linux -> This is my used commands. (Execute it on server directory) (If anyone knew correct commands please post it.)

./configure --enable-web-service

cmake -G"Unix Makefiles" -DALLOW_SAME_DIRECTORY=ON -DINSTALL_TO_SOURCE=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo ..

cmake -DENABLE_WEB_SERVER=ON

make clean && make server

5.) For linux -> Added webserver to chmod

chmod a+x login-server && chmod a+x char-server && chmod a+x map-server && chmod a+x web-server && chmod a+x athena-start

./athena-start start

If it doesn't work please check out firewall and some other requirements from Secret's and vstumpf's.

 

Hello there! thank you for this!!!

Could you also point what *.sql files for guild emblem I need? I can't find anytyhing inside /sql-files in rathena repo!

Thanks again!!! 🙂 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  924
  • Reputation:   166
  • Joined:  04/05/13
  • Last Seen:  

2 hours ago, zeusc137 said:

 

Hello there! thank you for this!!!

Could you also point what *.sql files for guild emblem I need? I can't find anytyhing inside /sql-files in rathena repo!

Thanks again!!! 🙂 

Also nowaday rAthena already did the work for you.

No need my tutorial just use latest rAthena git. It's had Guild Emblem system embeded on it. (Make sure you changed IP on luafile)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  1167
  • Reputation:   159
  • Joined:  06/12/12
  • Last Seen:  

On 7/29/2023 at 6:30 PM, zeusc137 said:

 

Hello there! thank you for this!!!

Could you also point what *.sql files for guild emblem I need? I can't find anytyhing inside /sql-files in rathena repo!

Thanks again!!! 🙂 

check guide at this link click

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.01
  • Content Count:  42
  • Reputation:   3
  • Joined:  04/11/22
  • Last Seen:  

On 7/31/2023 at 4:48 AM, hendra814 said:

check guide at this link click

Hey! Thanks for that! However I was not able to find this ExternalSettings file ( I asked ChatGPT too, but maybe this is Client side?)

Could you also help me find this one? Thanks! ❤️

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  1167
  • Reputation:   159
  • Joined:  06/12/12
  • Last Seen:  

5 hours ago, zeusc137 said:

Hey! Thanks for that! However I was not able to find this ExternalSettings file ( I asked ChatGPT too, but maybe this is Client side?)

Could you also help me find this one? Thanks! ❤️

 

check in data folder or GRF at this path data\luafiles514\lua files\service_korea

  • Love 1
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
Reply to this topic...

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