Skullz1 Posted November 8, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 09/23/17 Last Seen: February 5 Share Posted November 8, 2017 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. Quote Link to comment Share on other sites More sharing options...
0 Haziel Posted November 8, 2017 Group: Content Moderator Topic Count: 22 Topics Per Day: 0.00 Content Count: 639 Reputation: 609 Joined: 11/25/11 Last Seen: March 7 Share Posted November 8, 2017 GetEquipID(3) refers to Garment Slot. Left or Right hand would be 8 or 9 respectively. Quote Link to comment Share on other sites More sharing options...
0 Skullz1 Posted November 8, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 09/23/17 Last Seen: February 5 Author Share Posted November 8, 2017 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 Quote Link to comment Share on other sites More sharing options...
Question
Skullz1
Hi,
I'm having a problem.
I created a custom card to increase critical damage when equipped with katar.
This is my script:
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.