Jump to content
  • 0

Help --> Problems


Question

Posted

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

1 answer to this question

Recommended Posts

Posted

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

 


 

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...