Jump to content
  • 0
evespiridion

Base Attack per Str Increase

Question

Hi I wanted to ask which line and on what source file I can edit the attack/str bonus. As far as I can see, the increase in attack per str is far too low and I wanted to edit that. Thanks.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

@status.c starting @ this line

static unsigned short status_base_atk(const struct block_list *bl, const struct status_data *status)

Link to comment
Share on other sites

@status.c starting @ this line

static unsigned short status_base_atk(const struct block_list *bl, const struct status_data *status)

what about if I want to increase the long range attack a little where do i do that?

Link to comment
Share on other sites

long range attack? or equipment that are range?

if long range attack must do a mod/change @battle.c under this function battle_calc_attack(misc, atk, magic)

but for equipment same @status.c where the flag is 1.

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.