Stendhal NPC Coding: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Kymara flesh out |
imported>Kymara No edit summary |
||
| Line 13: | Line 13: | ||
== Define NPC with Java == |
== Define NPC with Java == |
||
First you need to decide what region your |
First you need to decide what region your NPC will be in, so that we can create the Java file in the correct place. The location for the file will be: |
||
src/games/stendhal/server/maps/''region''/''subregion'' |
src/games/stendhal/server/maps/''region''/''subregion'' |
||