Checkmate Posted August 16, 2014 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Share Posted August 16, 2014 (edited) Hye all...Like title says... I do know how to update using this link and implemented it on server..https://github.com/rathena/rathena/commits/master Can someone teach me how to update this or this need to be update one by one?..?**Btw it is posisble to make auto update rathena database??** Edited August 16, 2014 by CheckMate Quote Link to comment Share on other sites More sharing options...
THPO Posted August 16, 2014 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 45 Reputation: 7 Joined: 08/15/14 Last Seen: May 8, 2020 Share Posted August 16, 2014 you just need to add them on src folder and compile after are you going to do this on Windows? just open the mentioned file for example: as seen on the image above it points to battle.c you just need to open battle.c on a text editor preferably Notepad++ then find the mention line: 4014 //The following are applied on top of current damage and are stackable. now below the fixes you see + sign this means you need to add those lines (additional lines) below 4014 and 4015 line. after you add the line you need to remove + because this are not read by the compiler.. but if you know how to apply patch using .diff file then your good to go you pull diff on SVN Version but I'm not sure how to do that on GIT. HTH.. 1 Quote Link to comment Share on other sites More sharing options...
Checkmate Posted August 16, 2014 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Author Share Posted August 16, 2014 you just need to add them on src folder and compile after are you going to do this on Windows? just open the mentioned file for example: tut001.png as seen on the image above it points to battle.c you just need to open battle.c on a text editor preferably Notepad++ then find the mention line: 4014 //The following are applied on top of current damage and are stackable. now below the fixes you see + sign this means you need to add those lines (additional lines) below 4014 and 4015 line. after you add the line you need to remove + because this are not read by the compiler.. but if you know how to apply patch using .diff file then your good to go you pull diff on SVN Version but I'm not sure how to do that on GIT. HTH.. The standard use it to make it one by one... hahahahha Knew it.. But using git i mean diff... Hurmmm that must be more hard is it? Quote Link to comment Share on other sites More sharing options...
THPO Posted August 16, 2014 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 45 Reputation: 7 Joined: 08/15/14 Last Seen: May 8, 2020 Share Posted August 16, 2014 yes as I'm not sure how to pull diff from GIT.. but that's better applying diff patch and much easier. Quote Link to comment Share on other sites More sharing options...
Checkmate Posted August 16, 2014 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Author Share Posted August 16, 2014 yes as I'm not sure how to pull diff from GIT.. but that's better applying diff patch and much easier. Yap... it just all in one .. But some ppl encounter and error by updating this.. Maybe that was thier client side problem.. ^ ^ Quote Link to comment Share on other sites More sharing options...
Question
Checkmate
Hye all...
Like title says... I do know how to update using this link and implemented it on server..
https://github.com/rathena/rathena/commits/master
Can someone teach me how to update this or this need to be update one by one?..?
Edited by CheckMate**Btw it is posisble to make auto update rathena database??**
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.