Jump to content
  • 0

How To Keep Cart On Player


Question

Posted

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

12 answers to this question

Recommended Posts

Posted

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

Posted (edited)

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
Posted

 

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...