PHP - All Job Names & IDs
This is a discussion on PHP - All Job Names & IDs within the FlyFF Releases forums, part of the Flyff category; Well, Here's another sort of "release" to the public from your loving person BGxApixen. <3
Now, before this thread gets ...
-
2012. I'm still alive.
PHP - All Job Names & IDs
Well, Here's another sort of "release" to the public from your loving person BGxApixen. <3
Now, before this thread gets some flame saying that people already knew the Job Names/Ids and shit like that, know this: I put them in PHP mode. You can NOW USE THEM ON YOUR PHP THINGY. You don't have to waste your time doing it now. I figured "Let's be nice to these people!". I didn't make this specificlly for you, nor specificlly for anyone. Don't rage because you don't like it. umad? yah, u is.
Jelle gave the correct job names/ids therefore, he deserves his credits at the top of this post. <3
I'm releasing this to the public... Well, because I was bored. The IDs/Jobs he gave me were directly from the source, but ya'know, the names were weird like "Florist". He gave me the official names, and I put it into a switch function.
PHP Code:
public function getJob($jobid)
{
switch($jobid)
{
case 0:
return "Vagrant";
break;
case 1:
return "Mercenary";
break;
case 2:
return "Acrobat";
break;
case 3:
return "Assist";
break;
case 4:
return "Magician";
break;
case 5:
return "Puppeteer";
break;
case 6:
return "Knight";
break;
case 7:
return "Blade";
break;
case 8:
return "Jester";
break;
case 9:
return "Ranger";
break;
case 10:
return "Ringmaster";
break;
case 11:
return "Billposter";
break;
case 12:
return "Psykeeper";
break;
case 13:
return "Elementor";
break;
case 14:
return "Gatekeeper";
break;
case 15:
return "Doppler";
break;
case 16:
return "Master-Knight";
break;
case 17:
return "Master-Blade";
break;
case 18:
return "Master-Jester";
break;
case 19:
return "Master-Ranger";
break;
case 20:
return "Master-Ringmaster";
break;
case 21:
return "Master-Billposter";
break;
case 22:
return "Master-Psykeeper";
break;
case 23:
return "Master-Elementor";
break;
case 24:
return "Hero-Knight";
break;
case 25:
return "Hero-Blade";
break;
case 26:
return "Hero-Jester";
break;
case 27:
return "Hero-Ranger";
break;
case 28:
return "Hero-Ringmaster";
break;
case 29:
return "Hero-Billposter";
break;
case 30:
return "Hero-Psykeeper";
break;
case 31:
return "Hero-Elementor";
break;
case 32:
return "Hero-Templar";
break;
case 33:
return "Hero-Slayer";
break;
case 34:
return "Hero-Harlequin";
break;
case 35:
return "Hero-Crackshooter";
break;
case 36:
return "Hero-Seraph";
break;
case 37:
return "Hero-Forcemaster";
break;
case 38:
return "Hero-Mentalist";
break;
case 39:
return "Hero-Arcanist";
break;
default:
return "Unknown Job ID!";
break;
}
}
Enjoy, little people.
You're Dear Loving,
BGxApixen
Last edited by Hexadecimal; 18-07-11 at 04:58 PM.
-
-
Re: PHP - All Job Names & IDs
Last edited by Improved; 17-07-11 at 07:49 PM.
-
Member
Re: PHP - All Job Names & IDs
Last edited by EternityDevest; 22-07-11 at 03:23 AM.
-
Account Upgraded | Title Enabled!
Re: PHP - All Job Names & IDs
Mmm you've gotta love Apixen's scripts.
-
2012. I'm still alive.
Re: PHP - All Job Names & IDs

Originally Posted by
Jelle
Mmm you've gotta love Apixen's scripts.
Everyone loves my scripts. Trust me.
Thank yew, Mr. EternityDevest, and Mr. Improved. I love you both. <3
-
Hardcore Member
Re: PHP - All Job Names & IDs
Nice! But much better if you remove the break command because you already used the return command which mean break will never executed at all.
-
0xC0FFEE
Re: PHP - All Job Names & IDs
Haha, "public function". At least clean the script up before releasing it.

Originally Posted by
DriftCity
Begging won't help and proof won't be shown. I'm leaving the Flyff Section forever and closing my project.
missionaccomplished
I found ragezone exploitses:
Code:
http://forum.ragezone.com/?=PHPE9568F34-D428-11d2-A769-00AA001ACF42
-
Newbie
Re: PHP - All Job Names & IDs
:( Jacob I can make better scripts with google.
-
Game Developer
Re: PHP - All Job Names & IDs
x.x dude you posted a useless php script.
Everyone who understand programming can make it in like 30 secs~1min
To be honist I don't like your scripts. Its better making it by yourself
-
2012. I'm still alive.
Re: PHP - All Job Names & IDs

Originally Posted by
MisterKid
x.x dude you posted a useless php script.
Everyone who understand programming can make it in like 30 secs~1min
To be honist I don't like your scripts. Its better making it by yourself

Originally Posted by
Apixenz
Now, before this thread gets some flame saying that people already knew the Job Names/Ids and shit like that, know this: I put them in PHP mode. You can NOW USE THEM ON YOUR PHP THINGY. You don't have to waste your time doing it now. I figured "Let's be nice to these people!". I didn't make this specifically for you, nor specifically for anyone. Don't rage because you don't like it. umad? yah, u is.
./Too lazy to type it in another reply, so I edited the first post.
-
Game Developer
Re: PHP - All Job Names & IDs
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules