summaryrefslogtreecommitdiff
path: root/data/test.lua
AgeCommit message (Expand)AuthorFilesLines
2008-06-02Used an example for schedule_in which is more in step with actual practice. U...Philipp Sehmisch1-11/+16
2008-05-31Scripted a scheduler which can execute script functions at regular intervals ...Philipp Sehmisch1-0/+11
2008-05-22(no commit message)Philipp Sehmisch1-0/+23
2008-05-19Implemented NPC names. Implemented the theoretical possibility to have named ...Philipp Sehmisch1-4/+4
2008-05-07Implemented script bindings for making beings talk and sending private chat m...Philipp Sehmisch1-6/+20
2008-05-06Implemented script trigger areas which call a script function when an object ...Philipp Sehmisch1-0/+16
2008-05-02Added headers to LUA files mentioning the purpose of the files and their lice...Philipp Sehmisch1-3/+16
2008-04-20Added 100 to NPC IDs to keep 0.0 compatibility for now.Bjørn Lindeijer1-5/+5
2008-03-31Removed the +100 offset of NPC IDs (relict from eAthena)Philipp Sehmisch1-4/+4
2008-03-25Added a Lua library with walk around functions for NPCs.Philipp Sehmisch1-16/+6
2008-03-15Added pathblocking rules to NPCs, added script bindings to query being positi...Philipp Sehmisch1-14/+27
2008-03-15Implemented script binding for controllig movement of beings and fixed a cras...Philipp Sehmisch1-0/+15
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