summaryrefslogtreecommitdiff
path: root/npc/functions
AgeCommit message (Expand)AuthorFilesLines
2016-12-21Improve the riddle script, fix the fact that the riddle didn't work with a tr...Reid1-0/+75
2016-12-19we can only savepoint every 5 seconds nowomatt1-0/+6
2016-12-19add precision option to FuzzyTimegumi1-12/+16
2016-12-19Translated the savepoint message.Alige1-1/+1
2016-12-13put the game rules in a function, make notes call that function, add `@rules`...gumi3-6/+68
2016-12-07simplify inventoryplacegumi1-28/+15
2016-12-07Use the builtin function to check inventory place on the inventoryplace funct...Reid1-22/+41
2016-12-03add `goodbye2` terminator functiongumi1-0/+19
2016-12-03add `bye` terminator function, make `goodbye` an extension of `bye`gumi1-3/+21
2016-12-03add `cstorage` terminator functiongumi1-0/+11
2016-12-03add `cshop` terminator functiongumi1-0/+12
2016-12-03add `cwarp` terminator functiongumi1-13/+72
2016-12-03allow `bedClic` to work without arguments, letting `savepointparticle` handle itgumi1-1/+1
2016-12-03allow `savepointparticle` to inherit map, x, y from the npc that calls itgumi1-2/+21
2016-12-03add related quests to Julia generic debuggumi1-2/+13
2016-12-03add `selectd` quest debug functiongumi1-1/+48
2016-11-17Add language selection into its own function,Reid1-0/+80
2016-11-06Add debugmes as walking npc argument function.Reid1-0/+5
2016-11-06Fix wrong error value check on graph walking npc functions.Reid1-1/+1
2016-10-02Add Artis Legion quest on LozerkMonwarez1-0/+30
2016-09-26Add questgen function.Reid1-0/+38
2016-09-12Show old version message for client versions < 12 (was < 8).s20160912Andrei Karas1-1/+1
2016-09-02last minute changesgumi32-66/+57
2016-09-01add FuzzyTime functions (human-readable time)gumi1-0/+143
2016-09-01add quest debuggumi32-0/+927
2016-08-15Fix menuint return value if last number is zero.s20160820Andrei Karas1-1/+2
2016-08-08Missing male/female option in legiontalk script.Alige1-1/+1
2016-08-06Fixed typos and reworded some sentences in the barber, edouard and fishing sc...Alige2-9/+9
2016-08-06Removed capital letter from "Omatt" (to "omatt").Alige1-1/+1
2016-08-06change fishing pull_max, add timer; change label name in wateranimationomatt1-1/+5
2016-08-06Update the fishing support with the new animation.Reid1-63/+80
2016-08-04Add a blank line on the BarberSayStyle inside the speech flag.Reid1-1/+1
2016-08-04change water animation (001-1), and change fishing functionomatt1-84/+90
2016-08-04add BarberSayStyle function in barber.txt, and add new line on the top of men...omatt1-70/+65
2016-07-24A warrior is not always too tense to say some advice.Akko Teru1-3/+9
2016-07-24Legion blather. Exclude the misplaced dialogue-box.Akko Teru1-7/+8
2016-07-19Continued fixing typos and rewording sentences, after reading the translations.Alige2-11/+11
2016-07-17Remove client versions list.Andrei Karas1-17/+0
2016-07-17Because of translations, reworked several sentences in scripts, added missing...Alige1-7/+7
2016-07-12In barber's script typo: String Green -> Spring Green. Reported by Micksha.Alige1-1/+1
2016-07-11In the marriage script, a sentence couldn't be translated for different male/...Alige1-1/+1
2016-07-06Add a logn * baseplayer function to calculate inn and stat reset costs.Reid1-0/+23
2016-07-06Fixed few bugs in NPC scripts:Alige3-7/+7
2016-06-27Removed useless comments on emotions in npc scripts.Alige2-3/+3
2016-06-27Replace emotion() arguments with constants instead of ID.Reid3-5/+5
2016-06-22add `@music` atcommandmekolat1-0/+66
2016-06-20Add legiontalk with carmie's dialogue.Reid1-0/+58
2016-06-20Fix some wrong rand() call on hello and villagertalk.Reid2-2/+2
2016-06-20Clean up villagertalk and remove some legion-specific dialogues.Reid1-15/+3
2016-06-20Add a hello script function.Reid1-0/+23