evespiridion Posted May 16, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 51 Reputation: 0 Joined: 05/03/12 Last Seen: April 25, 2023 Share Posted May 16, 2012 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. Quote Link to comment Share on other sites More sharing options...
malufett Posted May 16, 2012 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 554 Reputation: 70 Joined: 04/04/12 Last Seen: November 8, 2013 Share Posted May 16, 2012 @status.c starting @ this line static unsigned short status_base_atk(const struct block_list *bl, const struct status_data *status) Quote Link to comment Share on other sites More sharing options...
evespiridion Posted May 16, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 51 Reputation: 0 Joined: 05/03/12 Last Seen: April 25, 2023 Author Share Posted May 16, 2012 Thank you for the quick reply. Quote Link to comment Share on other sites More sharing options...
Virtue Posted May 16, 2012 Group: Members Topic Count: 92 Topics Per Day: 0.02 Content Count: 354 Reputation: 22 Joined: 11/17/11 Last Seen: May 12, 2024 Share Posted May 16, 2012 @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? Quote Link to comment Share on other sites More sharing options...
malufett Posted May 16, 2012 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 554 Reputation: 70 Joined: 04/04/12 Last Seen: November 8, 2013 Share Posted May 16, 2012 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. Quote Link to comment Share on other sites More sharing options...
Virtue Posted May 16, 2012 Group: Members Topic Count: 92 Topics Per Day: 0.02 Content Count: 354 Reputation: 22 Joined: 11/17/11 Last Seen: May 12, 2024 Share Posted May 16, 2012 then what after that? is there something like long attack rate or something Quote Link to comment Share on other sites More sharing options...
Question
evespiridion
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.