Stendhal Quest Contribution: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Hendrik Brummermann
Text said by NPCs: added {{chathighlight}}
imported>ToBeFree
I guess those links are outdated and depend on a third party hoster which might go offline sometime
 
(46 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Navigation for Stendhal Top}}
{{Navigation for Stendhal Top|Contributing}}
{{Navigation for Stendhal Contributors}}
{{Navigation for Stendhal Contributors}}


{{Stendhal Quests}}__NOTOC__
{{Stendhal Quests}}__NOTOC__


Line 7: Line 9:
This page wants to bring people with different skills together to create new and interesting quests. Starting from the very first rough idea to an implemented quest that is well tested and fun to play.
This page wants to bring people with different skills together to create new and interesting quests. Starting from the very first rough idea to an implemented quest that is well tested and fun to play.


'''If you are unsure about something, got lost, or just want to talk about Stendhal, please join [http://stendhal.game-host.org/?id=content/game/chat #arianne] and ask. This channel is really friendly and helpful.'''
'''If you are unsure about something, got lost, or just want to talk about Stendhal, please join [http://stendhalgame.org/chat/ #arianne] and ask. This channel is really friendly and helpful.'''


== Overview ==
== Overview ==
Line 14: Line 16:


{| class="prettytable"
{| class="prettytable"
! Skills || Doc || Description
! # || Skills || Doc || Description
|- bgcolor="#CFC"
|- bgcolor="#CFC"
| Creativity || [[Stendhal Quest Ideas|ideas]] || '''It all starts with an idea'''
| 1. || '''Creativity''' || [[Stendhal Quest Ideas|ideas]] || It all starts with an idea
|- bgcolor="#CCF"
|- bgcolor="#CCF"
| Stendhal || [[StendhalQuest|existing]] || '''Refining and Discussing''' in [http://stendhal.game-host.org/?id=content/game/chat #arianne]
| 2. || '''Stendhal''' || [[StendhalQuest|existing]] || Refining and Discussing in [http://stendhalgame.org/chat/ #arianne]
|- bgcolor="#CFC"
|- bgcolor="#CFC"
| English || - || '''Text said by NPCs'''
| 3. || '''English''' || - || Text said by NPCs
|- bgcolor="#FCC"
|- bgcolor="#FCC"
| Coding || [[Stendhal Quest Coding|code]] || '''Programming the quest'''
| 4. || '''Coding''' || [[Stendhal Quest Coding|code]] || Programming the quest
|- bgcolor="#CCF"
|- bgcolor="#CCF"
| Stendhal || [[Stendhal Quest Testing|test]] || '''Doing the quest on test-server with chat log'''
| 5. || '''Stendhal''' || [[Stendhal Quest Testing|test]] || Doing the quest on test-server with chat log
|- bgcolor="#FCC"
|- bgcolor="#FCC"
| Coding || [[Stendhal Quest Testing|test]] || '''Automatic Test'''
| 6. || '''Coding''' || [[Stendhal Quest Testing|test]] || Automatic Test
|}
|}


Line 34: Line 36:


== Refining and Discussing ==
== Refining and Discussing ==
Please join [http://stendhal.game-host.org/?id=content/game/chat #arianne] and talk about your ideas.
Please join [http://stendhalgame.org/chat/ #arianne] and talk about your ideas.


'''These questions may help to make up useful information:'''
'''These questions may help to make up useful information:'''
* What is the quest about?
* What is the quest about?
* How does it fit into the world?
* How does it fit into the world?
* Which NPCs should take part of the quest?
* Which NPCs should take part in the quest?
* What should the reward be?
* What should the reward be?
* Can the quest be done only onces or repeatedly?
* Can the quest be done only once or repeatedly?
* Are new items or monsters required?
* Are new items or monsters required?


Line 69: Line 71:


==Programming the quest==
==Programming the quest==

There is a tutorial at [[Stendhal Quest Coding]] which explains how to write the little computer program for the quest.


==Doing the quest on test-server with chat log==
==Doing the quest on test-server with chat log==
The best chat logs for quests are those which explore all possible options for the quest.

For example say that you already have the items you are supposed to fetch although this is not true, yet. Reject the quest first time and only return later to accept it. Try to ask to start the quest again once it has finished, this kind of thing.

Please try to play dumb and fool the NPC by asking stupid question which may confuse him.

Please say Bye when you want to finish the conversation if the NPC is still listening - don't just let him time out.


==Automatic Test==
==Automatic Test==
There is a tutorial at [[Stendhal Quest Testing]] which explains how to create an automatic test.