Jump to content
  • 0

About Rune Boots item_db script


Question

Posted

i made a script for rune boots because i want this to release on my server

 

but the problem is the matk +% is not working

 

        When pure STR is 90 or higher, ATK + 10. When pure STR is 120 or higher, ATK + 10 additionally.
        When pure INT is 90 or higher, MATK + 3%. When pure INT is 120 or higher, MATK + 2% additionally.
       

 

bonus bUnbreakableShoes,0; if(readparam(bStr)>=90){ bonus bBaseAtk,10; }; if(readparam(bStr)>=120){ bonus bBaseAtk,10; }; if(readparam(bInt)>=90){ bonus bMatkRate,3; }; if(readparam(bInt)>=120){ bonus bMatkRate,2; };

 

anyone please ? thank you ...

2 answers to this question

Recommended Posts

Posted (edited)

Have you tried the damage when using and not? As far as i know, the additional matk is not shown in stats but applied in magical skills.

And try to remove Base in bBaseAtk,n then @reloaditemdb

Edited by GodKnows Jhomz

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