Jump to content

Question

Posted

how can i set the cart number? for example

 

Cart 1

Cart 2

Until Cart 5 only?

 

cos some of my players are countering errors about it? any help i really need it thanks!

2 answers to this question

Recommended Posts

Posted

Try this; trunk/src/map/clif.c

Find and Remove:

#ifdef NEW_CARTS
	if( (type == 5 && sd->status.base_level > 90) ||
	    (type == 4 && sd->status.base_level > 80) ||
	    (type == 3 && sd->status.base_level > 65) ||
	    (type == 2 && sd->status.base_level > 40) ||
	    (type == 1))
#endif
		pc_setcart(sd,type);
}

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