Quest writing application - Gengar
Page 1 of 1
Quest writing application - Gengar
Real Name: Ben
In Game Name: Gengar
Experience*:I was an admin on Forbidden Life and other servers as a player moderator.
Position Applying For*: Quest writer.
Samples of your work*: See Below
Why should we hire you?*: I know the codes, and I even have one done right now. The one thing I need are the Quest IDs for the NPCs in this example I have just inputted the NPC ID as a placeholder, but other than that, I have some good quest ideas. This quest example is the opposite of the Guard quest that has you killing barbarians.
How many hours can you be on?*: I can be flexible. I'll know more once my Job starts, I can work around it.
example:
In Game Name: Gengar
Experience*:I was an admin on Forbidden Life and other servers as a player moderator.
Position Applying For*: Quest writer.
Samples of your work*: See Below
Why should we hire you?*: I know the codes, and I even have one done right now. The one thing I need are the Quest IDs for the NPCs in this example I have just inputted the NPC ID as a placeholder, but other than that, I have some good quest ideas. This quest example is the opposite of the Guard quest that has you killing barbarians.
How many hours can you be on?*: I can be flexible. I'll know more once my Job starts, I can work around it.
example:
- Code:
Main
{
questname "Two sides to every story"
version 1.0
}
State Begin
{
desc "Barbarian's plea for help"
action AddNpcText ( 11, "Hey foreigner, we're just here for the night, we want to cross over to new lands so we can start a new life, but those pesky guards are trying to make us turn around.");
action AddNpcText ( 11, 1, "What can I do to help?" );
action AddNpcText ( 11, 2, "I'm not interested" );
rule InputNpc ( 1 ) goto KillGuards
}
State KillGuards
{
desc "Kill 100 of the guards"
action AddNpcText (11, "You need to kill those guards so we can get to the lands beyond.");
action AddNpcText ( 11, 1, "I'll do this for you." );
action AddNpcText ( 11, 2, "Nah man, deal with it yourself" );
rule InputNpc (1) goto GetSpears
rule KilledNpcs ( 56, 100 ) goto GetSpears
}
State GetSpears
{
desc "Collect 65 spears as proof"
rule GotItems ( 28,65 ) goto GiveSpears
}
State GiveSpears
{
desc "Give spears to Barbarian"
action AddNpcText (11, "Did you bring the spears?" );
action AddNpcText ( 11, 2, "Yeah, here they are" );
action AddNpcText ( 11, 1, "Nah, I want to keep them" );
rule InputNpc (11) goto Reward
rule LostItems ( 28,65 ) goto GetSpears
}
State Reward
{
action GiveExp ( 400000);
action GiveItem ( 1, 200000);
action Reset();
}
Charmander- Posts : 10
Join date : 2012-06-13
Age : 32
Location : Connecticut
Just wanted to bump this
because of the announcement of New Worlds 2!
Charmander- Posts : 10
Join date : 2012-06-13
Age : 32
Location : Connecticut
Similar topics
» Have a quest idea that you'd like to see in New World?
» Applying for Quest writer/mapper (if interested)
» Application :)
» Application
» APPLICATION #2
» Applying for Quest writer/mapper (if interested)
» Application :)
» Application
» APPLICATION #2
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum