Jump to content
  • 0

New Carts issue on Pre-renewal


Jhedzkie

Question


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  297
  • Reputation:   15
  • Joined:  11/17/11
  • Last Seen:  

For a number of times this question has been asked. How do you implement the new cart sprites in pre-renewal mode.
 

On 9/9/2012 at 9:56 PM, Emistry said:

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
 

 

Modified said values to be > 90. Tried everything, even resorted to removing the checks for NEW_CARTS just to be really sure.
image.png.81f52b8c06d19dfafa3ba3a4b7868b2b.png

Recompiled countless times. And still nothing happens.

image.png.f9d804be6b2b628787ae5b4276d5cf94.png

Can somebody answer this question once and for all?
Thanks.

EDIT:
As I am experimenting, I tried to change my setup from 99/70 to 255/120 by changing MAX_LEVEL values.
And as I tried it out, new carts became available

image.thumb.png.e13465308702bb6f85db161e0253e228.png

And please, dont tell me I forgot or I do not know how to recompile. I wouldn't be able to set MAX_LEVEL to 255 without recompiling. Alright?
.
.
.

So. Is there anywhere else I have to edit to remove the level requirements for NEW_CARTS? Or does this have something to do with the client itself?
Please enlighten me.

Thanks.

EDIT 2: Yep. Can Confirm.
image.png.eb1e2dfe25485f78598f5c351b22e442.png

I settled with this and just modified job_exp.txt to limit level to 99 while supporting up to 255. With the piece of code above, it still just shows up to 5 carts at level 99.
I already did a clean and build (deleting also other build stuff .pdb/.ilk in the trunk folder before doing the compile. It still does nothing. Makes me believe that it has something to do with the client itself.
I am using 2015-11-04aRagexe.exe. I am not 100% sure about this but since source should be working without a hitch, it does not. I am ultimately out of options now.
Any help would be appreciated.

Edited by Jhedzkie
new details.
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...