summaryrefslogtreecommitdiff
path: root/example/serverdata/scripts
AgeCommit message (Expand)AuthorFilesLines
2012-01-22Added announce(text [, sender]) lua functionErik Schilling1-0/+1
2012-01-18Added the chr_get_inventory and chr_get_equipment functions.Yohann Ferreira1-0/+28
2012-01-18Fixed the chr_inv_count function to handle equipment.Yohann Ferreira1-2/+11
2012-01-02Made all beings capable of having a genderErik Schilling3-10/+10
2012-01-02Made do_npc_close to be called by default after the end of the talk functionErik Schilling8-11/+1
2011-11-07Merged three global script states into oneThorbjørn Lindeijer1-0/+17
2011-10-19Merge branch 'master' of github.com:mana/manaservYohann Ferreira1-7/+12
2011-10-19Prevent server crash by not having beings talk after spawn for nowThorbjørn Lindeijer1-7/+12
2011-09-28Added the chr_get_level script function.Yohann Ferreira1-0/+1
2011-08-25Merge branch 'equipment-fix' of github.com:Bertram25/manaservYohann Ferreira1-2/+2
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-18Added LUA function for changing anger of monsters.Erik Schilling1-1/+4
2011-08-18Added LUA function for changing anger of monsters.Erik Schilling1-1/+4
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 Sehmisch1-0/+99
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-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-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 Lindeijer1-0/+7