summaryrefslogtreecommitdiff
path: root/npc
AgeCommit message (Expand)AuthorFilesLines
2016-06-20Clean up villagertalk and remove some legion-specific dialogues.Reid1-15/+3
2016-06-20Add a hello script function.Reid2-0/+24
2016-06-20Rewrite the villagertalk with a switch.Reid1-30/+35
2016-06-20Fix a repeat issue on the fishing script.Reid1-6/+14
2016-06-19Added more sentences to carmie.Alige1-2/+10
2016-06-19Added random number of sentences to carmie.Alige1-2/+10
2016-06-19Add some instance commands in npc1 in test map.Andrei Karas1-1/+73
2016-06-19Fixed an english mistake in mona's script. "Please find *my* daddy."Alige1-1/+1
2016-06-18Renamed Desert Island map to Drasil Island.Alige3-3/+3
2016-06-18Introduced the name of the Drasil Island in npc scripts.Alige10-16/+37
2016-06-14add hashtable testing functions to test npc1Joseph Botosh1-1/+89
2016-06-14Fixed some missings girl/boy feature in some scripts.Alige3-3/+4
2016-06-14fix npc freeze when next move target is too farJoseph Botosh1-12/+66
2016-06-14Fix Plushroom name in mob spawns.Andrei Karas1-6/+6
2016-06-14Reverted the changes to the amount of urchins spawning. There were enough.Alige1-3/+2
2016-06-14Fixed typo in rumly's script. Reported in game by Micksha.Alige1-1/+1
2016-06-14Fix calypsan trade action.stableAndrei Karas1-1/+1
2016-06-14Updated some map names.Alige9-9/+9
2016-06-14Fixed map names in _import.txt, _warps.txt and _mobs.txt files.Alige83-83/+83
2016-06-14Fixed the line with value names in _mobs.txt files.Alige9-18/+9
2016-06-14Reduced the selling price of the fluffy furs.Alige1-2/+2
2016-06-14Added one more Pikpik on the Artis map.Alige1-0/+1
2016-06-14Decreased the amount of flufflies spawning on the hill: too much farming there.Alige1-2/+2
2016-06-14Increased the amount of urchins on the beach and adjusted their spawning coords.Alige1-3/+3
2016-06-14Added a line to describe the different values, in all _mobs.txt files.Alige9-7/+25
2016-06-13Complete Robin Williams tribute.Reid1-2/+56
2016-06-12Fix Little Blub spawn name in 000-1. LittleBlub -> Little BlubAndrei Karas1-7/+7
2016-06-09Complete tribute to leonoard nimoy.Reid1-2/+74
2016-06-09Improve christopher's script and add some npctalk functions for short dialogues.Reid1-3/+5
2016-06-08Complete tribute to christopher lee.Reid1-2/+52
2016-06-08Add manhole script.Reid2-0/+41
2016-06-03Add dialogue and and new quest introduction for Mona.Reid1-2/+51
2016-06-03Add free save points throughout Artis.Reid17-16/+248
2016-06-03Add a default savepoint example on 001-2-1.Reid2-0/+16
2016-06-03Fix some speech FLAGS and add boolean type instead of 0/1 in oscar's script.Reid1-9/+9
2016-06-03Add function to bleach only Q'Pid's dyed clothes.Reid1-5/+44
2016-06-02Complete Oscar's script (missing a function to know which cloth to bleach or ...Reid1-3/+66
2016-05-30Add an early script template for oscar.Reid1-1/+23
2016-05-30Change script style from evolserv to hercules on Elmo-Ship script.Reid1-46/+43
2016-05-30Fix Elmo-Artis script dialogue.Reid1-1/+1
2016-05-30Hide some dialogue on Q'Pid if the player ask to retry the riddle after compl...Reid1-4/+6
2016-05-30Add "other" gender on doors.Reid1-0/+1
2016-05-29Add a missing goodbye state on spartan's script.Reid1-0/+2
2016-05-29Rename the chest.Reid1-1/+1
2016-05-29Rename Max into Maxe.Reid5-10/+10
2016-04-29Add Oscar in 001-2-12.Reid2-0/+18
2016-04-29Fix the random hair boundary, it could set an unknown hairstyle.Reid1-1/+1
2016-04-29Add more fishing spots.Reid1-18/+86
2016-04-29Add goodbye_msg() instead of goodbye() on xilaxa's script so it can uses the ...Reid1-1/+1
2016-04-29Improve the goodbye() function and add goodbye_msg() function that stores eve...Reid1-14/+19