summaryrefslogtreecommitdiff
path: root/example
AgeCommit message (Expand)AuthorFilesLines
2011-10-22Added the chr_get_level script function.Yohann Ferreira1-0/+1
2011-10-19Prevent server crash by not having beings talk after spawn for nowThorbjørn Lindeijer1-7/+12
2011-09-15Added chatcommand to get position of a character.Erik Schilling1-0/+1
2011-09-12Changed specials.xml to reflect the current capabilitiesPhilipp Sehmisch1-3/+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-05-26Allow monsters to drop multiple itemsStefan Dombrowski1-25/+20
2011-05-01Changed the <being-effects> tag to <effects>.Yohann Ferreira1-2/+2
2011-05-01Renamed the mana-status-effects.xml to status-effects.xmlYohann Ferreira1-0/+0
2011-05-01Changed the server to look for the skills.xml file.Yohann Ferreira1-0/+0
2011-04-27fixed a bug in the example crafting scriptsPhilipp Sehmisch1-2/+2
2011-04-27Added a simple crafting systemPhilipp Sehmisch5-0/+110
2011-04-19Implemented scriptable effects on item use and dispell.Yohann Ferreira1-3/+6
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 Ferreira2-2/+12
2011-03-02Enabling of warp to respawn location after deathStefan Dombrowski1-1/+1
2011-02-23Changed stroll radius to pixels in monsters.xmlYohann Ferreira1-3/+3
2011-02-22Implementing @killmonstersStefan Dombrowski1-0/+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 Ferreira16-90/+16
2011-02-15Added a merchant and a blacksmith on the template map.Yohann Ferreira5-79/+130
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 Ferreira5-6/+55
2011-01-30Added the missing Magical dodge monster property.Yohann Ferreira1-1/+1
2011-01-30Made the monsters' attributes compute fine again.Yohann Ferreira1-8/+8
2011-01-27Simply fixing the map script header while i see it.Yohann Ferreira1-4/+4
2011-01-27Updates to the example data.Yohann Ferreira42-8/+794
2011-01-27Add collisions to the template map.Yohann Ferreira2-2/+10
2010-12-30Added new example files needed to start a more complete feature-showing map.Yohann Ferreira120-11/+2304
2010-12-29Updated the attributes.xml file with a more up-to-date version.Yohann Ferreira1-12/+10
2010-12-27Implemented @log and @logsay commands.Philipp Sehmisch1-0/+2
2010-12-27Transaction logging of various command, new transaction codes and style fix.Philipp Sehmisch1-0/+2
2010-12-17Implemented @die chat commandPhilipp Sehmisch1-0/+1
2010-12-06Improve warp commandsJared Adams1-0/+1
2010-10-26Added an empty npcs.xml file to the client dataThorbjørn Lindeijer1-0/+10
2010-10-23Added example equip.xmlPhilipp Sehmisch1-0/+12
2010-09-18Converted CRLF to LF in attributes.xmlThorbjørn Lindeijer1-82/+82
2010-09-16Upgraded the attributes.xml example to something actually usable.Yohann Ferreira1-38/+82
2010-09-12Added an example attributes.xmlThorbjørn Lindeijer1-0/+38
2010-08-30Added @mute chat command.Philipp Sehmisch1-0/+1
2010-08-22Added an empty mana-status-effect.xml to the exampleThorbjørn Lindeijer1-0/+3
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