summaryrefslogtreecommitdiff
path: root/npc/000-2-1
AgeCommit message (Collapse)AuthorFilesLines
2019-04-13Reimplement INN system and add Rusty Pick InnJesusaves1-4/+20
2019-04-03Update Alige script file for better user experience.Jesusaves1-33/+35
Code-style-wise, this is what we call "legacy" and needs "total rewrite". I'm not willing to totally rewrite it, only to improve user experience. Total rewrite can be done by real coders later, if they want.
2019-03-09Replace eight calls for warp on npc/000-2-1 by slide calls (in legacy syntax)Jesusaves1-4/+4
Just wanted to say I'm still alive, although this may improve game performance.
2019-03-05... That's why you shouldn't code with an empty stomach and without taking anJesusaves1-241/+204
Afternoon nap %%O
2019-03-01Remove extra white spacesAndrei Karas1-1/+1
2019-02-28Guide players by hand to get started on the game.Jesusaves1-1/+8
2018-12-06Remove extra parameter from function getnpcidAndrei Karas1-2/+2
2018-07-05mesc() is a function to optimize mes(col(l())), saving parenthesis.Jesusaves4-16/+16
mesc() is a short for mes(col()). It should make coding colored code easier. The default color value is "9", same from narrator, but this default value is not used anymore. I assume mes* functions are legacy for this project, so fell free to reject the patch.
2018-05-16fix wildx's commits20180518gumi1-1/+1
2018-01-26Fix typo with a semicolon in Dan NPC scripts20180208Dan Sagunov1-1/+1
2017-12-29rename closedialog to closeclientdialogThibault Payet4-5/+5
2017-10-11what's up with this crazy syntax?s20171023gumi2-3/+3
I blame Reid
2017-08-19Replace bit flags by constants on narrator and speech functions.Reid3-5/+5
2017-06-05remove misceffect usage from scriptsgumi1-2/+2
2017-01-31regenerate mob spawns with tmw converter.Andrei Karas1-1/+1
2017-01-15fix lg misusegumi1-1/+2
2017-01-15rectify the indentationgumi1-1/+1
2017-01-08remove .gat suffix everywheregumi3-19/+19
2017-01-08Consistency of the authors in scripts.Alige1-2/+2
2017-01-06make the chests automatically closegumi1-5/+22
2017-01-06add a delay on close/open chestomatt1-33/+32
2016-11-24Add auto-gen files inwushin4-7/+49
2016-11-22Remove hand written generic saveswushin2-29/+1
2016-11-05chest 000-1, typo name, add soundomatt1-2/+4
2016-09-20Revert "Changed "Pumpkish Juice" to "Pumpkin Juice" in Alige script"Andrei Karas1-1/+1
This reverts commit ca69ddac66c1bc5fcd914bb98a4394d4ec9f0685.
2016-09-19Changed "Pumpkish Juice" to "Pumpkin Juice" in Alige scriptWildX1-1/+1
2016-08-20Convert npc directory into new format.Andrei Karas1-14/+14
2016-08-07Sentence in peter's script way too long, cut in several strings.Alige1-1/+5
2016-07-20Removed male/female uncessary translation in arpan's script.Alige1-1/+1
2016-07-19change the arpan dialogue about money in old habitomattornot1-2/+16
2016-07-19Continued fixing typos and rewording sentences, after reading the translations.Alige3-4/+4
2016-07-17Because of translations, reworked several sentences in scripts, added ↵Alige2-8/+8
missing words and M/F options.
2016-07-11Made it clearer for the player to get his new clothes from the chest, at the ↵Alige1-1/+1
beginning. Some people didn't understand.
2016-07-06Fixed few bugs in NPC scripts:Alige1-11/+11
Changed item IDs to their aegisname Added missing 's' after @@ when needed Few other fixes in english
2016-06-27Changed all item IDs by their aegisname in scripts.Alige4-35/+35
2016-06-18Introduced the name of the Drasil Island in npc scripts.Alige1-1/+1
Also fixed some english issues in some npc dialogues.
2016-06-14Fixed some missings girl/boy feature in some scripts.Alige1-1/+1
2016-06-14Fixed the line with value names in _mobs.txt files.Alige1-2/+1
2016-06-14Added a line to describe the different values, in all _mobs.txt files.Alige1-0/+2
Also preparing to add a name to all of the maps.
2016-03-28Remove useless variabled before inventoryplace.Andrei Karas2-4/+0
2016-02-21Fix the long time bug on peter that respawn the dead player on the wall.Reid1-1/+1
2016-02-20Space more ratto respawns in peter quests (40s -> 45s).Reid1-4/+4
2016-02-20Add new food and a drunk label on alige from artis.Reid1-0/+14
2016-02-13Remove Rumly from the game introduction.Reid2-198/+0
2016-02-13Clean up and remove some useless space and newline.Reid2-3/+1
2016-01-30Replace countitemcolor to countitem.Andrei Karas2-20/+20
2015-12-28Add past-intro dialogue/skip functions.Reid3-3/+10
2015-12-28Add a missing hammock.Reid1-2/+14
2015-12-27Call the savepoint script from arpan's end of introduction dialogue.Reid1-0/+27
2015-12-27Add warp to 000-0-1 on the savepoint script on 000-2-1.Reid1-2/+17