QwertyXD Posted May 9, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 05/07/12 Last Seen: May 16, 2012 Share 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 Link to comment Share on other sites More sharing options...
Smoke Posted May 9, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 34 Reputation: 8 Joined: 01/06/12 Last Seen: April 16, 2019 Share 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 Link to comment Share on other sites More sharing options...
Arcenciel Posted May 9, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 1315 Reputation: 372 Joined: 12/10/11 Last Seen: August 31, 2013 Share Posted May 9, 2012 These are two different request. First one would require you to edit the source. Quote Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.