Jump to content
  • 0

New Carts (Need Help)


technoriot01

Question


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   1
  • Joined:  01/01/13
  • Last Seen:  

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.

2v82wip.jpg

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

There have been no answers to this question yet

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