asianadam Posted March 26, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 01/26/13 Last Seen: June 2, 2015 Share Posted March 26, 2013 (edited) I don't know what to do. Help me please. Edited March 26, 2013 by asianadam Quote Link to comment Share on other sites More sharing options...
Davros Posted March 26, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 14 Reputation: 0 Joined: 04/22/12 Last Seen: August 29, 2015 Share Posted March 26, 2013 Post here the code in line 2119 of src/map/battle.c file. Quote Link to comment Share on other sites More sharing options...
asianadam Posted March 27, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 01/26/13 Last Seen: June 2, 2015 Author Share 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 Link to comment Share on other sites More sharing options...
asianadam Posted April 5, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 01/26/13 Last Seen: June 2, 2015 Author Share Posted April 5, 2013 bump Quote Link to comment Share on other sites More sharing options...
exneval Posted April 5, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 164 Reputation: 12 Joined: 01/03/12 Last Seen: November 18, 2019 Share 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 Link to comment Share on other sites More sharing options...
Question
asianadam
I don't know what to do.
Help me please.

Edited by asianadamLink to comment
Share on other sites
4 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.