monody0093 Posted April 14, 2022 Group: Members Topic Count: 6 Topics Per Day: 0.01 Content Count: 17 Reputation: 0 Joined: 04/01/22 Last Seen: January 8 Share Posted April 14, 2022 (edited) can someone help me about this issue? I'm stuck after I respawn I cant walk but I can buff and heal up and needs reconnecting. Edited April 14, 2022 by monody0093 Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted April 14, 2022 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 11 hours ago Share Posted April 14, 2022 (edited) Use latest rAthena, they already fix it. Edited April 14, 2022 by Start_ 1 Quote Link to comment Share on other sites More sharing options...
0 funtwocrasher Posted April 21, 2022 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 143 Reputation: 4 Joined: 06/17/12 Last Seen: August 6, 2024 Share Posted April 21, 2022 Any fix on how to update to latest rAthena? Or specific file to update? I have my server running. On 4/14/2022 at 11:10 PM, Start_ said: Use latest rAthena, they already fix it. Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted April 21, 2022 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 11 hours ago Share Posted April 21, 2022 Use 'git pull' command. Or if you using Github Desktop just hit fetch and pull on rAthena reposity. Quote Link to comment Share on other sites More sharing options...
0 funtwocrasher Posted April 21, 2022 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 143 Reputation: 4 Joined: 06/17/12 Last Seen: August 6, 2024 Share Posted April 21, 2022 7 hours ago, Start_ said: Use 'git pull' command. Or if you using Github Desktop just hit fetch and pull on rAthena reposity. It wont affect my files in conf, src and npc? I already made some changes. The last time I git pull, all files were replaced by new ones. Quote Link to comment Share on other sites More sharing options...
0 Playtester Posted April 22, 2022 Group: Developer Topic Count: 37 Topics Per Day: 0.01 Content Count: 896 Reputation: 248 Joined: 01/30/13 Last Seen: Monday at 01:58 PM Share Posted April 22, 2022 (edited) @funtwocrasher I strongly recommend that you set up your server in a way you can always update rAthena without merging trouble. That way you can always stay up-to-date on all the fixes without much effort. For conf/db changes, you only need to make sure to use the import folder for your changes instead of the files themselves. Those folders are set to be ignored by git so your changes are safe there. SRC/NPC changes are part of the git repository, it's a bit more tricky there, it depends a little bit on how you apply your customization. If you are like me and just edit the files directly, but not check them in at all, not even locally (kinda risky), then you need to call "Stash changes" (I'm using Tortoise Git) first, this will remove all your custom changes temporarily and put them into a stash. Then you can just call "Pull" which will update your base files to the latest rAthena (assuming you are still on the master branch). Afterwards just call "Stash pop" that puts your custom changes back in. Sometimes if you changed something that was also updated on rAthena you will have to do a merge and decide what changes to keep / adjust. If you commit your changes into your local respository then as far as I know you can just call Pull directly and it will automatically merge it. If you have your own branch you need to select yourself that you want to merge master into your branch. Not too familiar with that process though. If are really scared of losing your changes, you could also just copy your whole rathena folder as a backup before you pull. Then you can restore lost changes by moving files from the backup back into the main folder. Or to keep a better overview, just backup the files you actually changed. Hope this helps. Edited April 22, 2022 by Playtester Quote Link to comment Share on other sites More sharing options...
Question
monody0093
can someone help me about this issue? I'm stuck after I respawn I cant walk but I can buff and heal up and needs reconnecting.
Edited by monody0093Link to comment
Share on other sites
5 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.