summaryrefslogtreecommitdiff
path: root/npc/000-2-1
AgeCommit message (Expand)AuthorFilesLines
2016-02-21Fix the long time bug on peter that respawn the dead player on the wall.Reid1-1/+1
2016-02-20Space more ratto respawns in peter quests (40s -> 45s).Reid1-4/+4
2016-02-20Add new food and a drunk label on alige from artis.Reid1-0/+14
2016-02-13Remove Rumly from the game introduction.Reid2-198/+0
2016-02-13Clean up and remove some useless space and newline.Reid2-3/+1
2016-01-30Replace countitemcolor to countitem.Andrei Karas2-20/+20
2015-12-28Add past-intro dialogue/skip functions.Reid3-3/+10
2015-12-28Add a missing hammock.Reid1-2/+14
2015-12-27Call the savepoint script from arpan's end of introduction dialogue.Reid1-0/+27
2015-12-27Add warp to 000-0-1 on the savepoint script on 000-2-1.Reid1-2/+17
2015-12-12Warrior Guild -> Legion of Aemil, part 2.Teru2-4/+4
2015-11-05Fix dialogues on Rumly script and remove some goto to use the new script style.Reid1-92/+132
2015-11-05Add sleep animation on rumly.Reid1-0/+18
2015-11-05Added header in Rumly NPC scriptVasily1-0/+15
2015-11-05A little dialogue changes and restyling in Rumly NPC scriptVasily1-43/+53
2015-11-05Fixed bugs in Rumly NPC script:Vasily1-18/+19
2015-11-05rename rumli to rumlyJoseph Botosh2-5/+5
2015-11-05Change Rumli's place on Artis.Reid1-1/+1
2015-10-30Added Rumli NPCDan Sagunov2-0/+115
2015-09-27Replace getnpcdir and setnpcdir with one or zero parameters to variable '.dir'.Andrei Karas1-5/+5
2015-09-27Replace setnpcdistance to '.distance'.Andrei Karas10-13/+13
2015-09-27Replace calls to setnpcsex by assigning '.sex' variable.Andrei Karas7-7/+7
2015-09-04Fix some wrong IDs on alige's script.Reid1-2/+2
2015-08-11Replace trivial menu invokes without labels to select.Andrei Karas2-8/+8
2015-08-11Use npc sprite names in all scripts.Andrei Karas11-28/+28
2015-08-03Add town flag to most maps.Andrei Karas2-0/+2
2015-06-20Replace NPC names by NPC IDs.Reid4-33/+35
2015-04-03Correct the savepoint function.Reid1-4/+4
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
2015-02-03Correct hammock animation.Reid1-90/+45
2015-02-03Fix alige animation.Reid1-13/+16
2015-02-03Correct peter script.Reid1-2/+7
2015-02-03Correct wrong string/integer comparaison.Reid1-2/+2
2015-02-02Remove some duplicated npc names.Reid1-1/+1
2015-02-02Add two missing hammocks.Reid1-1/+18
2015-01-15In lg function use two strings for translation.Andrei Karas1-1/+1
2014-12-26update lg functions usage formatting.Andrei Karas4-8/+4
2014-12-05Replace script function set to direct variable assignments.Andrei Karas7-49/+49
2014-12-02Fix case in all function names.Andrei Karas7-11/+11
2014-12-02Call all functions directly (without callfunc).Andrei Karas7-11/+11
2014-12-02Replace g(l("0"),l("1")) functions by lg("0","1") on every scripts.Reid4-8/+8
2014-12-02Add new sex consts.Reid7-7/+7
2014-11-29Restore active distance to all npcs.Andrei Karas10-13/+31
2014-11-29Restore gender to most npcs.Andrei Karas9-20/+29
2014-11-24fix mobs spawnsAndrei Karas1-1/+1
2014-11-23fix other npc and warp name duplicates.Andrei Karas3-6/+6
2014-11-23fix conversion into context temp variables.Andrei Karas1-43/+43
2014-11-21Replace temp variables into scope temp variables.Andrei Karas7-127/+127