summaryrefslogtreecommitdiffstats
path: root/example/serverdata
Commit message (Expand)AuthorAgeFilesLines
* Moved @announce permission to GM groupThorbjørn Lindeijer2012-02-051-1/+1
* Simplified merchant.luaThorbjørn Lindeijer2012-02-041-80/+85
* Use a full user data object for MapObject referencesThorbjørn Lindeijer2012-01-311-0/+10
* Added announce(text [, sender]) lua functionErik Schilling2012-01-221-0/+1
* Added the chr_get_inventory and chr_get_equipment functions.Yohann Ferreira2012-01-181-0/+28
* Fixed the chr_inv_count function to handle equipment.Yohann Ferreira2012-01-181-2/+11
* Made all beings capable of having a genderErik Schilling2012-01-023-10/+10
* Made do_npc_close to be called by default after the end of the talk functionErik Schilling2012-01-028-11/+1
* Added @skills command which lists all skillsErik Schilling2011-12-041-0/+1
* Merged three global script states into oneThorbjørn Lindeijer2011-11-071-0/+17
* Added @permissions commandErik Schilling2011-11-021-0/+1
* Merge branch 'master' of github.com:mana/manaservYohann Ferreira2011-10-191-7/+12
|\
| * Prevent server crash by not having beings talk after spawn for nowThorbjørn Lindeijer2011-10-191-7/+12
| * Added chatcommand to get position of a character.Erik Schilling2011-09-151-0/+1
| * Added LUA function for changing anger of monsters.Erik Schilling2011-08-181-1/+4
* | Added the chr_get_level script function.Yohann Ferreira2011-09-281-0/+1
* | Added chatcommand to get position of a character.Erik Schilling2011-09-011-0/+1
* | Merge branch 'equipment-fix' of github.com:Bertram25/manaservYohann Ferreira2011-08-251-2/+2
|\ \
| * \ Merge git://gitorious.org/~bertram/mana/manaserv-equipment-fix into equipment...Yohann Ferreira2011-08-191-2/+2
| |\ \ | | |/ | |/|
| | * Added boots and pants to play with on the test map.Yohann Ferreira2011-08-191-1/+1
| | * Used the client base to make a final bugfix on the server code.Yohann Ferreira2011-08-191-1/+1
* | | Added LUA function for changing anger of monsters.Erik Schilling2011-08-181-1/+4
|/ /
* / Made chr_inv_count and npc_trade capable of taking a name or an id.Erik Schilling2011-08-101-3/+4
|/
* Allowed names of items and monsters in scripts - part 1.Erik Schilling2011-08-041-1/+1
* Unified the lua.cpp documentation.Yohann Ferreira2011-08-032-8/+8
* Added monster_remove lua function.Erik Schilling2011-08-031-0/+9
* Added new lua function for calculating distances.Ablu2011-07-041-0/+2
* fixed a bug in the example crafting scriptsPhilipp Sehmisch2011-04-271-2/+2
* Added a simple crafting systemPhilipp Sehmisch2011-04-272-0/+100
* Added a shake effect when Harmony is disappearing.Yohann Ferreira2011-04-171-1/+7
* Script binding for the new screen shake effect.Philipp Sehmisch2011-03-141-0/+48
* Change the monster talking delay to 0.5 to minimize test failures.Yohann Ferreira2011-03-111-1/+1
* Show a way to make monsters speak at spawn time.Yohann Ferreira2011-03-091-2/+11
* Enabling of warp to respawn location after deathStefan Dombrowski2011-03-021-1/+1
* Implementing @killmonstersStefan Dombrowski2011-02-221-0/+1
* Made use of npc_disable(), npc_enable() on the template map.Yohann Ferreira2011-02-201-0/+4
* Update barbers and hair display.Yohann Ferreira2011-02-201-2/+2
* Added a merchant and a blacksmith on the template map.Yohann Ferreira2011-02-153-73/+113
* Finally fix Harmony giving some GP to characters.Yohann Ferreira2011-02-111-7/+4
* Implemented LUA binding to get the gender of a characterPhilipp Sehmisch2011-02-081-1/+7
* Added first visible npcs and play with them a bit.Yohann Ferreira2011-01-311-6/+36
* Simply fixing the map script header while i see it.Yohann Ferreira2011-01-271-4/+4
* Updates to the example data.Yohann Ferreira2011-01-272-2/+34
* Added new example files needed to start a more complete feature-showing map.Yohann Ferreira2010-12-3012-10/+644
* Implemented @log and @logsay commands.Philipp Sehmisch2010-12-271-0/+2
* Transaction logging of various command, new transaction codes and style fix.Philipp Sehmisch2010-12-271-0/+2
* Implemented @die chat commandPhilipp Sehmisch2010-12-171-0/+1
* Improve warp commandsJared Adams2010-12-061-0/+1
* Added @mute chat command.Philipp Sehmisch2010-08-301-0/+1
* Added LUA script bindings for manipulating the specials available to a charac...Philipp Sehmisch2010-07-091-0/+39