Jump to content
  • 0

Change New Cart


Venomenon

Question


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  50
  • Reputation:   0
  • Joined:  11/21/11
  • Last Seen:  

Hi. I just want to ask if it's possible to modify the source and allow players level 100 and below to get access to new carts?

Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

edit the value.....

https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/src/map/clif.c

#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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  50
  • Reputation:   0
  • Joined:  11/21/11
  • Last Seen:  

Sir, like this?

#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

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

whatever value you want....

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  50
  • Reputation:   0
  • Joined:  11/21/11
  • Last Seen:  

Alright sir thanks! I'll inform you if it worked. Thanks and more power!~

Nothing happens sir. I already recompiled and the new carts does not appear..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  54
  • Reputation:   1
  • Joined:  02/21/12
  • Last Seen:  

Hello mr Emistry why if i use @cart 6 to 9 ive got error >.< please help me thanks

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

update your KRO

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  83
  • Topics Per Day:  0.02
  • Content Count:  243
  • Reputation:   1
  • Joined:  08/29/12
  • Last Seen:  

edit the value.....

https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/src/map/clif.c

#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

not working i recompiled it already master emistry how to fix this?

Link to comment
Share on other sites

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