Jump to content
  • 0

@at, reopen problem! pls take a look!


andrew0960

Question


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.01
  • Content Count:  37
  • Reputation:   0
  • Joined:  09/21/16
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  1096
  • Reputation:   348
  • Joined:  02/26/12
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.01
  • Content Count:  37
  • Reputation:   0
  • Joined:  09/21/16
  • Last Seen:  

 

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?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  1096
  • Reputation:   348
  • Joined:  02/26/12
  • Last Seen:  

 

 

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/

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.01
  • Content Count:  37
  • Reputation:   0
  • Joined:  09/21/16
  • Last Seen:  

 

 

 

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