New Worlds
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Quest writing application - Gengar

Go down

Quest writing application - Gengar Empty Quest writing application - Gengar

Post  Charmander Wed Jun 13, 2012 9:23 pm

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

Back to top Go down

Quest writing application - Gengar Empty Just wanted to bump this

Post  Charmander Tue Jun 19, 2012 11:01 am

because of the announcement of New Worlds 2!

Charmander

Posts : 10
Join date : 2012-06-13
Age : 32
Location : Connecticut

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum