summaryrefslogtreecommitdiff
path: root/npc/functions
AgeCommit message (Collapse)AuthorFilesLines
2015-02-22Add function to convert int to string.Andrei Karas1-0/+4
New function: str Example: str(10)
2015-02-13fix error in shops functions.Andrei Karas1-2/+2
2015-02-09Convert shop into market with 1000 items limit.Andrei Karas1-0/+13
2015-02-05Add harbour NPC.Reid1-0/+39
2015-02-03Correct hammock animation.Reid1-0/+50
2015-01-22add basic skill omly on first map.Andrei Karas1-1/+1
Also replace skill id to skill constant.
2015-01-10Fix default skills function.Andrei Karas1-0/+1
2015-01-09Fix adding default skills.Andrei Karas1-0/+4
2014-12-16Add door script on test map.Andrei Karas1-0/+34
Add door functions.
2014-12-05Replace script function set to direct variable assignments.Andrei Karas4-5/+5
2014-12-02Fix case in all function names.Andrei Karas6-6/+6
2014-11-26Replace misceffect2 into misceffect.Andrei Karas1-1/+1
2014-11-26Change minimal correct client version to 2.Andrei Karas1-1/+1
2014-11-21Replace temp variables into scope temp variables.Andrei Karas4-32/+32
2014-11-21Remove lg function.Andrei Karas1-8/+0
2014-11-20Replace getclientversion() to ClientVersion.Andrei Karas1-1/+1
2014-11-17Add missing returns in clientversion and savepoint functions.Andrei Karas2-0/+2
2014-11-07fix getclientversion usage.Andrei Karas1-1/+1
2014-11-05Correct 4144's mistake on g function.Reid1-2/+1
2014-11-05fix lg function.Andrei Karas1-2/+5
2014-11-04convert server data for using with hercules.Andrei Karas3-2/+46
2014-02-11English fixes done Qwerty Dragon.Alige2-7/+9
2013-08-08Change every label names from l_ to L_ .Reid Yaro2-10/+10
2013-07-12Added one new sleeping sentence any many goodbye ones.Alige2-4/+15
2013-07-11Fixed random value in two function scripts.Alige2-2/+2
2013-07-11Small consistency fix on asleep npc scripts.Alige1-0/+1
2013-07-10Fixed asleep.txt script.Alige1-2/+0
2013-07-10Updated npctalk strings and added an asleep script, doing basically the same ↵Alige2-2/+21
thing as the goodbye script.
2013-07-10Add forgotten goodbye function.Reid Yaro1-0/+18
2013-05-26Add argument on inventoryplace.Reid Yaro1-8/+8
2013-05-26Correct the savepoint message.Reid Yaro1-6/+8
2013-05-20Correct a bug on inventoryplace script.Reid Yaro1-1/+2
2013-04-10NPC dialogue revamp. Fix bug in 12 affected dialogues.Hal9OOO1-1/+1
2013-03-06NPC dialogue revamp. Savepoint script reviewed.Hal90001-1/+1
2013-03-04Fix code style.Andrei Karas2-4/+2
Add missing spaces, remove useless empty lines.
2013-01-17Change misceffect ID on savepoint (highlight) from #33 to #4.Reid Yaro1-1/+1
2012-12-22Show warning for clients with version < 5.Andrei Karas1-2/+1
2012-12-01Remove useless "" on inventoryplace function.Reid1-1/+1
2012-12-01Add new function in scripts.conf,Reid1-0/+30
Add forgotten function.
2012-12-01Update functions scripts,Reid3-3/+3
Add new function script to check if an item has enough space and weight before to launch getitem(test).
2012-12-01Add narrator dialogues in clientversion function.Reid1-5/+8
2012-11-24Final language fixes in scripts.Alige1-2/+2
2012-11-06Major language fix in scripts.Alige1-3/+3
2012-09-12Add Ale and Tibbo dialogues in relation with the main intro quest,Reid1-0/+53
Add sailors dialogues function, This is a try to place some NPC's dialogues in an independent file. It'll redirect some random but pre-choosen dialogues to the NPC. As the Gugli and Nard's quest will interfere in these dialogues, some strings are still on the NPC script.
2012-07-10Fixed the description of every single script.Alige2-4/+4
2012-06-13Remove fake savepoint 000-2-3 hammock,Reid1-25/+1
Rename savepoint to hammock on 000-2-3, Remove savepoint function dialogue.
2012-06-05Fixed few dialogues in scripts and npc functions.Alige2-5/+5
2012-06-05Correct English mistakes on most script. (WildX)Reid1-1/+1
2012-06-02Add distance limits to all npcs.Andrei Karas1-1/+1
2012-05-05Remove buggy percentheal function.Reid1-1/+0