summaryrefslogtreecommitdiff
path: root/npc/000-2-0
AgeCommit message (Collapse)AuthorFilesLines
2021-01-09Prepare serverdata for evol-hercules!31Kurt Kuschinski2-6/+6
Deprecate g() and lg()
2021-01-09Remove gender information from all NPCs.Jesusaves2-2/+0
2020-12-06* Lena's questJesusaves1-31/+19
* Add Inn to towns * Add Merchant Guild to towns * Add Soul Menhir to Towns * Add Barbers to towns * Add General Store to towns * Some work for blacksmith & tailoring * Kadiya's placeholder (no quest for r1, sorry D:) * Anwar Quest * Joaquim Quest * Updates on Artis Blacksmith and Julia's intro * some work on fishing spots * Bosses and Master Skill Book ("about" one per region) * Asphodel Moors population (no quests and incomplete)
2020-08-05remove the all mentions of sex or gender from scriptsgumi2-2/+2
2020-01-08Meta dialogue fixesWildX1-1/+1
Signed-off-by: WildX <wildx@evolonline.org>
2019-03-01Remove extra white spacesAndrei Karas1-1/+1
2018-07-05mesc() is a function to optimize mes(col(l())), saving parenthesis.Jesusaves2-3/+3
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.
2017-12-29rename closedialog to closeclientdialogThibault Payet1-3/+3
2017-10-11what's up with this crazy syntax?s20171023gumi1-1/+1
I blame Reid
2017-08-19Replace bit flags by constants on narrator and speech functions.Reid2-4/+4
2017-01-15rectify the indentationgumi1-11/+11
2017-01-08Merge remote-tracking branch 'alige/consistency'gumi1-1/+1
2017-01-08make mapsgumi1-1/+0
2017-01-08Consistency of the authors in scripts.Alige1-1/+1
2016-12-13put the game rules in a function, make notes call that function, add ↵gumi2-33/+17
`@rules` command add `The Book of Laws`, give it whenever the player does not have it
2016-12-03make Julia (000-2-0) use selectd, move the getq's to the proper placegumi1-18/+17
2016-11-24Add auto-gen files inwushin2-4/+7
2016-11-17Add language selection into its own function,Reid1-25/+1
Add Esperento on the fly.
2016-09-18Lore updatesWildX1-1/+1
2016-09-18Grammar changesWildX1-2/+2
2016-09-02last minute changesgumi1-25/+25
2016-09-01add quest debuggumi1-237/+268
2016-08-20Convert npc directory into new format.Andrei Karas1-6/+6
2016-07-17Because of translations, reworked several sentences in scripts, added ↵Alige1-2/+2
missing words and M/F options.
2016-07-10Fixed a bit of english in some scripts.Alige1-1/+0
2016-07-10Fixed lines badly placed/missing in julia's scripts.Alige1-6/+6
2016-07-10move x y of door.txt to 19,28omattornot1-1/+1
2016-06-27Changed all item IDs by their aegisname in scripts.Alige1-3/+3
2016-06-27Replace emotion() arguments with constants instead of ID.Reid1-1/+1
2016-04-14Change the adddefaultskills function default level to 6 instead of 9.Reid1-1/+1
2016-01-30Replace countitemcolor to countitem.Andrei Karas2-4/+4
2015-12-28Hide some dialogue option if the player return to the lost island on Julia ↵Reid1-1/+2
script.
2015-12-28Enable the warp for players that finished the introduction on the door from ↵Reid1-0/+7
000-2-0 to 000-1.
2015-12-28Block the door of the ship at the end of the introduction.Reid1-5/+9
2015-12-27Add end of introduction dialogue to Julia.Reid1-0/+9
2015-12-12Remove useless menu.Teru1-5/+0
* npc/000-2-0/billybons.txt
2015-12-12Correct Silvio and Billy.Teru1-1/+1
2015-12-12Warrior Guild -> Legion of Aemil, part 2.Teru1-1/+1
* npc/000-2-0/julia.txt, npc/000-2-1/arpan.txt: Dialogue. * npc/000-2-1/chefgado.txt: Line 114 seemed odd.
2015-12-12Adjust dialogue, part 1.Teru1-2/+8
* npc/000-0-0/sailors.txt: "Warrior Guild" -> "Legion of Aemil" * npc/000-1/panels.txt: "noob" -> "newbie" * npc/000-1/sapartan.txt: * npc/000-1/silvio.txt: * npc/000-2-0/billybons.txt: Mysterious alcoholic Mercurian.
2015-09-27Replace setnpcdistance to '.distance'.Andrei Karas3-3/+3
2015-09-27Replace calls to setnpcsex by assigning '.sex' variable.Andrei Karas2-2/+2
2015-09-06Improve the end dialogue of the introduction.Reid1-2/+8
2015-08-11Replace trivial menu invokes without labels to select.Andrei Karas2-6/+6
2015-08-11Use npc sprite names in all scripts.Andrei Karas4-5/+5
2015-08-03Add town flag to most maps.Andrei Karas2-0/+2
This flag allow mail.
2015-06-20Replace NPC names by NPC IDs.Reid2-4/+4
2015-04-09Change basic skill level to 9 in initial scripts.Andrei Karas1-1/+1
2015-03-16Add check for basic skill on julia scripts.Reid1-0/+15
2015-03-14Correct an issue with restorecam.Reid1-0/+1
2015-02-02Update 000's julia script.Reid1-3/+1