summaryrefslogtreecommitdiff
path: root/npc
AgeCommit message (Expand)AuthorFilesLines
2017-01-25Missing dot in the game-rules script.Alige1-1/+1
2017-01-24Forgot a male/female option in lozerk's script.Alige1-1/+1
2017-01-24Copied line in the script, but with a slight difference. Fixed.Alige1-1/+1
2017-01-22add new link functionsgumi1-0/+20
2017-01-20Updated missing male/female translation attributes to some scripts.Alige2-5/+5
2017-01-20Missing full stop in a line of lozerk's script.Alige1-1/+1
2017-01-19In the asklanguage function script, removed unecessary translation attributes.Alige1-24/+24
2017-01-17add an empty line in the fishing guide bookgumi1-0/+2
2017-01-17make eugene give the fishing guidegumi1-6/+8
2017-01-17add the fishing guide to the librarygumi1-0/+83
2017-01-17make openbook inherit book name from calling npcgumi4-26/+22
2017-01-17Completely rewrite the fishing systemgumi2-474/+233
2017-01-15fix lg misusegumi3-6/+8
2017-01-15rectify the indentationgumi13-759/+758
2017-01-08remove .gat suffix everywheregumi21-85/+85
2017-01-08Merge remote-tracking branch 'alige/consistency'gumi105-121/+125
2017-01-08make mapsgumi1-1/+0
2017-01-08Consistency of the authors in scripts.Alige105-121/+125
2017-01-07patch for fuzzytime precision (missing the `and`)gumi1-12/+10
2017-01-06make the chests automatically closegumi3-11/+63
2017-01-06add a delay on close/open chestomatt3-68/+67
2017-01-04send to a random x,y when not walkable in `@w`gumi1-3/+7
2017-01-03don't allow warping to nonexistent map with `@w`gumi1-0/+11
2016-12-22allow to call `@esp` without parameters (debug only)gumi1-1/+1
2016-12-22add `@money` as alias to `@esp` (debug only)gumi1-0/+1
2016-12-22add `@e` as alias to `@esp` (debug only)gumi1-0/+1
2016-12-22only allow `@esp` special values when debug is enabledgumi1-2/+2
2016-12-21Improve the riddle script, fix the fact that the riddle didn't work with a tr...Reid3-47/+78
2016-12-21use a sscanf instead of explode for `@w` commandgumi1-4/+1
2016-12-19Various lore and grammar fixesWildX5-37/+38
2016-12-19Lore and grammar fixesWildX1-6/+6
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`...gumi12-106/+138
2016-12-13remove motd-text, make debug motd use a temp global vargumi1-2/+2
2016-12-13only show debug motd separator when there is debug motd messagesgumi1-1/+3
2016-12-07Merge remote-tracking branch 'reivol/offset-barber-sign'gumi1-1/+1
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-06add a sound in piou rocket, and a delay of 2s for prevent spamomatt2-17/+13
2016-12-06refactor `@w` to use regexgumi1-195/+51
2016-12-06Merge remote-tracking branch 'reivol/enable-legion-access'gumi1-4/+3
2016-12-05Offset the barber sign on Artis.Reid1-1/+1
2016-12-05Enable warp to the Legion from Artis.Reid1-4/+3
2016-12-04Merge branch 'lloyd'gumi1-10/+12
2016-12-04add debug to lloydgumi1-6/+9
2016-12-04remove goto in lozerkMonwarez1-15/+11
2016-12-03Add various map fixes reported by articuno.Reid2-3/+5
2016-12-04Fix some wrong line spacing between Lloyd's dialogue.Reid1-4/+3