Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

Change the maxHp and Mp

Status
Not open for further replies.
Newbie Spellweaver
Joined
Apr 2, 2008
Messages
89
Reaction score
1
Location
Maine
kk i just found this in the scripts i havn't tested it.

Go to net/sf/odinms/client/MapleCharacter.java

and find

Code:
maxhp = Math.min(30000, maxhp);
        maxmp = Math.min(30000, maxmp);

and then change the 30000 to any # you want i'll test and give a screenshot in a sec thanks

Credit to me finding it =P
 
Re: [Release] Change the maxHp and Mp

Yeah i tried it long ago before it will give errors. nice try =)
 
Re: [Release] Change the maxHp and Mp

mybe its work for him give screenshot
 
Re: [Release] Change the maxHp and Mp

Ok 2 things wrong with this.

1. This isn't the only thing you have to change, otherwise you'll get compiling errors. Not going to tell you what else.
2. Max is 30,000 HP / MP anyways, beyond that, you're glitched out? if I'm not mistaken, about the glitched out part anyways.
 
Re: [Release] Change the maxHp and Mp

Ok 2 things wrong with this.

1. This isn't the only thing you have to change, otherwise you'll get compiling errors. Not going to tell you what else.
2. Max is 30,000 HP / MP anyways, beyond that, you're glitched out? if I'm not mistaken, about the glitched out part anyways.
Yep, any amount above 30k and the bar attempts to take over the bar to the left of it.
 
Re: [Release] Change the maxHp and Mp

already attempted friend. doesnt work. your gamebar glitches out. same with insane damage. its just i can't do over 60,000 damage.
 
Re: [Release] Change the maxHp and Mp

holdenms - Change the maxHp and Mp - RaGEZONE Forums



i have a problem with this when i click it nothing happens to my nx and it wouldnt top up
do i need to change something or do something to make it work ?

i want me too ~
 
Re: [Release] Change the maxHp and Mp

fix and Add Fuction for support Npc Mesos To Nx Cash :)

i don't work ~

i wan fix for work ~
 
Re: [Release] Change the maxHp and Mp

holdenms - Change the maxHp and Mp - RaGEZONE Forums



i have a problem with this when i click it nothing happens to my nx and it wouldnt top up
do i need to change something or do something to make it work ?

Lol.. i don't see the link between that and the rest of this thread -_-...

And you cant change MAX hp that easily xP
 
Re: [Release] Change the maxHp and Mp

First this is a guide not a release, when will people really learn what a release mean?

And second, it won't work as a lot of other people above have stated.
 
Status
Not open for further replies.
Back