Kurokami Posted February 10, 2016 Posted February 10, 2016 Hello, how do I disable the effect of thanatos card on asura strike? Quote
0 Kurokami Posted February 13, 2016 Author Posted February 13, 2016 The main problem was our modification, we looked up for the solution and realized it was our fault. That's why we revert it back, officially thanatos doesn't work on asura strike. Quote
0 Neffletics Posted February 11, 2016 Posted February 11, 2016 There's no easy way to disable it. You have to do some src modification but that would be huge as Thanatos Card and Asura Strike are both affecting ATK (bonus bDefRatioAtkClass,Class_All;) and the skill's damage formula includes ATK. Quote
0 Emistry Posted February 11, 2016 Posted February 11, 2016 you can actually just remove the item bonus from db/re/item_db.txt when used by monk classes. .........,{ if ( BaseJob != Job_Monk ) bonus bDefRatioAtkClass,Class_All; },{ },{ } 1 Quote
0 Neffletics Posted February 11, 2016 Posted February 11, 2016 you can actually just remove the item bonus from db/re/item_db.txt when used by monk classes. .........,{ if ( BaseJob != Job_Monk ) bonus bDefRatioAtkClass,Class_All; },{ },{ } Genius! RIP combo type monks, the server assumed that everyone would be EF type. Quote
0 Kurokami Posted February 11, 2016 Author Posted February 11, 2016 Hello, thanks for the reply, but that would affect all the skills of monks, I already found the solution thanks! Quote
0 Neffletics Posted February 12, 2016 Posted February 12, 2016 Hello, thanks for the reply, but that would affect all the skills of monks, I already found the solution thanks! Share the solution here. There's a chance that another person will ask the same thing in the future. Stop being a leecher, contribute to the community too. Quote
Question
Kurokami
Hello, how do I disable the effect of thanatos card on asura strike?
6 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.