summaryrefslogtreecommitdiff
path: root/npc/functions
AgeCommit message (Collapse)AuthorFilesLines
2016-11-17Add language selection into its own function,Reid1-0/+80
Add Esperento on the fly.
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 ↵Alige2-9/+9
scripts.
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 ↵omatt1-70/+65
menu of edouard, add hairstyle and haircolor array in npc/config/hairstyle_config.txt.
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 ↵Alige1-7/+7
missing words and M/F options.
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 ↵Alige1-1/+1
male/female.
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
Changed item IDs to their aegisname Added missing 's' after @@ when needed Few other fixes in english
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
2016-06-20Rewrite the villagertalk with a switch.Reid1-30/+35
2016-06-20Fix a repeat issue on the fishing script.Reid1-6/+14
2016-06-18Introduced the name of the Drasil Island in npc scripts.Alige1-1/+1
Also fixed some english issues in some npc dialogues.
2016-06-14Fixed some missings girl/boy feature in some scripts.Alige1-1/+1
2016-06-14fix npc freeze when next move target is too farJoseph Botosh1-12/+66
2016-05-30Add "other" gender on doors.Reid1-0/+1
2016-04-29Fix the random hair boundary, it could set an unknown hairstyle.Reid1-1/+1
2016-04-29Improve the goodbye() function and add goodbye_msg() function that stores ↵Reid1-14/+19
every goodbye-lines.
2016-04-19Add a new function called npctalkonce.Reid1-0/+32
2016-04-14Change the adddefaultskills function default level to 6 instead of 9.Reid1-1/+4
2016-04-11Add compareandsetq function, it compares a given quest variable's value with ↵Reid1-0/+13
the current one, if both vals are equals, it sets the variable with a new value.
2016-03-19Replace select with yes/no to askyesno function.Andrei Karas3-3/+8
2016-03-19Add menuaction into yes/no dialogs in marriage.Andrei Karas1-2/+2
2016-03-19Add timer for check is marriage registration list is actual.Andrei Karas1-0/+16
2016-03-19Add support for divorce in marriage script.Andrei Karas1-9/+52
2016-03-19Add initial version of marriage script. Missing divorce and missing time checks.Andrei Karas1-0/+234