summaryrefslogtreecommitdiff
path: root/npc/000-2-1
AgeCommit message (Collapse)AuthorFilesLines
2020-11-13Change body type back to gendergenderfixAndrei Karas7-7/+7
2020-10-24CONTENT III SUPER MERGE REQUESTJesusaves1-0/+15
Included: * Tulimshar Casino * Placeholder fixing/filling * Food Questline * Rossy Quest * Galimatia Quest (mostly by Livio) * Edourard bugs * Blood Donor Quest (from Moubootaur Legends) * Merchant Guild Quest * Mundane Bugfix * La Marine * Hurns Doctor easter eggs * Sailing to Argaes with Legion * Other things not relevant enough to be noted down, I guess
2020-08-28Regenerate mapsJesusaves1-4/+4
2020-08-06partly rewrite the intro to add a referral systemJesusaves1-3/+3
Co-authored-by: gumi <git@gumi.ca>
2020-08-05remove the all mentions of sex or gender from scriptsgumi8-11/+11
2020-05-09remove the entire notion of marriagegumi1-1/+1
2020-04-11Add the [Clothes Pack], containing the destroyed equipment from the player.Jesusaves1-0/+26
This item is obtained from Doomsday event epilogue. “Contains merge items which can be restored by a skilled NPC”. The name of this NPC is... Perhaps, Gumi? %%M :>
2020-02-01Give players 5 seconds to collect the loot.Jesusaves1-0/+1
Inform them of victory with a dispbottom, and increase OnTimeout in 5 seconds to prevent accidental explosion. Please note that player could run to ship hold's door and really mess the quest. (It would cause a double-warp effect, and Peter would ask, “I am broken?”).
2019-10-20remove useless zeny calculationsgumi3-4/+4
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