QwertyXD Posted May 9, 2012 Posted May 9, 2012 How can i make lower damage of Cross Impact (150/50)? Please anyone can help me? And script of Jobchanger with automatically max level. Quote
Smoke Posted May 9, 2012 Posted May 9, 2012 To lower damage of Cross Impact : In src/map/battle.c, Find: /** * GC Guilotine Cross **/ case GC_CROSSIMPACT: skillratio += 1050 + 50 * skill_lv; break; and edit "skillratio += 1050 + 50 * skill_lv;" to your liking. I'd like to help you with the second but that'd just be wrong. Maxing baselevel is really easy, if you can download the svn and compile it + log into your server, you can find out how to use BaseLevel and other simple script commands. I'll link you to this : http://buwinow5.tripod.com/ It may be old but it covers the basics. Quote
Arcenciel Posted May 9, 2012 Posted May 9, 2012 These are two different request. First one would require you to edit the source. Quote
Question
QwertyXD
How can i make lower damage of Cross Impact (150/50)? Please anyone can help me? And script of Jobchanger with automatically max level.
2 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.