Slyx Posted January 20, 2019 Posted January 20, 2019 (edited) Hello guys, How do I calculate these mob data assuming I get the initial data from Divine Pride. I tried searching in status and mob cpp but cant find the exact formula For instance: Scorpion (mob ID 1001) divine pride speed (cell/sec) = 5 rathena mob.db Speed = 200 divine pride aspd (atk/sec) = 1.16 rathena mob.db aDelay = 1564 Edited January 20, 2019 by Slyx Quote
0 lllaaazzz Posted February 1, 2019 Posted February 1, 2019 Not exactly sure what your asking but MoveSpeed: Monster's speed. Sets speed (cells/sec). 1000 / SPEED (CELLS/SEC) So Poring has 400 Move speed, so im assuming thats 4 cells per seconds AttackMotion: 1000 / ASPD (ATTACKS/SEC) So poring has 480 aspd, thats 2 attacks per second Quote
Question
Slyx
Hello guys,
How do I calculate these mob data assuming I get the initial data from Divine Pride. I tried searching in status and mob cpp but cant find the exact formula
For instance:
Scorpion (mob ID 1001)
divine pride speed (cell/sec) = 5 rathena mob.db Speed = 200
divine pride aspd (atk/sec) = 1.16 rathena mob.db aDelay = 1564
1 answer 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.