Venomenon Posted September 9, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 51 Reputation: 0 Joined: 11/21/11 Last Seen: July 6, 2024 Share Posted September 9, 2012 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? Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 9, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted September 9, 2012 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 Quote Link to comment Share on other sites More sharing options...
Venomenon Posted September 10, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 51 Reputation: 0 Joined: 11/21/11 Last Seen: July 6, 2024 Author Share Posted September 10, 2012 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 Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 10, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted September 10, 2012 whatever value you want.... Quote Link to comment Share on other sites More sharing options...
Venomenon Posted September 10, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 51 Reputation: 0 Joined: 11/21/11 Last Seen: July 6, 2024 Author Share Posted September 10, 2012 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.. Quote Link to comment Share on other sites More sharing options...
imajhaynation Posted December 9, 2012 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 54 Reputation: 1 Joined: 02/21/12 Last Seen: September 24, 2016 Share Posted December 9, 2012 Hello mr Emistry why if i use @cart 6 to 9 ive got error >.< please help me thanks Quote Link to comment Share on other sites More sharing options...
Emistry Posted December 9, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted December 9, 2012 update your KRO Quote Link to comment Share on other sites More sharing options...
cadz Posted May 8, 2013 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 243 Reputation: 1 Joined: 08/29/12 Last Seen: August 1, 2021 Share Posted May 8, 2013 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? Quote Link to comment Share on other sites More sharing options...
Question
Venomenon
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.