Jump to content
  • 0

How to update all this into server?..?


Checkmate

Question


  • Group:  Members
  • Topic Count:  96
  • Topics Per Day:  0.02
  • Content Count:  554
  • Reputation:   14
  • Joined:  09/24/12
  • Last Seen:  

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 by CheckMate
Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  45
  • Reputation:   7
  • Joined:  08/15/14
  • Last Seen:  

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:

post-28248-0-34270700-1408182463_thumb.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..

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  96
  • Topics Per Day:  0.02
  • Content Count:  554
  • Reputation:   14
  • Joined:  09/24/12
  • Last Seen:  

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:

attachicon.giftut001.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?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  45
  • Reputation:   7
  • Joined:  08/15/14
  • Last Seen:  

yes as I'm not sure how to pull diff from GIT.. but that's better applying diff patch and much easier.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  96
  • Topics Per Day:  0.02
  • Content Count:  554
  • Reputation:   14
  • Joined:  09/24/12
  • Last Seen:  

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

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