evespiridion Posted May 16, 2012 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 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 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 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 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 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...
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