summaryrefslogtreecommitdiff
path: root/example/serverdata/scripts/maps/desert.lua
AgeCommit message (Expand)AuthorFilesLines
2012-02-25Merged the example client and server dataThorbjørn Lindeijer1-149/+0
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 Schilling1-7/+7
2012-01-02Made do_npc_close to be called by default after the end of the talk functionErik Schilling1-1/+0
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-03Added monster_remove lua function.Erik Schilling1-0/+9
2011-07-04Added new lua function for calculating distances.Ablu1-0/+2
2011-04-17Added a shake effect when Harmony is disappearing.Yohann Ferreira1-1/+7
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-02-20Made use of npc_disable(), npc_enable() on the template map.Yohann Ferreira1-0/+4
2011-02-15Added a merchant and a blacksmith on the template map.Yohann Ferreira1-0/+14
2011-02-11Finally fix Harmony giving some GP to characters.Yohann Ferreira1-7/+4
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 Ferreira1-0/+32