Jump to content

Recommended Posts

  • 2 months later...
Posted

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
  • 1 month later...
  • 5 months later...
Posted (edited)
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
Posted
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 ,

  • 1 year later...
Posted
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!!! 🙂 

Posted
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)

Posted
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

Posted
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! ❤️

 

Posted
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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...