summaryrefslogtreecommitdiff
path: root/data/test.lua
AgeCommit message (Expand)AuthorFilesLines
2008-02-07Implemented LUA callback function for creating monsters.Philipp Sehmisch1-0/+12
2007-08-28Implemented quest variables.Guillaume Melquiond1-0/+5
2007-08-20Defined two helper functions to abstract away money being available underBjørn Lindeijer1-3/+7
2007-08-19Allowed Lua scripts to query and change money.Guillaume Melquiond1-3/+9
2007-08-17Added Lua function for trading between players and NPCs.Guillaume Melquiond1-2/+2
2007-08-15Added helper functions for loading files and NPCs as scripts. Put Lua helpers...Guillaume Melquiond1-110/+2
2007-08-13Implemented buy/sell handler.Guillaume Melquiond1-1/+5
2007-08-11Added Lua functions for handling inventories.Guillaume Melquiond1-1/+12
2007-08-10Removed colon in NPC choice messages.Guillaume Melquiond1-5/+5
2007-08-10Added Lua function for warping people around.Guillaume Melquiond1-0/+17
2007-08-10Improved helper functions for Lua scripts. Associated scripts to maps.Guillaume Melquiond1-16/+63
2007-08-10Played with Lua coroutines to simplify writing scripts.Guillaume Melquiond1-7/+62
2007-08-09Moved creation of testing NPC from C++ to Lua.Guillaume Melquiond1-5/+4
2007-08-09Converted testing NPC to Lua.Guillaume Melquiond1-0/+24