Stendhal Quest Coding: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Hendrik Brummermann
added sections
imported>Hendrik Brummermann
introduction
Line 2: Line 2:
{{Navigation for Stendhal Contributors}}
{{Navigation for Stendhal Contributors}}
{{Stendhal Quests}}
{{Stendhal Quests}}

If you have ideas for new quests or are interested in helping to refine quest ideas, please have a look at the Quest [[Stendhal Quest Contribution|Contributor's Guide]] or the [[Stendhal Quest Ideas]].




Line 12: Line 14:
This page describes how to code a quest. You don't need to know a lot about Java. You should, however, already have [[Configure a development environment (IDE)|setup an IDE]] and be able to compile and start a local Stendhal server.
This page describes how to code a quest. You don't need to know a lot about Java. You should, however, already have [[Configure a development environment (IDE)|setup an IDE]] and be able to compile and start a local Stendhal server.


This tutorial assumes that the new quest only uses NPCs and items that already exist in Stendhal.


== Creating a quest skeleton ==
== Creating a quest skeleton ==