summaryrefslogtreecommitdiff
path: root/npc/functions
AgeCommit message (Expand)AuthorFilesLines
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
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 eve...Reid1-14/+19
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
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
2016-03-14Add known client versions and dates to clientversion script.release2016-03-15Andrei Karas1-1/+18
2016-03-13Extend the openbook feature and add different dialogue if the book was used f...Reid1-1/+21
2016-03-13Remove the translation function on poems and add a new function that ask if t...Reid1-0/+16
2016-03-01Fix the hair color issue.Reid1-26/+25
2016-03-01Fix wrong random number on barber functions.Reid1-2/+3
2016-03-01Change the difficulty of fishing.Reid1-4/+4
2016-02-26Add menuaction script function. Replace all action string to this function.Andrei Karas2-2/+6
2016-02-26Add improved mouboos (they now walk!).Reid2-26/+97
2016-02-23Add moubootalk function.Reid1-0/+26
2016-02-22Improve barber scripts and add loops.Reid1-88/+96
2016-02-22Add a new flag for the speech() function to hide the mesn; line.Reid1-1/+4
2016-02-22Update the hair color if a hairstyle get changed (fix the Sdye Regulardye pro...Reid1-1/+3
2016-02-22Add menuint and improve the barber function.Reid1-63/+87
2016-02-22Use constants in barber script.Andrei Karas1-2/+2
2016-02-13Clean up and remove some useless space and newline.Reid4-18/+0
2016-01-30Replace countitemcolor to countitem.Andrei Karas1-1/+1
2016-01-29Show warnings to clients with version <= 5.Andrei Karas1-2/+2
2016-01-24Switch case of PC_Is_Dead and INN_Register to full caps.Reid2-5/+5
2016-01-24Improve Plush and the savepoint functions.Reid1-0/+30
2016-01-24Add INN flag on savepoint, if the flag is not set it put to INN_Register the ...Reid1-1/+6
2016-01-17Fix emotes ID on various scripts.Reid2-3/+3
2016-01-17Fix errors on villagertalk.Reid1-25/+18
2016-01-17Add else if instead of many if on asleep function.Reid1-4/+6
2016-01-17Comment unknown commands in function villagertalk.Andrei Karas1-8/+8
2016-01-14TestMe: npc/functions/villagertalk.txtAkko Teru1-4/+47
2016-01-14Fix a typo on npcmovegraph's doc.Reid1-1/+1
2015-12-29Add different dialogue for artaxe as he is blocking the north road of Artis.Reid1-1/+2
2015-12-29Add villagertalk function for random dialogues.Reid1-0/+23
2015-12-28Add check if the player moved of his fishing spot.Reid1-0/+10
2015-12-28Add sailortalk function that display random dialogues for sailors.Reid1-0/+36
2015-11-10Move doors init code into doorInit function. Also enable alwaysvisible attrib...Andrei Karas1-0/+6