summaryrefslogtreecommitdiff
path: root/npc/functions
AgeCommit message (Expand)AuthorFilesLines
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 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