Welcome to the RaGEZONE - MMORPG development forums.

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 ...

Results 1 to 11 of 11
  1. #1
    2012. I'm still alive.
    Rank
    Member +
    Join Date
    Dec 2010
    Posts
    442
    Liked
    203

    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.
    wat?

  2. #2
    i sell platypus
    Rank
    Alpha Member
    Join Date
    Jun 2009
    Location
    Denmark
    Posts
    2,958
    Liked
    1284
    Gamertag: DeadlyFlames

    Re: PHP - All Job Names & IDs

    I jk, thanks<3
    Last edited by Improved; 17-07-11 at 07:49 PM.

    Spoiler:


  3. #3
    Member
    Rank
    Member
    Join Date
    Jul 2011
    Posts
    90
    Liked
    31

    Re: PHP - All Job Names & IDs

    Thank you Apixenz <3
    Last edited by EternityDevest; 22-07-11 at 03:23 AM.

  4. #4
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Jun 2009
    Location
    ._.
    Posts
    984
    Liked
    206

    Re: PHP - All Job Names & IDs

    Mmm you've gotta love Apixen's scripts.
    :3

  5. #5
    2012. I'm still alive.
    Rank
    Member +
    Join Date
    Dec 2010
    Posts
    442
    Liked
    203

    Re: PHP - All Job Names & IDs

    Quote Originally Posted by Jelle View Post
    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
    wat?

  6. #6
    Hardcore Member
    Rank
    Member
    Join Date
    Jun 2007
    Posts
    128
    Liked
    22

    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.

  7. #7
    0xC0FFEE
    Rank
    Alpha Member
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    1,884
    Liked
    551
    Gamertag: MoonLord666

    Re: PHP - All Job Names & IDs

    Haha, "public function". At least clean the script up before releasing it.
    Quote Originally Posted by DriftCity View Post
    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

  8. #8
    Newbie
    Rank
    Member
    Join Date
    Jul 2011
    Posts
    1
    Liked
    0

    Re: PHP - All Job Names & IDs

    :( Jacob I can make better scripts with google.

  9. #9
    Game Developer
    Rank
    Alpha Member
    Join Date
    Jun 2009
    Location
    Nederland
    Posts
    1,649
    Liked
    453

    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
    Need new img
    Watch the power of Aura!

    Like my facebook page and share https://www.facebook.com/EddyMeivogelProjects

  10. #10
    2012. I'm still alive.
    Rank
    Member +
    Join Date
    Dec 2010
    Posts
    442
    Liked
    203

    Re: PHP - All Job Names & IDs

    Quote Originally Posted by MisterKid View Post
    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
    Quote Originally Posted by Apixenz View Post
    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.

  11. #11
    Game Developer
    Rank
    Alpha Member
    Join Date
    Jun 2009
    Location
    Nederland
    Posts
    1,649
    Liked
    453

    Re: PHP - All Job Names & IDs

    Alright sorry then~
    Need new img
    Watch the power of Aura!

    Like my facebook page and share https://www.facebook.com/EddyMeivogelProjects

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •