Jump to content
  • 0

Help --> Problems


Oraios

Question


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  60
  • Reputation:   1
  • Joined:  11/06/12
  • Last Seen:  

Hi community,

can someone help me with these problems on my server :

 

Problem 1 : The Asura DMG is too low and the skill_damage_db doesn't work... We already changed all the things in src and also compile...


Problem 2 : Soul Breaker bypasses Pneuma...  :o

Problem 3 : HP from LK und Pala are too low... How to change it?

 

Thank you very much for your help and sorry for my bad english!

  • Upvote 1
Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  78
  • Reputation:   3
  • Joined:  12/06/11
  • Last Seen:  

Asura damage can be adjust in src folder. look for battle.c and look for this

 

 

case MO_EXTREMITYFIST:
                    {    //Overflow check. [skotlex]
                        unsigned int ratio = skillratio + 70*(8 + sstatus->sp/10);
                        //You'd need something like 6K SP to reach this max, so should be fine for most purposes.
                        if (ratio > 60000) ratio = 60000; //We leave some room here in case skillratio gets further increased.
                        skillratio = (unsigned short)ratio;
                        status_set_sp(src, 0, 0);

 

2. Hp of LK and paladin are too low ? You can change it to db/Job_db1.txt

 


 

Link to comment
Share on other sites

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...