Jump to content
  • 0
Skullz1

Custom Card - Problem

Question

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.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

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

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.