summaryrefslogtreecommitdiff
path: root/npc/functions
AgeCommit message (Collapse)AuthorFilesLines
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
2016-03-14Add known client versions and dates to clientversion script.release2016-03-15Andrei Karas1-1/+18
Also warn about old client for versiont <= 7
2016-03-13Extend the openbook feature and add different dialogue if the book was used ↵Reid1-1/+21
from a shelf or from the inventory.
2016-03-13Remove the translation function on poems and add a new function that ask if ↵Reid1-0/+16
the player wants to read the book.
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
Also fix other usage of chars "[]".
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 ↵Reid1-1/+3
problem).
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
Add bed functions into a different file and prevent the use of unlimited heal by disallowing the feature to switch of savepoint while keeping the reservation on the INN.
2016-01-24Add INN flag on savepoint, if the flag is not set it put to INN_Register the ↵Reid1-1/+6
false value (NO_INN).
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
Warning: There must be at least 0+13 emotes available for this not to cause problems.
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 ↵Andrei Karas1-0/+6
attribute.
2015-10-27fix getrandompoint functionJoseph Botosh1-2/+2
2015-10-23Move timer logic for graph based npcs to function.Andrei Karas1-0/+9
2015-10-23Move timer logic for simple npcs to function.Andrei Karas1-0/+11
2015-10-20Move masks functions to their own file.Reid1-0/+68