Checkmate Posted August 16, 2014 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
THPO Posted August 16, 2014 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
Checkmate Posted August 16, 2014 Author 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
THPO Posted August 16, 2014 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
Checkmate Posted August 16, 2014 Author 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
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??**
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.