summaryrefslogtreecommitdiff
path: root/example
AgeCommit message (Expand)AuthorFilesLines
2012-07-07Added Vulnerabilities for monstersErik Schilling2-2/+2
2012-07-07Added script binds for getting attack informationErik Schilling1-1/+4
2012-07-07Work on (Auto)Attack system.Erik Schilling3-61/+71
2012-07-07Rename AutoAttack to AttackErik Schilling1-3/+3
2012-04-04Enhanced special supportErik Schilling3-27/+37
2012-03-11Converted two Lua scripts from DOS to UNIX line endingsThorbjørn Lindeijer2-132/+132
2012-03-11Register Lua script API functions into the global namespaceThorbjørn Lindeijer16-196/+196
2012-03-11Removed the create_npc wrapper and the last two NPC callbacksThorbjørn Lindeijer1-7/+7
2012-03-11Removed deprecated NPC helper functionsThorbjørn Lindeijer8-68/+68
2012-03-10Moved the managing of NPC script coroutines into C++Thorbjørn Lindeijer1-2/+0
2012-03-05Added @effect commandErik Schilling1-0/+1
2012-03-03Made some global Lua variables localThorbjørn Lindeijer2-47/+46
2012-03-03Use callbacks for items, monsters and status effectsThorbjørn Lindeijer7-9/+22
2012-03-03Added further missing callbacksErik Schilling2-0/+5
2012-03-02Converted functions called by LuaScript to callbacksThorbjørn Lindeijer1-4/+4
2012-03-02Use callbacks for handling character death and respawnThorbjørn Lindeijer1-6/+11
2012-03-02A bunch of cleanups to example Lua scriptsThorbjørn Lindeijer10-181/+126
2012-03-02Merged all the different Lua states into oneThorbjørn Lindeijer7-7/+9
2012-02-25Merged the example client and server dataThorbjørn Lindeijer187-1/+1
2012-02-05Moved @announce permission to GM groupThorbjørn Lindeijer1-1/+1
2012-02-04Simplified merchant.luaThorbjørn Lindeijer1-80/+85
2012-02-02Added a way to specify the min and max attributes values.Yohann Ferreira1-22/+135
2012-01-31Use a full user data object for MapObject referencesThorbjørn Lindeijer1-0/+10
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 Schilling4-10/+11
2012-01-02Made do_npc_close to be called by default after the end of the talk functionErik Schilling8-11/+1
2011-12-04Added @skills command which lists all skillsErik Schilling1-0/+1
2011-11-13Added the background parameter values to the equip.xml file.Yohann Ferreira1-10/+10
2011-11-07Merged three global script states into oneThorbjørn Lindeijer1-0/+17
2011-11-02Added @permissions commandErik Schilling1-0/+1
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 a default skill id getter in the skill manager.Yohann Ferreira1-1/+1
2011-09-28Fixed the items.xml fileYohann Ferreira1-14/+17
2011-09-28Added the chr_get_level script function.Yohann Ferreira1-0/+1
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-09-01Added chatcommand to get position of a character.Erik Schilling1-0/+1
2011-08-30As requested, changed the trigger 'existence' to 'in-inventory'.Yohann Ferreira1-9/+9
2011-08-30Merge branch 'equipment-fix'Yohann Ferreira1-10/+29
2011-08-30Synced the equip.xml file to the latest changes.Yohann Ferreira1-10/+29
2011-08-25Merge branch 'equipment-fix' of github.com:Bertram25/manaservYohann Ferreira15-12/+415
2011-08-25Updated specials.xml to better illustrate the features which are currentlyunknown1-3/+4
2011-08-19Merge git://gitorious.org/~bertram/mana/manaserv-equipment-fix into equipment...Yohann Ferreira15-12/+408
2011-08-19Added boots and pants to play with on the test map.Yohann Ferreira13-11/+363
2011-08-19Used the client base to make a final bugfix on the server code.Yohann Ferreira5-2/+46
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