summaryrefslogtreecommitdiff
path: root/npc/001-1
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-29Add name on Pillar signs.Reid1-17/+17
2016-04-19Replace Artis's sign functions with npctalkonce.Reid1-102/+17
2016-04-19Add NPCs on every pillars to indicate the building name or direction of vario...Reid2-0/+261
2016-03-28Remove useless variabled before inventoryplace.Andrei Karas1-4/+0
2016-03-28Sign with player name cookies in cookiemaster.Andrei Karas1-2/+2
2016-03-21Separate calypsan's shop into two shop, one for cashmere and one for cotton.Reid2-9/+42
2016-03-19Replace select with yes/no to askyesno function.Andrei Karas2-14/+5
2016-03-05Fix syntax error from previous commit.Andrei Karas1-1/+1
2016-03-03Fixed a lot of grammar mistakes in the dialougue of NPCs,Unverified14-81/+82
2016-03-02Fix enora's item bug.Reid1-3/+2