summaryrefslogtreecommitdiff
path: root/npc/001-1
AgeCommit message (Expand)AuthorFilesLines
2016-07-12Typo in the sign script of Artis, had a useless 's after Docks.Alige1-1/+1
2016-07-12Fixed a line in Enora's script, that was badly copied inside the script.Alige1-2/+2
2016-07-11Typo in qonan's script.Alige1-1/+1
2016-07-11Piberries Infusion item has 1 b and 2 r. Fixed where it was badly written.Alige2-7/+7
2016-07-11Fixed a line in eugene's script, couldn't be translatable before.Alige1-1/+1
2016-07-11Removed useless space in chelios' script, for nothing.Alige1-1/+0
2016-07-11Fixed typos in eugene's script.Alige1-1/+1
2016-07-11Line in eugene's script that couldn't be translated differently for both male...Alige1-1/+1
2016-07-11In enora's script, a sentence couldn't be translated for male/female while ne...Alige1-1/+1
2016-07-11Missing space between price and E in salem's script (all other scripts have t...Alige1-1/+1
2016-07-09We should avoid <;> in english, better use <,> or start a new sentence.Alige1-2/+2
2016-07-09Add log function to calculate the plush count to reset the player stat.Reid1-0/+1
2016-07-07Fixed some english in enora's script.Alige1-5/+5
2016-07-06Fixed few bugs in NPC scripts:Alige6-19/+18
2016-07-06Fixed bug in rumly's script + added a line to count the number of plushrooms ...Alige1-17/+4
2016-07-06Added new possibility on rumly's script & fixed some english.Alige1-7/+22
2016-07-06Fix rumly.Reid1-3/+8
2016-06-30Fixed a bug in the cookie master script. Thanks to Vasily for spotting it.Alige1-1/+1
2016-06-28Fix a missing comma that crashed rumly's script.Reid1-1/+1
2016-06-27Changed all item IDs by their aegisname in scripts.Alige1-4/+4
2016-06-27Fixed "INN" to "Inn" in scripts.Alige1-2/+2
2016-06-27Removed useless entry in calypsan script.Alige1-1/+1
2016-06-27Now the player won't need only 1 plushroom to reset stats, it will depend on ...Alige1-10/+10
2016-06-27Replace emotion() arguments with constants instead of ID.Reid3-5/+5
2016-06-26Add a camel dye on enora's tanktop.Reid1-1/+1
2016-06-25Fixed a bug in enora's script. Seen by Parser, reported by Vasily, thanks to ...Alige1-1/+1
2016-06-25Remove the harbour NPC on top-right of the dock and offset the one below Nard...Reid1-13/+1
2016-06-24Fixed the name of the Manana Tree in the mob_db and added them on Artis map.Alige1-0/+20
2016-06-20send fake collision when legion building is lockedmekolat1-0/+2
2016-06-20Add legiontalk with carmie's dialogue.Reid1-12/+2
2016-06-19Added more sentences to carmie.Alige1-2/+10
2016-06-19Added random number of sentences to carmie.Alige1-2/+10
2016-06-18Introduced the name of the Drasil Island in npc scripts.Alige1-1/+1
2016-06-14Reverted the changes to the amount of urchins spawning. There were enough.Alige1-3/+2
2016-06-14Fixed typo in rumly's script. Reported in game by Micksha.Alige1-1/+1
2016-06-14Fix calypsan trade action.stableAndrei Karas1-1/+1
2016-06-14Updated some map names.Alige3-3/+3
2016-06-14Fixed map names in _import.txt, _warps.txt and _mobs.txt files.Alige1-1/+1
2016-06-14Fixed the line with value names in _mobs.txt files.Alige1-2/+1
2016-06-14Reduced the selling price of the fluffy furs.Alige1-2/+2
2016-06-14Added one more Pikpik on the Artis map.Alige1-0/+1
2016-06-14Decreased the amount of flufflies spawning on the hill: too much farming there.Alige1-2/+2
2016-06-14Increased the amount of urchins on the beach and adjusted their spawning coords.Alige1-3/+3
2016-06-14Added a line to describe the different values, in all _mobs.txt files.Alige1-1/+3
2016-06-08Add manhole script.Reid2-0/+41
2016-05-30Fix Elmo-Artis script dialogue.Reid1-1/+1
2016-05-30Hide some dialogue on Q'Pid if the player ask to retry the riddle after compl...Reid1-4/+6
2016-04-29Add more fishing spots.Reid1-18/+86
2016-04-29Add goodbye_msg() instead of goodbye() on xilaxa's script so it can uses the ...Reid1-1/+1
2016-04-29Rewrite Xilaxa's script with graph based walking NPC support.Reid1-34/+54