summaryrefslogtreecommitdiff
path: root/npc/commands
AgeCommit message (Expand)AuthorFilesLines
2020-12-06* Lena's questJesusaves1-17/+29
2020-11-14music command - introduced messages by either succeeding or failingLivio Recchia1-4/+8
2020-11-12Add a couple quests for Captain Hal and Sergeant RyanLivio Recchia1-3/+4
2020-10-24CONTENT III SUPER MERGE REQUESTJesusaves2-2/+28
2020-10-16JukeboxJesusaves1-2/+15
2020-10-15Galimatia Quest - Incomplete Draft.Livio Recchia1-1/+2
2020-08-10add crafting to the skill debug menugumi1-9/+22
2020-08-06add a debug option to set a fake Legacy stateJesusaves1-2/+4
2020-08-05remove the all mentions of sex or gender from scriptsgumi3-34/+25
2020-08-05remove the notion of sex and gendergumi2-14/+32
2020-06-17First version of the new kfahr script.toams1-1/+2
2020-06-17Contains fixes/reordering for races, guilds and genders.Jesusaves2-11/+11
2020-05-24Faction Core, Quest ID rewrite, Thieves Path.Micksha1-1/+2
2020-04-25update scripts following a hardcoded enum changegumi1-1/+1
2020-04-25update debug-look for non-binary gendersgumi1-16/+13
2020-04-25add a changesex pseudo-atcommandgumi1-0/+35
2020-04-19Cupid's MagicJesusaves1-0/+24
2020-02-01Add EVOL_MONSTER_IDENTIFY skill.Jesusaves1-0/+29
2020-01-10Global Event Handler.Jesusaves3-20/+25
2019-10-21These are the new GM permissions, levels, and clearances for rEvolt.Jesusaves4-10/+51
2019-10-01instance for training room, training npc, new quest idtoams1-1/+2
2019-04-27Alpha version of spotlight system - requires a fixed clientdata!119 or won't ...Jesusaves1-0/+1
2019-04-26Address race concerns of evol-all#35 because I wanted something pretty.Jesusaves1-2/+2
2019-04-16Package Legion for travel.Jesusaves1-1/+2
2019-03-06Implements @resyncJesusaves1-0/+40
2019-03-05Update the quest to address Micksha notes.Jesusaves1-1/+2
2018-11-05Hurnscald mega-commitgumi1-2/+29
2018-05-08don't abort when a free tile can't be found for @warpgumi1-3/+7
2018-03-28use getmapinfo instead of getmapusers to check if a map existsgumi1-4/+2
2018-03-28make @w fully compatible with @warpgumi1-3/+23
2018-03-25get map anchors directly from mapsgumi1-71/+22
2018-03-20yeah... this got very messy (my bad!). let's not use custom terminators after...gumi1-2/+3
2017-12-29rename closedialog to closeclientdialogThibault Payet8-11/+11
2017-10-11what's up with this crazy syntax?s20171023gumi1-4/+4
2017-07-21refine permissions for custom commandss20170725gumi6-13/+28
2017-07-20more framework functionsgumi2-3/+3
2017-07-17improved hurnscald mapgumi2-4/+15
2017-05-04convert the old bank vault to the new bank vaults20170510gumi3-14/+14
2017-05-01remove usage of getgroupidgumi7-12/+9
2017-04-19add `@exprate` atcommandgumi2-9/+139
2017-03-08improve the preset commands20170404gumi1-37/+158
2017-01-15rectify the indentationgumi6-26/+26
2017-01-08Consistency of the authors in scripts.Alige1-3/+5
2017-01-04send to a random x,y when not walkable in `@w`gumi1-3/+7
2017-01-03don't allow warping to nonexistent map with `@w`gumi1-0/+11
2016-12-22allow to call `@esp` without parameters (debug only)gumi1-1/+1
2016-12-22add `@money` as alias to `@esp` (debug only)gumi1-0/+1
2016-12-22add `@e` as alias to `@esp` (debug only)gumi1-0/+1
2016-12-22only allow `@esp` special values when debug is enabledgumi1-2/+2
2016-12-21use a sscanf instead of explode for `@w` commandgumi1-4/+1