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!

All job advances give HP & MP

Status
Not open for further replies.
Newbie Spellweaver
Joined
Apr 27, 2008
Messages
5
Reaction score
0
I just finished this, tell me about anny bugs.
Here is the post I made in the OdinMS Fourms:

Ok, I figured out how to make the job advances give HP & MP like in real MS.

I don't actualy know how mutch they give in real MS, but I took a guess. If annyone could tell me, I would gladly change what they give, and credit whoever tells me. (All or just one job would help )

Here is the code if annyone is wondering: (If you want to do it yourself, figure out where it goes.)

player->setMHP(player->getMHP()+#);
player->setMMP(player->getMMP()+#);

Replace the # with the amount you want.

If you want just to get them working, here:

Info:
1st and 2nd job are in 1stJob.cc and are given by the 1st job ppl.
3rd and 4th job are in 3rdJob.cpp and BOTH are given by the 3rd job instructor.
You have to Re-Log to get the HP & MP

If you are using these files, 1st you must remove 4thJob.cpp if you have it, or edit the files so it works for you.

Downloads:
1stJob.cc:

3rdJob.cpp:



I just added the HP & MP to them, I did not make them. Also, It was not that hard, so someone else might have already done this.
 
Newbie Spellweaver
Joined
Apr 5, 2008
Messages
73
Reaction score
0
Re: [Release]All job advances give HP & MP

Why do u remove 4th job?
 
Newbie Spellweaver
Joined
Apr 27, 2008
Messages
5
Reaction score
0
Re: [Release]All job advances give HP & MP

Because The Third Job Script has 4th job in it.
But its given by the third job people... And it doesn't instantly give u all skills. You gotta go get the skills from the skill seller guy... If u want it for the 4thjob.cpp you just gotta fugure out where to put the code ;D
 
Experienced Elementalist
Joined
Jul 10, 2006
Messages
235
Reaction score
0
Re: [Release]All job advances give HP & MP

I will take your word that this works, thanks :)
 
Initiate Mage
Joined
Apr 15, 2008
Messages
1
Reaction score
0
Re: [Release]All job advances give HP & MP

Nice release, but maybe put the right HP amounts?
 
Newbie Spellweaver
Joined
Apr 27, 2008
Messages
5
Reaction score
0
Re: [Release]All job advances give HP & MP

I don't know the exact amounts, thats why I'm asking in the post.
 
Newbie Spellweaver
Joined
Apr 14, 2008
Messages
15
Reaction score
0
Re: [Release]All job advances give HP & MP

haha, I tried adding this to my server today but i got errors, did the exact same thing as you tho.
 
Newbie Spellweaver
Joined
Jun 8, 2007
Messages
31
Reaction score
0
Re: [Release]All job advances give HP & MP

Nice release, but maybe put the right HP amounts?
Don't you read? He said he doesn't know the right HP and MP amounts. He'll put the right amounts when he finds out what the right amounts are.
 
Junior Spellweaver
Joined
Apr 10, 2008
Messages
131
Reaction score
45
Re: [Release]All job advances give HP & MP

Psst. There's a reason I started this thread:

This is a kind of release where you wait until you have the data. :p
 
Experienced Elementalist
Joined
Apr 13, 2008
Messages
211
Reaction score
0
Re: [Release]All job advances give HP & MP

Nice!!!
 
Junior Spellweaver
Joined
Apr 12, 2008
Messages
105
Reaction score
0
Re: [Release]All job advances give HP & MP

Can you upload it to a different site? :(
 
Newbie Spellweaver
Joined
Apr 7, 2008
Messages
72
Reaction score
0
Re: [Release]All job advances give HP & MP

beautiful well done. Very helpful, though u didnt have the right amounts this will help others in their server! :)
 
Newbie Spellweaver
Joined
Apr 27, 2008
Messages
5
Reaction score
0
Re: [Release]All job advances give HP & MP

Other Links:


---------------------------------------------------------
Also,
I'm releasing this without the information so I can get it. And so people who can't code, but know the information, can have it too.
 
Banned
Banned
Joined
Sep 1, 2006
Messages
477
Reaction score
15
Re: [Release]All job advances give HP & MP

thats why its not in the code no one knows how much they give
 
Newbie Spellweaver
Joined
May 10, 2008
Messages
99
Reaction score
0
Re: [Release]All job advances give HP & MP

Hey are the job advances realistic?
 
Status
Not open for further replies.
Back
Top