Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

(Lithium) TB and Nightwalker skill fix

Joined
Nov 11, 2009
Messages
2
Reaction score
10
Roll of the Dice
Go to Skill.java
find
PHP:
case 5211007:
paste below:
PHP:
case 15111011://dice
now go to MapleStatEffect.java
find
PHP:
case 5211007:
paste below
PHP:
case 15111011: //dice
then find again
PHP:
case 5211007:
paste below
PHP:
case 15111011://dice


Shark Wave
go to Playerhandler.java
find
PHP:
case 13111007: //Wind Shot
paste below
PHP:
case 15111007:


Dark flare
go to MapleCharacter.java
find
PHP:
4211007
add
PHP:
|| sum.getSkill() == 14111010
go to MapleStatEffect.java
find
PHP:
case 4211007:
paste below
PHP:
case 14111010: //dark flare
find again
PHP:
case 4211007:
paste below
PHP:
case 14111010: //dark flare
go to MapleSummon.java
find
PHP:
case 4211007:
paste below
PHP:
case 14111010: //dark flare
find again
PHP:
case 4211007:
paste below
PHP:
case 14111010: //dark flare
And compile Enjoy it.


Credits to me for fix =D
 
Last edited:
Back
Top