Yoona Posted May 30, 2013 Posted May 30, 2013 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! Quote
Jaburak Posted May 30, 2013 Posted May 30, 2013 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); } Quote
Question
Yoona
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.