Jump to content
  • 0

Question

Posted

Hello guys, I would know if anyone knows how and where I can multiply by five or six the weapon ATK, I think it's in battle.c or statu.c but what line ?

Thanks.

6 answers to this question

Recommended Posts

Posted (edited)

I think youre looking for

 

IM NOT SURE ABOUT THIS, PLEASE BACKUP THE FILE BEFORE TRYING

 

 

battle.c

1078 if (sd->equip_index[type] >= 0 && sd->inventory_data[sd->equip_index[type]])
1079     atkmin = atkmin*(80 + sd->inventory_data[sd->equip_index[type]]->wlv*20)/100;

to

1078  if (sd->equip_index[type] >= 0 && sd->inventory_data[sd->equip_index[type]])
1079      atkmin = atkmin*(80 + (sd->inventory_data[sd->equip_index[type]]->wlv*20)*6)/100;

Edited by shadowscreen
Posted

Thanks for your answer shadowscreen but no I don't see any difference.

And I have an other question, when I attack in CaC with Balmung (without cards) I doing 5700 damage. 20% from 5700 = 1100, but when I set 3 Turtle General card I doing 6700 instead 9000 why ?

Posted (edited)

Yes I recompile I same tried "atkmin = atkmin*(80 + sd->inventory_data[sd->equip_index[type]]->wlv*20)/10;" instead "atkmin = atkmin*(80 + sd->inventory_data[sd->equip_index[type]]->wlv*20)/100;" but no changing in game.

 

Ps:For my second question I find it's a stack, and I find how recitify this ^^

Edited by Idolo

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...