asianadam Posted March 26, 2013 Posted March 26, 2013 (edited) I don't know what to do. Help me please. Edited March 26, 2013 by asianadam Quote
Davros Posted March 26, 2013 Posted March 26, 2013 Post here the code in line 2119 of src/map/battle.c file. Quote
asianadam Posted March 27, 2013 Author Posted March 27, 2013 wd.damage = battle_calc_base_damage(sstatus, &sstatus->rhw, sc, tstatus->size, sd, i); //Monsters have no weight and use ATK instead Quote
exneval Posted April 5, 2013 Posted April 5, 2013 update your rAthena, that thing had been fixed or change that line to this : wd.damage = battle_calc_base_damage(sstatus, &sstatus->rhw, sc, tstatus->size, sd, 0); //Monsters have no weight and use ATK instead Quote
Question
asianadam
I don't know what to do.
Help me please.

Edited by asianadam4 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.