summaryrefslogtreecommitdiff
path: root/npc/000-2-1/alige.txt
AgeCommit message (Collapse)AuthorFilesLines
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.
2018-07-05mesc() is a function to optimize mes(col(l())), saving parenthesis.Jesusaves1-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.
2018-05-16fix wildx's commits20180518gumi1-1/+1
2017-12-29rename closedialog to closeclientdialogThibault Payet1-1/+1
2017-10-11what's up with this crazy syntax?s20171023gumi1-2/+2
I blame Reid
2017-08-19Replace bit flags by constants on narrator and speech functions.Reid1-1/+1
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-07-17Because of translations, reworked several sentences in scripts, added ↵Alige1-7/+7
missing words and M/F options.
2016-06-27Changed all item IDs by their aegisname in scripts.Alige1-23/+23
2016-02-20Add new food and a drunk label on alige from artis.Reid1-0/+14
2016-01-30Replace countitemcolor to countitem.Andrei Karas1-17/+17
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-09-04Fix some wrong IDs on alige's script.Reid1-2/+2
2015-08-11Use npc sprite names in all scripts.Andrei Karas1-2/+2
2015-06-20Replace NPC names by NPC IDs.Reid1-15/+17
2015-03-14Correct an issue with restorecam.Reid1-1/+2
2015-03-05rename function menu2 into menuint.Andrei Karas1-1/+1
2015-03-05Add function menu2 for return some missing features.Andrei Karas1-1/+1
Example: menu2 "test 1", 10, "test 2", 20; If select "test 1", will set @menuret to 10, and @menu to 1 If select "test 2", will set @menuret to 20, and @menu to 2
2015-02-03Fix alige animation.Reid1-13/+16
2014-12-05Replace script function set to direct variable assignments.Andrei Karas1-2/+2
2014-12-02Fix case in all function names.Andrei Karas1-1/+1
2014-12-02Call all functions directly (without callfunc).Andrei Karas1-1/+1
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-2/+4
2014-11-21Replace temp variables into scope temp variables.Andrei Karas1-11/+11
2014-11-20Reassign npcs id in allowed range.Andrei Karas1-1/+1
2014-11-04convert server data for using with hercules.Andrei Karas1-17/+20
2014-02-11English fixes done Qwerty Dragon.Alige1-14/+15
2013-08-08Change every label names from l_ to L_ .Reid Yaro1-45/+45
2013-06-21Correct wrong item IDs on alige script. Reported by Kenny690.Reid Yaro1-2/+2
2013-06-12Clean up some files.Reid Yaro1-2/+1
2013-05-26Add argument on inventoryplace.Reid Yaro1-4/+2
2013-03-07NPC dialogue revamp. Alige script reviewed.Hal90001-0/+1
2013-03-04Fix code style.Andrei Karas1-4/+1
Add missing spaces, remove useless empty lines.
2013-02-03Improvements and bug fix in alige's script.Alige1-5/+10
2013-02-01Forgot a line in alige's script.Alige1-0/+1
2013-02-01Several fixes in alige's script. This is not a language fixing commit.Alige1-6/+20
2013-01-18Add loop on Alige script.Reid Yaro1-4/+12
2013-01-06Fixed newly added language in julia's script.Alige1-1/+0
Major consistency fixes: removing useless whitespaces and returns to next line.
2012-12-31Fix alige food selection.Andrei Karas1-0/+1
2012-12-27Renamed the 'Lettuce' item to 'Lettuce Leaf'.Alige1-1/+1
2012-12-24Fixed several things in the script of alige.Alige1-5/+7
Added the missing script for the headache created by the pumpkin seeds. Differenciated the scripts of the blobime and the seeds.
2012-12-24Fixed a bug in a script.Alige1-1/+1
2012-12-24Chef Gado now asks for 2 Half Croconuts instead of 1 Croconut. That'll make ↵Alige1-11/+13
the player know he can use a Croconut. Major fixes about missing gender strings in npc dialogues. Other random fixes in some dialogues.
2012-12-19Added camera movement on alige.txt because this NPC is hidden and the player ↵Alige1-1/+27
may not have noticed it.
2012-12-12Fix a bug in Alige script.Hal9OOO1-1/+1
2012-12-10First round-up of questchain cleaning.Hal9OOO1-0/+1