Jump to content
  • 0

Mdef/Def/Matk Problem


Screwdriver

Question


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.01
  • Content Count:  52
  • Reputation:   0
  • Joined:  01/05/13
  • Last Seen:  

Status.C:

#ifdef RENEWAL // renewal formulas
   status->matk_min = status->matk_max = status_base_matk(status, level);
   status->hit += (int)(status->dex + ((float)level/17)) + 240;
   status->flee += (int)(status->agi + ((float)level)) + 9;
   status->def += (int)(status->vit + ((float)level/51));
   status->mdef += (int)(status->int_ + ((float)level/17));
 

 

Def_Mdef.jpg

 

The bottom is when I log in, which is how I want my stats, as bonus, then items give the "def2"/"mdef2"..

 

The top part is whenever I get near another player in PvP, the rest of my stats remain the same, but these ones change.. I didn't change any equips from when I logged in.

 

MATK.jpg

 

Another problem, my int is maxed out, but my Matk is still really low. Where could I find the formula for this, or change it per int?

 

~ Thank you very much! :D


 



My ATK damage vs Matk damage seems extremely unbalanced.. I can do around 15k's to people SinX, but only around 3k's with a wizard..

Edited by Screwdriver
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...