Loading...
  1. Dismiss Notice
  2. Dismiss Notice
  3. Dismiss Notice
  4. Dismiss Notice
  5. Dismiss Notice
  6. Dismiss Notice
  7. Dismiss Notice
  8. If this is your first visit, you may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

[Dev/GM Application] Zanakinz

Discussion in 'Old Threads' started by zanakinz, Mar 3, 2011.

  1. zanakinz

    zanakinz New Member

    Joined:
    Mar 3, 2011
    Messages:
    1
    Likes Received:
    2
    Trophy Points:
    0
    Name:Alex
    Age:16
    Country: USA
    Online Time: Too much. about 12 hours [:(]
    Known Languages: English, Too little spanish, Dutch
    Game playing experience:In aion... a year (I used to dev work for AU.. Not officially just privately) but with all this new stuff about 1-2 months.
    How can you help our server: Alot. I can help out with rulebreakers if someone has a bug i'll promptly put it onto the forums for the developers to deal with (Along with me trying to help with my best of abilities ingame)
    Email to be contacted by (optional): PM me if its that important.

    Extra Info: I will take virtually any spot you can give me. Trainee im yours.. Trainee Dev .. Im yours

    DEV PART:
    Do not get me wrong here but. I have always used pre-based sources (cores ... etc)
    and these are just SOME snipplets that I can remember: (I find it very useful so please dont say anything)
    Code:
    if(cmd.equalIgnoreCase("Give"))
    {
    playerHandler.give(187000018, 1);
    playerHandler.sendMessage("Now you have some nice wings!");
    }
    I just used stormwings id.. But you can understand my point. It is calling from the playerHandler.java file and looking for the pre-defined functions/voids of "give" and "sendMessage".

    It can even have its own unique little starter checker where you would place into a .sql database file or even a .txt file if you want to be all chunky with your files.
    where all you would add is
    int StarterPackage = 0
    and you would change around the text from
    Code:
    if(cmd.equalIgnoreCase("Give") && StarterPackage == 0)
    {
    playerHandler.give(187000018, 1);
    playerHandler.sendMessage("Now you have some nice wings!");
    StarterPackage++1
    } else {
    playerHandler.sendMessage("Sorry man you already have gotten your wings!  Dont be greedy :@");
    }
    GM PART:
    I have been admin/owner on some very successful highly income servers. And alot that havent been so smoothe. But either way you would be able to test me if you made me a trainee. I am not noob-friendly (But I can manage). I am very helpful and can deal with stressful situations swiftly and promptly without hassle (hopefully). And I believe I can be a great addition to the team!

    Thank you for reading this SUPER long application. Please do not think.. Oh hes just 16 hes stupid as I have college level in programming.
     
    Last edited: Mar 3, 2011
    2 people like this.

Share This Page