technoriot01 Posted February 6, 2013 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 38 Reputation: 1 Joined: 01/01/13 Last Seen: May 10, 2013 Share Posted February 6, 2013 Hi there, I found a topic that gives new carts only for lvl 101 above. I just wanted to know how to make it for lvl 99. (for whitesmith to have all the 9 carts) i've tried editing trunk/src/map/clif.c and found this: #ifdef NEW_CARTS if( (type == 9 && sd->status.base_level > 131) || (type == 8 && sd->status.base_level > 121) || (type == 7 && sd->status.base_level > 111) || (type == 6 && sd->status.base_level > 101) || (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)) #else I tried to change it to #ifdef NEW_CARTS if( (type == 9 && sd->status.base_level > 90) || (type == 8 && sd->status.base_level > 90) || (type == 7 && sd->status.base_level > 90) || (type == 6 && sd->status.base_level > 90) || (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)) #else Recompiled, but nothing happens. it stills shows me only 5 carts when i use Change Cart skill. Ple Help, i wanted to show all 9 carts for lvl 99. Thanks in advance. ~ Bump. ~ Bump, pls help me. thanks. ~ Bump, Still need help. Quote Link to comment Share on other sites More sharing options...
Question
technoriot01
Hi there,
I found a topic that gives new carts only for lvl 101 above.
I just wanted to know how to make it for lvl 99. (for whitesmith to have all the 9 carts)
i've tried editing
trunk/src/map/clif.c
and found this:
I tried to change it to
Recompiled, but nothing happens. it stills shows me only 5 carts when i use Change Cart skill.
Ple Help, i wanted to show all 9 carts for lvl 99.
Thanks in advance.
~ Bump.
~ Bump, pls help me. thanks.
~ Bump, Still need help.
Link to comment
Share on other sites
0 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.