andrew0960 Posted October 5, 2016 Group: Members Topic Count: 21 Topics Per Day: 0.01 Content Count: 37 Reputation: 0 Joined: 09/21/16 Last Seen: January 10, 2019 Share Posted October 5, 2016 Hey, i was just trying to test if someone uses @at, and if i restart the server, would the @at player reopen the shop. so, this is what i got " vending_reopen: (Error:2) Load failed for autotrader 'Admin01' (CID=150015/AID=2000000) " Apparently it can be reopen, but somehow it failed on my server. Can anyone help me on this? how do i make it work! pls help! anyone know why my autotrade player cant login after the server restart? Quote Link to comment Share on other sites More sharing options...
0 anacondaq Posted October 5, 2016 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Share Posted October 5, 2016 Hey, i was just trying to test if someone uses @at, and if i restart the server, would the @at player reopen the shop. so, this is what i got " vending_reopen: (Error:2) Load failed for autotrader 'Admin01' (CID=150015/AID=2000000) " Apparently it can be reopen, but somehow it failed on my server. Can anyone help me on this? how do i make it work! pls help! anyone know why my autotrade player cant login after the server restart? this is old bug, very old bug... Solutions how to fix: update to the latest rAthena. Quote Link to comment Share on other sites More sharing options...
0 andrew0960 Posted October 6, 2016 Group: Members Topic Count: 21 Topics Per Day: 0.01 Content Count: 37 Reputation: 0 Joined: 09/21/16 Last Seen: January 10, 2019 Author Share Posted October 6, 2016 Hey, i was just trying to test if someone uses @at, and if i restart the server, would the @at player reopen the shop. so, this is what i got " vending_reopen: (Error:2) Load failed for autotrader 'Admin01' (CID=150015/AID=2000000) " Apparently it can be reopen, but somehow it failed on my server. Can anyone help me on this? how do i make it work! pls help! anyone know why my autotrade player cant login after the server restart? this is old bug, very old bug... Solutions how to fix: update to the latest rAthena. i'm sorry, my question may be very dumb.. but... how do i update my rathena? do i need to make changes to my original settings? Quote Link to comment Share on other sites More sharing options...
0 anacondaq Posted October 6, 2016 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Share Posted October 6, 2016 Hey, i was just trying to test if someone uses @at, and if i restart the server, would the @at player reopen the shop. so, this is what i got " vending_reopen: (Error:2) Load failed for autotrader 'Admin01' (CID=150015/AID=2000000) " Apparently it can be reopen, but somehow it failed on my server. Can anyone help me on this? how do i make it work! pls help! anyone know why my autotrade player cant login after the server restart? this is old bug, very old bug... Solutions how to fix: update to the latest rAthena. i'm sorry, my question may be very dumb.. but... how do i update my rathena? do i need to make changes to my original settings? I cannot tell you just answer, it depends on many factors. Please read some information about GIT and version controlling, and keep seperate master branch your development branch. If summarize you shoul have something like: git branch: - master -> rAthena default branch, you should keep it without any changes - development -> your branch where you are doing some changes related to your game-server. So, final logic of updating to latest rAthena revision will be in next: 1. You should use git pull origin/master to get latest changes from rAthena branch to your master branch. 2. Then, you switching to your "development" branch (you can name as like you wish). And then git merge master (merging) all changes from master one, and fixing conflicts. Here is good guide how to use git: http://ndpsoftware.com/git-cheatsheet.html http://blog.thoughtram.io/git/rebase-book/2015/02/10/understanding-branches-in-git.html http://nvie.com/posts/a-successful-git-branching-model/ Quote Link to comment Share on other sites More sharing options...
0 andrew0960 Posted October 8, 2016 Group: Members Topic Count: 21 Topics Per Day: 0.01 Content Count: 37 Reputation: 0 Joined: 09/21/16 Last Seen: January 10, 2019 Author Share Posted October 8, 2016 (edited) Hey, i was just trying to test if someone uses @at, and if i restart the server, would the @at player reopen the shop. so, this is what i got " vending_reopen: (Error:2) Load failed for autotrader 'Admin01' (CID=150015/AID=2000000) " Apparently it can be reopen, but somehow it failed on my server. Can anyone help me on this? how do i make it work! pls help! anyone know why my autotrade player cant login after the server restart? this is old bug, very old bug... Solutions how to fix: update to the latest rAthena. i'm sorry, my question may be very dumb.. but... how do i update my rathena? do i need to make changes to my original settings? I cannot tell you just answer, it depends on many factors. Please read some information about GIT and version controlling, and keep seperate master branch your development branch. If summarize you shoul have something like: git branch: - master -> rAthena default branch, you should keep it without any changes - development -> your branch where you are doing some changes related to your game-server. So, final logic of updating to latest rAthena revision will be in next: 1. You should use git pull origin/master to get latest changes from rAthena branch to your master branch. 2. Then, you switching to your "development" branch (you can name as like you wish). And then git merge master (merging) all changes from master one, and fixing conflicts. Here is good guide how to use git: http://ndpsoftware.com/git-cheatsheet.html http://blog.thoughtram.io/git/rebase-book/2015/02/10/understanding-branches-in-git.html http://nvie.com/posts/a-successful-git-branching-model/ ok! i think i updated it but the same problem happened... so what i did was that i downloaded tortoise and used this https://github.com/rathena/rathena/trunkas the url then i checked out in my folder, and then i updated again by right clck the rathena folder. did i update it right? cuz i still cant reopen my autovender sry...im still learning . bump! pls help!!!!! anyone?? Edited October 8, 2016 by andrew0960 Quote Link to comment Share on other sites More sharing options...
Question
andrew0960
Hey, i was just trying to test if someone uses @at, and if i restart the server, would the @at player reopen the shop.
so, this is what i got
" vending_reopen: (Error:2) Load failed for autotrader 'Admin01' (CID=150015/AID=2000000) "
Apparently it can be reopen, but somehow it failed on my server. Can anyone help me on this? how do i make it work!
pls help! anyone know why my autotrade player cant login after the server restart?
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.