summaryrefslogtreecommitdiff
path: root/npc/functions
AgeCommit message (Collapse)AuthorFilesLines
2018-04-22we don't need strcmp for string < stringgumi1-11/+3
2018-04-05bring the array manipulation functions to version 10s20180406gumi1-11/+54
2018-03-28use getmapinfo instead of getmapusers to check if a map existsgumi1-0/+10
2018-03-25don't allow to open doors from behindgumi1-0/+7
2018-03-25New booksJesusaves1-10/+8
2018-03-25get map anchors directly from mapsgumi1-3/+4
2018-03-20yeah... this got very messy (my bad!). let's not use custom terminators ↵gumi3-133/+58
after all
2018-03-14Allows restoreshopitems to take an optional price parameter.Jesusaves1-3/+8
2017-12-29rename closedialog to closeclientdialogThibault Payet4-7/+7
2017-11-15confused tree refinementss20171129gumi1-3/+19
2017-10-11what's up with this crazy syntax?s20171023gumi7-36/+36
I blame Reid
2017-10-11fix npc talk lock mechanismgumi1-20/+14
it was setting a var in the function rather than in the NPC
2017-08-23Rename directions constants.Reid1-1/+1
2017-08-23Replace tabs by space on confused-tree.Reid1-0/+35
Add different directions according to the season. Change the confused tree NPC ID to 400.
2017-08-22fix the npc talk lock mechanism, make some other npcs use itgumi8-64/+56
2017-08-22reorganize the framework functionsgumi3-44/+70
2017-08-20Remove useless code from doorUnTouch function.Andrei Karas1-13/+1
2017-08-20Fix doors script issue, getareausers() used the PC location instead of the ↵Reid1-1/+13
NPC location.
2017-08-19Replace bit flags by constants on narrator and speech functions.Reid8-21/+21
2017-08-19Fix openbook() formating (extra flags and function calls).Reid1-9/+5
2017-08-18change OnFluffyDeath to check killedrid,omatt1-11/+25
change enora's qdebug for reset second field, make maps.
2017-08-18add confused treegumi1-0/+544
2017-07-21refine permissions for custom commandss20170725gumi1-9/+14
2017-07-20more framework functionsgumi6-166/+682
2017-06-05remove specialeffect2 usage from scriptss20170627gumi2-5/+5
2017-06-05remove misceffect usage from scriptsgumi1-2/+2
2017-05-04convert the old bank vault to the new bank vaults20170510gumi1-20/+20
2017-05-01remove usage of getgroupidgumi2-2/+32
2017-04-20Show too old client messages for client protocol version < 21.Andrei Karas1-1/+1
2017-04-15Show too old client messages for client protocol version < 19.Andrei Karas1-1/+1
2017-01-28add `format_number` function, make the banker use itgumi2-19/+47
2017-01-28improve the banking functiongumi1-49/+106
2017-01-28move the bank script into its own functiongumi1-0/+76
2017-01-27add the `any()` function (used by two MRs)gumi1-0/+5
2017-01-26In the asklanguage script, most lines should be translated directly inside it.Alige1-24/+24
2017-01-25Missing dot in the game-rules script.Alige1-1/+1
2017-01-22add new link functionsgumi1-0/+20
2017-01-19In the asklanguage function script, removed unecessary translation attributes.Alige1-24/+24
2017-01-17make openbook inherit book name from calling npcgumi2-6/+10
2017-01-17Completely rewrite the fishing systemgumi1-101/+216
2017-01-15rectify the indentationgumi1-2/+2
2017-01-08remove .gat suffix everywheregumi1-12/+12
2017-01-08Consistency of the authors in scripts.Alige46-50/+49
2017-01-07patch for fuzzytime precision (missing the `and`)gumi1-12/+10
2016-12-21Improve the riddle script, fix the fact that the riddle didn't work with a ↵Reid1-0/+75
translated answer.
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 ↵gumi3-6/+68
`@rules` command add `The Book of Laws`, give it whenever the player does not have it
2016-12-07simplify inventoryplacegumi1-28/+15