summaryrefslogtreecommitdiff
path: root/example/serverdata
AgeCommit message (Expand)AuthorFilesLines
2011-08-19Merge git://gitorious.org/~bertram/mana/manaserv-equipment-fix into equipment...Yohann Ferreira1-2/+2
2011-08-19Added boots and pants to play with on the test map.Yohann Ferreira1-1/+1
2011-08-19Used the client base to make a final bugfix on the server code.Yohann Ferreira1-1/+1
2011-08-10Made chr_inv_count and npc_trade capable of taking a name or an id.Erik Schilling1-3/+4
2011-08-04Allowed names of items and monsters in scripts - part 1.Erik Schilling1-1/+1
2011-08-03Unified the lua.cpp documentation.Yohann Ferreira2-8/+8
2011-08-03Added monster_remove lua function.Erik Schilling1-0/+9
2011-07-04Added new lua function for calculating distances.Ablu1-0/+2
2011-04-27fixed a bug in the example crafting scriptsPhilipp Sehmisch1-2/+2
2011-04-27Added a simple crafting systemPhilipp Sehmisch2-0/+100
2011-04-17Added a shake effect when Harmony is disappearing.Yohann Ferreira1-1/+7
2011-03-14Script binding for the new screen shake effect.Philipp Sehmisch1-0/+48
2011-03-11Change the monster talking delay to 0.5 to minimize test failures.Yohann Ferreira1-1/+1
2011-03-09Show a way to make monsters speak at spawn time.Yohann Ferreira1-2/+11
2011-03-02Enabling of warp to respawn location after deathStefan Dombrowski1-1/+1
2011-02-22Implementing @killmonstersStefan Dombrowski1-0/+1
2011-02-20Made use of npc_disable(), npc_enable() on the template map.Yohann Ferreira1-0/+4
2011-02-20Update barbers and hair display.Yohann Ferreira1-2/+2
2011-02-15Added a merchant and a blacksmith on the template map.Yohann Ferreira3-73/+113
2011-02-11Finally fix Harmony giving some GP to characters.Yohann Ferreira1-7/+4
2011-02-08Implemented LUA binding to get the gender of a characterPhilipp Sehmisch1-1/+7
2011-01-31Added first visible npcs and play with them a bit.Yohann Ferreira1-6/+36
2011-01-27Simply fixing the map script header while i see it.Yohann Ferreira1-4/+4
2011-01-27Updates to the example data.Yohann Ferreira2-2/+34
2010-12-30Added new example files needed to start a more complete feature-showing map.Yohann Ferreira12-10/+644
2010-12-27Implemented @log and @logsay commands.Philipp Sehmisch1-0/+2
2010-12-27Transaction logging of various command, new transaction codes and style fix.Philipp Sehmisch1-0/+2
2010-12-17Implemented @die chat commandPhilipp Sehmisch1-0/+1
2010-12-06Improve warp commandsJared Adams1-0/+1
2010-08-30Added @mute chat command.Philipp Sehmisch1-0/+1
2010-07-09Added LUA script bindings for manipulating the specials available to a charac...Philipp Sehmisch1-0/+39
2010-05-31Added minimal example global_events.luaPhilipp Sehmisch1-0/+57
2010-05-30Copied basic Lua libs back from tmwserv-data and added dummy dataThorbjørn Lindeijer3-0/+53