summaryrefslogtreecommitdiff
path: root/npc/000-2-1/arpan.txt
AgeCommit message (Collapse)AuthorFilesLines
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-02-28Guide players by hand to get started on the game.Jesusaves1-1/+8
2018-07-05mesc() is a function to optimize mes(col(l())), saving parenthesis.Jesusaves1-7/+7
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-2/+2
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.Reid1-3/+3
2017-01-08remove .gat suffix everywheregumi1-4/+4
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-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-06-18Introduced the name of the Drasil Island in npc scripts.Alige1-1/+1
Also fixed some english issues in some npc dialogues.
2015-12-28Add past-intro dialogue/skip functions.Reid1-1/+1
2015-12-27Call the savepoint script from arpan's end of introduction dialogue.Reid1-0/+27
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-09-27Replace setnpcdistance to '.distance'.Andrei Karas1-1/+1
2015-09-27Replace calls to setnpcsex by assigning '.sex' variable.Andrei Karas1-1/+1
2015-08-11Replace trivial menu invokes without labels to select.Andrei Karas1-2/+2
2015-08-11Use npc sprite names in all scripts.Andrei Karas1-5/+5
2014-12-26update lg functions usage formatting.Andrei Karas1-2/+1
2014-12-05Replace script function set to direct variable assignments.Andrei Karas1-9/+9
2014-12-02Replace g(l("0"),l("1")) functions by lg("0","1") on every scripts.Reid1-2/+2
2014-12-02Add new sex consts.Reid1-1/+1
2014-11-29Restore active distance to all npcs.Andrei Karas1-1/+1
2014-11-29Restore gender to most npcs.Andrei Karas1-5/+3
2014-11-21Replace temp variables into scope temp variables.Andrei Karas1-23/+23
2014-11-20Reassign npcs id in allowed range.Andrei Karas1-1/+1
2014-11-04convert server data for using with hercules.Andrei Karas1-6/+12
2014-02-11English fixes done Qwerty Dragon.Alige1-3/+4
2013-08-08Change every label names from l_ to L_ .Reid Yaro1-37/+37
2013-06-14Experience balance on quests reward.Reid Yaro1-2/+2
2013-05-20Add 3 missing next on arpan script. (Narrator part.)Reid Yaro1-0/+2
2013-03-07NPC dialogue revamp. Arpan script reviewed.Hal90001-4/+3
2013-03-04Fix code style.Andrei Karas1-6/+0
Add missing spaces, remove useless empty lines.
2013-02-24Change money from GP to Esperin.Reid Yaro1-1/+1
2013-02-13Fixed a word in arpan's script.Alige1-1/+1
2013-02-03Fixed bug in arpan's script.Alige1-2/+0
2013-02-03Remove test lines from arpan script.Reid Yaro1-3/+0
2013-02-03Add a missing if on arpan script.Reid Yaro1-0/+9
2013-02-01Removed unecessary lines from arpan.txt.Alige1-2/+0
2013-01-06Fixed newly added language in julia's script.Alige1-1/+1
Major consistency fixes: removing useless whitespaces and returns to next line.
2013-01-02Correct a miss updated variable.Reid1-0/+1
Reported by Hal9000.
2013-01-01Fix bug in Arpan dialogue.Hal90001-1/+2
2012-12-28Remove useless loop on starting dialogue of arpan.Reid1-1/+3
2012-12-28Correct a meny problem on arpan script.Reid1-1/+2
2012-12-26Inconsistencies about money rewards in scripts, when looking at quests.xml & ↵Alige1-1/+1
units.xml from clientdata.
2012-12-26Inconsistency in a menu in arpan's script.Alige1-1/+1
2012-12-12Player now cannot take clothes before having talked with Magic Arpan in ↵Hal9OOO1-0/+4
order to avoid some questvars to be initialized.
2012-11-30Replaced some item IDs by their names in scripts.Alige1-7/+7
Added missing commands when the NPC gives an item. Fixed some language.
2012-11-23Same fix in 2 scripts: unecessary gender specific lines.Alige1-3/+3
2012-11-19Update 000-2-1 map,Reid1-9/+9
Add +10 offsetX to every scripts which rely to the 000-2-1 map.