[Guide]Adding new jobs.

04/12/2009 18:36 flaMe~#1
Alright, I was playing around with my client and was looking for a way to add a new job. In case I wanted to make a new class or something.

Go to your client folder, navigate the "ini" folder, mine's at:

Code:
C:\Users\Rob\Desktop\Client\ini
Open the file called:

Code:
ProfessionalName.ini
Go to the bottom of the list and add in a line, such as...

Code:
196,Noob
Noob would be the job name and 196 would be the job I.D. If you are trying to implement ninja or something... here is a list of jobs you could use:

Code:
196,Ninja
197,MiddleNinja
198,DarkNinja
199,MysticNinja
200,NinjaMaster
Save it and restart your client.

(Depending on your source) Use the GM command to change job, on LOTF it's /job <jobnumber>

Code:
/job 196
Then look in your status window.

I'm currently trying to find out how to add stat points when you change job, because I've made a "GlobalModerator" job and want 9999 etc. for every stat :P

Anyway, enjoy.
04/12/2009 19:02 justprownage#2
Adding the stats is sooo0o0o0o0o0o0o easy :D. Since you wanted to add stats for 'GlobalModerator' and I'm assuming you're using LOTF. Go to debug folder and add this line at the end in the Stats.ini:

[GlobalModerator]
Str=9999
Agi=9999
Vit=9999
Spi=9999

And in the source, you need to add it to read the stats for GlobalModerator.
04/12/2009 19:09 flaMe~#3
Sweet, thanks.

But I'm currently playing around with Hybrid's source. Cos LOTF sucks. XD
04/12/2009 19:14 justprownage#4
Quote:
Originally Posted by flaMe~ View Post
Sweet, thanks.

But I'm currently playing around with Hybrid's source. Cos LOTF sucks. XD
Good, that's something nice to begin with.