Meister Posted April 18, 2013 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Share Posted April 18, 2013 Let's say for example I have this holy robe.. and.. if.. If equipped in combination with the Holy Stick[1], the effectiveness of your healing skills is increased by 3% per refine on the staff. .. // Also.. If equipped in combination with the Holy Stick[0], and refine is greater to 10 the effectiveness of your healing skills is increased by 20%. Thanks. Quote Link to comment Share on other sites More sharing options...
Jarek Posted April 18, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 143 Reputation: 30 Joined: 12/23/11 Last Seen: March 9 Share Posted April 18, 2013 2373:1631,{ bonus bHealPower,3*getequiprefinerycnt(EQI_HAND_R);} 2373:<ID>,{if (getequiprefinerycnt(EQI_HAND_R)>10) bonus bHealPower,20;}I can't find ID of Holy Stick[0] in my item_db, so I just write <ID> 1 Quote Link to comment Share on other sites More sharing options...
Question
Meister
Let's say for example I have this holy robe.. and.. if..
If equipped in combination with the Holy Stick[1], the effectiveness of your healing skills is increased by 3% per refine on the staff.
..
//
Also..
If equipped in combination with the Holy Stick[0], and refine is greater to 10 the effectiveness of your healing skills is increased by 20%.
Thanks.
Link to comment
Share on other sites
1 answer 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.