Skullz1 Posted November 8, 2017 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 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 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...
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