What Code Should I add so that the damage of Silver Sniper be affected by the Dex of the caster? btw, this is found in status.c
2nd is the FAW - Magic Decoy.. i want the Matk of the Magic Decoy to be affected by the Luk of the caster.. Here is the code for the matk that is found on skill.c:
What Code Should I add so that the Matk of the Magic Decoy be affected by the luk of the caster? sorry.. I'm not really familiar with the language of the codes, can someone help me on this? thanks..
i tried adding status_get_luk & status_get_dex but it wasn't working.. i don't know the proper identifier for the desired effect.. i tried, src, bl & src2..
Hi.. Can someone help me.. i want to modify the Magic Attack of Magic Decoy and Silver Sniper..
I want the Damage of Silver Sniper to be affected by the DEX stats of the caster.. here is the code for the damage of FAW - Silver Sniper:
What Code Should I add so that the damage of Silver Sniper be affected by the Dex of the caster? btw, this is found in status.c
2nd is the FAW - Magic Decoy.. i want the Matk of the Magic Decoy to be affected by the Luk of the caster.. Here is the code for the matk that is found on skill.c:
md->status.matk_min = md->status.matk_max = 250 + (50 * skill_id)
What Code Should I add so that the Matk of the Magic Decoy be affected by the luk of the caster? sorry.. I'm not really familiar with the language of the codes, can someone help me on this? thanks..
i tried adding status_get_luk & status_get_dex but it wasn't working.. i don't know the proper identifier for the desired effect.. i tried, src, bl & src2..
Share this post
Link to post
Share on other sites