Jump to content
  • 0

How To Keep Cart On Player


Checkmate

Question


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

Hello rA Community...


Prob is when i do x restart server all cart on vending character was GONE

So player need to get it back from Rental NPC.

 

How to solve that kind of problem?..?

 

It is was source error,or database error...
Or did it really need to fix something... @.@



BUMP!
I hoping someone can come and solve this... ++"

Link to comment
Share on other sites

12 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  75
  • Reputation:   3
  • Joined:  04/12/13
  • Last Seen:  

+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:  

Bump!
Anyone??..??

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  178
  • Reputation:   16
  • Joined:  06/25/12
  • Last Seen:  

maybe you're missing a column in SQL that records whether a player has cart or not :), other than that try to check your map server if it "spews" an error when a cart is being rented

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

or if you have a anti bot script that will execute a Freeze? or Berserk every login

Edited by TrojanWorm
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  103
  • Reputation:   1
  • Joined:  06/26/13
  • Last Seen:  

Go to Status.C

 

Find :

//Stuff that cannot be removed

Add Below :

case SC_CURSEDCIRCLE_ATKER:
case SC_CURSEDCIRCLE_TARGET:
~> case SC_PUSH_CART:
 

- Don't forget to recompile it. 
 
PS : If i'm not mistaken lighta already fixed this issue try to browse changeset on ratheatrac sometimes.

Edited by Noire
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:  

 

Noire

Go to Status.C

 

Find :

//Stuff that cannot be removed

Add Below :

case SC_CURSEDCIRCLE_ATKER:

case SC_CURSEDCIRCLE_TARGET:

~> case SC_PUSH_CART:

 

- Don't forget to recompile it. 

 

PS : If i'm not mistaken lighta already fixed this issue try to browse changeset on ratheatrac sometimes.

 

 

It already in status.c

 

 

TrojanWorm
or if you have a anti bot script that will execute a Freeze? or Berserk every login

I already turn off anti bot... but its ok... itry double check it again... ^ ^ 

 

 

 

chowking
maybe you're missing a column in SQL that records whether a player has cart or not  :), other than that try to check your map server if it "spews" an error when a cart is being rented

MIssing column in sql...??..??

Can explained more detailed..

In map server did not show any error when cart being rented...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  103
  • Reputation:   1
  • Joined:  06/26/13
  • Last Seen:  

What SVN revision are you using ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  491
  • Reputation:   19
  • Joined:  11/19/11
  • Last Seen:  

What SVN revision are you using ?

 

same question  /no1  and what are you using client??

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

Same problem with me.. r17227

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:  

Sry late rply... 

My laptop was lag a little... ^ ^(too much apps open) xD

 

It was 

rAthena Version SVN r17424

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  103
  • Reputation:   1
  • Joined:  06/26/13
  • Last Seen:  

Sry late rply... 

My laptop was lag a little... ^ ^(too much apps open) xD

 

It was 

rAthena Version SVN r17424

It was fixed already, refer to this http://trac.rathena.org/changeset/17292/rathena.

So maybe your client has the problem.

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:  

OK.. i will try look forward for that... Thanks All..

Im really2 appreciate ^ ^ 

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