Jump to content
  • 0

Custom Card - Problem


Question

Posted

Hi,

I'm having a problem.
I created a custom card to increase critical damage when equipped with katar.

This is my script:
 

16103,Thief_Card,Thief Card,6,,10,10,,,,,,,,16,,,,,{ bonus bCritAtkRate,5; if(getequipid(3)>=1250 && getequipid(3)<=1299) {bonus bCriticalRate,30;}},{},{}

But, it's not working.

When this card is equipped with katar my critical, my critical isn't increasing.

How can I fix that?

Ty!
PS: sorry my bad English.

2 answers to this question

Recommended Posts

  • 0
Posted

Ty!

I solved that way:
 

if(BaseClass==Job_Thief && getiteminfo(getequipid(EQI_HAND_R),5) == 34){ bonus bCritical,30;}

That's my solution if anybody else need.

Close this topic, please! :)

 

asdfasdf
 
Dasdf

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