Jump to content
  • 0
Bisuke

Change Baby Jobs racial size to medium

Question

Hi! By default, when we change job to Baby jobs, our sizes become small (I'm not referring to the sprite size), upon search here in rAthena, there is no guide or topic that says how to change it to medium size (just like any normal jobs), there is also no setting in the conf folder. I would just like to request for a possible source code modification to achieve this kind of feature in-game?

 

Regards, Thank you!

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Hello,

I think you can just modify in status.cpp:

base_status->size = (sd->class_&JOBL_BABY || ((battle_config.summoner_trait&2) && (sd->class_&MAPID_BASEMASK) == MAPID_SUMMONER)) ? SZ_SMALL : SZ_MEDIUM;

to

base_status->size = (((battle_config.summoner_trait&2) && (sd->class_&MAPID_BASEMASK) == MAPID_SUMMONER)) ? SZ_SMALL : SZ_MEDIUM;

Not tested at all.

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

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.