1A. What is your name?
Alex/AlexAnthony
1B. What is your in-game name?
DeathStar/CriticalLag
2. How old are you? [You should be at least 15]
Do we have to be 15...? I'm almost 14, as of today (December 24th my b-day is in... 21 days)
3A. Where do you live and what is your time zone?
Canada, Ontario.
Est timezone
3B. Are you fluent in English?
Yes
3C. Can you type using decent grammar/spelling?
Yes but i often use lol, omg, etc. Because it's shorter and I don't have to type out the whole thing. Sometimes I am just to lazy because i'm typing for hours.
4. How long do you play SummerStory in a day?
Well even though I haven't been playing SummerStory, I usually play private servers for 3-8 hours day on weekends and holidays. When it is a weekday i usually can only get 2 and a half hours max.
5. How long HAVE you PLAYED SummerStory? [Do NOT lie on this question]
Well i have been playing SummerStory since 9pm and now it's 2:30am so that is... 5 hours and 30 minutes.
6. How long have you played the retail MapleStory?
I have played Global MapleStory since mid 2006.
7. Do you have any past experiences as a coder/developer/admin? If so, what server, how long, and who were you? Also, what do you know how to do?
[Do NOT lie in this question, as well. Even if the server you have been playing was a random server, tell the TRUTH]
I had many experiences as a Game Master, Developer, and Co-Admin. I have been a Co-Admin/Co-Owner/Developer/GM in Kattie MS (a hamachi server/dead). This server was up for around 3 months and i was in it after the second week it started, and i got my job there in the third week as i helped the server a lot. I was also in a server called Powder MS. I think it started somewhere in the end of July. I got Game Master right away as I have been in starting staff. Then I got the job as a Developer near the begging of September. Unfortunately the owner closed the server. I was a Owner in Rage MS. I closed it though as i got limited internet and couldn't host anymore. Here is proof that the 2 servers exist... (i can't give you the forum link to Rage MS that forum was deleted.)
http://powderms.forumotion.net/forum.htm (this got wiped)
http://kattiems.forumotion.net/forum.htm (I'm AlexAnthony in both forums)
8. Are you aware of the fact that you are NOT applying for the GM Position, but rather the DEVELOPER position?
Yes
9. Do you KNOW what a developer is?
A developer is someone who enhances, changes, adds, fixes etc, game content
10. What are you able to code?
You MUST be able to code NPC's by yourself. You MUST be able to code other things as well.
I can code a lot but i can't code a lot if you know what i mean. I can code NPC's. I know some cm. commands off by heart like cm.warp(map id, portal); cm.gainMesos(mesos amount); cm.dispose(); (duh who doesn't know this!) #b (blue text. I can also code a lot of commands. For example...
} else if (splitted[0].equals("!healhere")) {
for (MapleCharacter mch : c.getPlayer().getMap().getCharacters()) {
if (mch != null) {
mch.setHp(mch.getMaxHp());
mch.updateSingleStat(MapleStat.HP, mch.getMaxHp());
mch.setMp(mch.getMaxMp());
mch.updateSingleStat(MapleStat.MP, mch.getMaxMp());
}
}
I can also code almost everything in the .wz xml's files
(add monster to a map, edit item stats, add item stats, add/move npc's)
Also i can make a pq based off another one but i get tons of errors making it. (just tried today... the npc kept saying (This pq is closed, or I am not activated or some other randomness -_-)
11. What are some things that we (as the general public) should know about yourself?
I'm nice, calm, and patient. o-o
12. Are there any other ways that the public/Cruze can contact you?
MSN.
By the way if you have ragezone account check out my user stats for stuff i have released.
http://forum.ragezone.com/members/alex1333a789-511437.html
WARNING: I AM A JAVA CODER <3
Alex/AlexAnthony
1B. What is your in-game name?
DeathStar/CriticalLag
2. How old are you? [You should be at least 15]
Do we have to be 15...? I'm almost 14, as of today (December 24th my b-day is in... 21 days)
3A. Where do you live and what is your time zone?
Canada, Ontario.
Est timezone
3B. Are you fluent in English?
Yes
3C. Can you type using decent grammar/spelling?
Yes but i often use lol, omg, etc. Because it's shorter and I don't have to type out the whole thing. Sometimes I am just to lazy because i'm typing for hours.
4. How long do you play SummerStory in a day?
Well even though I haven't been playing SummerStory, I usually play private servers for 3-8 hours day on weekends and holidays. When it is a weekday i usually can only get 2 and a half hours max.
5. How long HAVE you PLAYED SummerStory? [Do NOT lie on this question]
Well i have been playing SummerStory since 9pm and now it's 2:30am so that is... 5 hours and 30 minutes.
6. How long have you played the retail MapleStory?
I have played Global MapleStory since mid 2006.
7. Do you have any past experiences as a coder/developer/admin? If so, what server, how long, and who were you? Also, what do you know how to do?
[Do NOT lie in this question, as well. Even if the server you have been playing was a random server, tell the TRUTH]
I had many experiences as a Game Master, Developer, and Co-Admin. I have been a Co-Admin/Co-Owner/Developer/GM in Kattie MS (a hamachi server/dead). This server was up for around 3 months and i was in it after the second week it started, and i got my job there in the third week as i helped the server a lot. I was also in a server called Powder MS. I think it started somewhere in the end of July. I got Game Master right away as I have been in starting staff. Then I got the job as a Developer near the begging of September. Unfortunately the owner closed the server. I was a Owner in Rage MS. I closed it though as i got limited internet and couldn't host anymore. Here is proof that the 2 servers exist... (i can't give you the forum link to Rage MS that forum was deleted.)
http://powderms.forumotion.net/forum.htm (this got wiped)
http://kattiems.forumotion.net/forum.htm (I'm AlexAnthony in both forums)
8. Are you aware of the fact that you are NOT applying for the GM Position, but rather the DEVELOPER position?
Yes
9. Do you KNOW what a developer is?
A developer is someone who enhances, changes, adds, fixes etc, game content
10. What are you able to code?
You MUST be able to code NPC's by yourself. You MUST be able to code other things as well.
I can code a lot but i can't code a lot if you know what i mean. I can code NPC's. I know some cm. commands off by heart like cm.warp(map id, portal); cm.gainMesos(mesos amount); cm.dispose(); (duh who doesn't know this!) #b (blue text. I can also code a lot of commands. For example...
} else if (splitted[0].equals("!healhere")) {
for (MapleCharacter mch : c.getPlayer().getMap().getCharacters()) {
if (mch != null) {
mch.setHp(mch.getMaxHp());
mch.updateSingleStat(MapleStat.HP, mch.getMaxHp());
mch.setMp(mch.getMaxMp());
mch.updateSingleStat(MapleStat.MP, mch.getMaxMp());
}
}
I can also code almost everything in the .wz xml's files
(add monster to a map, edit item stats, add item stats, add/move npc's)
Also i can make a pq based off another one but i get tons of errors making it. (just tried today... the npc kept saying (This pq is closed, or I am not activated or some other randomness -_-)
11. What are some things that we (as the general public) should know about yourself?
I'm nice, calm, and patient. o-o
12. Are there any other ways that the public/Cruze can contact you?
MSN.
By the way if you have ragezone account check out my user stats for stuff i have released.
http://forum.ragezone.com/members/alex1333a789-511437.html
WARNING: I AM A JAVA CODER <3
Last edited by DeathStar on Fri Dec 26, 2008 7:13 am; edited 3 times in total (Reason for editing : To add my other char xD)