Applying for Quest writer/mapper (if interested)
4 posters
Page 1 of 1
Applying for Quest writer/mapper (if interested)
In Game Name: Lord
Experience*: Owned a fairly successful server where i mapped everything myself and also wrote a couple of quests for it, worked with a couple of minor servers fixing problems and getting them off their feet
Position Applying For*: Quest writer and Mapper (only if interested in my work)
Samples of your work*:
Why should we hire you?*: I'm fairly good at what i do i will always finish a job and i will soon have a lot of spare time.
How many hours can you be on?*: Not very often at the moment to be honest as i have exams and have to revise but by next Wednesday i would've finished all my exams and will be able to play more often.
0xLordx0- Posts : 17
Join date : 2012-06-09
Re: Applying for Quest writer/mapper (if interested)
It's only shown half the map for some reason and here are some of examples of my quests.
- Code:
Main
{
questname "Bandit Camp"
version 1.0
}
State Begin
{
desc "Talk to Adventurer"
action AddNpcText ( 6, "Hello Can you help me? I was walking home yesterday with some rare snake eggs, when a group of bandits attacked me! Can you help me find them?" );
rule TalkedToNpc ( 6 ) goto TalkToDrunkBandit
}
State TalkToDrunkBandit
{
desc "Talk to the Drunk Bandit"
action AddNpcText ( 6, "You should try going to the pub to see what you can find out about the bandits." );
action AddNpcText ( 7, "Whhat yewww waaant peaaasant" );
action AddNpcInput ( 7, 1, "Tell me where the bandit camp is.");
action AddNpcInput ( 7, 2, "Nothing sir.");
rule InputNpc ( 1 ) goto BribeTheBandit
}
State BribeTheBandit
{
desc "Bribe the Bandit"
action AddNpcText ( 7, "HAHAHAH, whhy wouuuld i teell yew annythingg." );
action AddNpcInput ( 7, 1, "Would another beer loosen your tounge?");
action AddNpcInput ( 7, 2, "Fine then, Bye");
rule InputNpc ( 1 ) goto BuyTheBanditABeer
}
State BuyTheBanditABeer
{
desc "Buy The Bandit A Beer"
action AddNpcText ( 7, "Maak it twooo Annd weee havvve a deaal" );
rule GotItems ( 211,2 ) goto GiveHimBeer
}
State GiveHimBeer
{
desc "Give The Drunk The Beers"
action AddNpcText ( 7,"Ahhh Thank you". );
action AddNpcText ( 7,"To get to the camp you need to warp to there using #warp Barbarian But its heavily guarded so you will need help from the Royal Guards camped outside." );
action RemoveItem ( 211,2 );
rule TalkedToNpc ( 7 ) goto TalkToGuardCaptain
rule LostItems ( 211,2 ) goto BuyTheBanditABeer
}
State TalkToGuardCaptain
{
desc "Talk to the Guard Captain."
action AddNpcText ( 8,"Oi! What do you think your doing? Were in the middle of a sige!" );
action AddNpcInput ( 8, 1, "Ive come to help.");
action AddNpcInput ( 8, 2, "Oh sorry, ill get out of your way then.");
rule InputNpc ( 1 ) goto HelpTheGuards
}
State HelpTheGuards
{
desc "Help the Guards out."
action AddNpcText ( 8, "Great were always looking for new recruits, but first you have to prove yourself by rescuing my second in command from the bandit Jail!" );
rule TalkedToNpc ( 8 ) goto JailBait
}
State JailBait
{
desc "Rescue The Sergant from the prison cell"
action AddNpcText ( 9, "Who are you?" );
action AddNpcInput ( 9, 1, "Your Captain sent me to help you.");
action AddNpcInput ( 9, 2, "Im Satan, and ive come for your soul!");
rule InputNpc ( 1 ) goto GetTheKey
}
State GetTheKey
{
desc "Get the cell key"
action AddNpcText ( 9, "Oh thank you! I saw the key around the Barbarian Lords Waist. Kill that bastard and bring me the key!" );
rule GotItems ( 240,1) goto ReleaseThePrisoner
}
State ReleaseThePrisoner
{
desc "Free the Prisoner"
action AddNpcText ( 9, "Thanks Now i can finally escape and we can put a stop to these bandits! Here i managed to swipe these from one of the bandits i killed." );
action RemoveItem ( 240,1 );
action GiveItem ( 500,2 );
rule TalkedToNpc ( 9 ) goto ReturningTheEggs
}
State ReturningTheEggs
{
desc "Return The Eggs to the adventurer"
action AddNpcText ( 6, "Oh thank you! Here have this as a reward." );
action RemoveItem ( 500,2 );
action GiveItem ( 486,1 );
action GiveItem ( 501,1 );
action End();
}
0xLordx0- Posts : 17
Join date : 2012-06-09
Re: Applying for Quest writer/mapper (if interested)
We currently do not need a mapper, but i will talk with coolrax about the quest writing
0xLordx0- Posts : 17
Join date : 2012-06-09
Re: Applying for Quest writer/mapper (if interested)
For the quest writer, do i have to be able to code it or do i just write it and u guys do the rest?
Kevin™- Posts : 104
Join date : 2012-06-07
Age : 28
Location : Florida
Re: Applying for Quest writer/mapper (if interested)
yes what spinz says cause i can make some kick ass quest :p
TwixPB- Tester
- Posts : 36
Join date : 2012-06-07
Age : 29
Re: Applying for Quest writer/mapper (if interested)
yea you would have to be able to code it yourself.
0xLordx0- Posts : 17
Join date : 2012-06-09
Re: Applying for Quest writer/mapper (if interested)
Do you still want to be a quest writer? If so add me on msn jimmys.network@hotmail.com, thanks
Similar topics
» I'm kind of a mapper
» Mapper Application
» Mapper Application, Zeus :)
» Have a quest idea that you'd like to see in New World?
» Quest writing application - Gengar
» Mapper Application
» Mapper Application, Zeus :)
» Have a quest idea that you'd like to see in New World?
» Quest writing application - Gengar
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum