summaryrefslogtreecommitdiff
path: root/example/serverdata/scripts/npcs/emotemaker.lua
AgeCommit message (Collapse)AuthorFilesLines
2012-02-25Merged the example client and server dataThorbjørn Lindeijer1-45/+0
It's easier to just talk about world data and to modify it as a whole. If there is really a need to separate it, a project can still choose to do that (and in whatever suitable way). There is no need to enforce this separation or to do it in our example. Reviewed-by: Erik Schilling
2012-01-02Made do_npc_close to be called by default after the end of the talk functionErik Schilling1-1/+0
Reviewed-by: Bertram.
2010-12-30Added new example files needed to start a more complete feature-showing map.Yohann Ferreira1-0/+46
I also replaced certain files with newer version, just as the items.xml file. And I started to split test npcs from the tmwserv repository into reusable pieces. Big but trivial. Part of the Mana-Mantis issue: #231.