Jump to content
  • 0

cart # 9


nazdecoco

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  01/10/13
  • Last Seen:  

sorry if this is a wrong section,,

 

how can i remove the cart #9??

 

or how to edit the change cart skill ranging from 1-4?? and disable #5-9

 

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  87
  • Topics Per Day:  0.02
  • Content Count:  1335
  • Reputation:   932
  • Joined:  10/26/11
  • Last Seen:  

Wrong section!  *Moved from Graphics Support*.

 

Actually there is an automatic check if you are using the correct client version to use the extra carts. But if you want to change it manually  open:

 

trunk/src/config/const.h:

 

Find:

 

 
/* Feb 1st 2012 */
#if PACKETVER >= 20120201
    #define NEW_CARTS
    #define MAX_CARTS 9
#else
    #define MAX_CARTS 5
#endif

 

 

Replace:

 

 
/* Feb 1st 2012 */
#if PACKETVER >= 20120201
    #define NEW_CARTS
    #define MAX_CARTS 5
#else
    #define MAX_CARTS 5
#endif

 

 

Recompile your server.... This is to allow 5 carts, I believe this is the correct value instead of "4" that you said at first? Otherwise give a try with max 4, but I'm not sure if this is a good idea.

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