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:
Open the file called:
Go to the bottom of the list and add in a line, such as...
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:
Save it and restart your client.
(Depending on your source) Use the GM command to change job, on LOTF it's /job <jobnumber>
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.
Go to your client folder, navigate the "ini" folder, mine's at:
Code:
C:\Users\Rob\Desktop\Client\ini
Code:
ProfessionalName.ini
Code:
196,Noob
Code:
196,Ninja 197,MiddleNinja 198,DarkNinja 199,MysticNinja 200,NinjaMaster
(Depending on your source) Use the GM command to change job, on LOTF it's /job <jobnumber>
Code:
/job 196
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.