Yoona Posted May 30, 2013 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 567 Reputation: 18 Joined: 04/15/13 Last Seen: April 21, 2016 Share 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 Link to comment Share on other sites More sharing options...
Jaburak Posted May 30, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 Share 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 Link to comment Share on other sites More sharing options...
Dev iAmMar Posted May 30, 2013 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 51 Reputation: 2 Joined: 02/18/12 Last Seen: May 26, 2015 Share Posted May 30, 2013 Cart 9 Quote Link to comment Share on other sites More sharing options...
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!
Link to comment
Share on other sites
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.