vegetavn Posted July 7, 2012 Posted July 7, 2012 (edited) How can i edit skill Enchant Deadly Poison from 400% damg to 300% damg? Edited July 9, 2012 by vegetavn Quote
Lighta Posted July 9, 2012 Posted July 9, 2012 status.c::status_change_start case SC_EDP: // [Celest] val2 = val1 + 2; //Chance to Poison enemies. val3 = 50*(val1+1); //Damage increase (+50 +50*lv%) Change the val3 as you wish. nb if skilllv=5 => val1 = 5 => val3 = 50*6 = 300; atk will be +300%. So you could just do val3 = 50*(val1-1) => at lvl5 == +200%, but lvl1 will give no bonus... Quote
Question
vegetavn
How can i edit skill Enchant Deadly Poison from 400% damg to 300% damg?
Edited by vegetavn2 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.