summaryrefslogtreecommitdiff
path: root/npc
AgeCommit message (Collapse)AuthorFilesLines
2009-09-10Fix a bug with one of the swords in a stoneJared Adams1-0/+1
2009-09-10Add easter egg gravesJared Adams2-0/+86
2009-09-10Add missing semicolonsJared Adams1-3/+3
2009-09-10Update of cemetery scriptsKess Vargavind2-78/+131
Forgot to send the latest version of Airlia before, now she should have the basic functionality in place. Also fixed some logic gone astray. What still needs to be done: some code for the Caretaker, testing and tweaking. Possibly dialogue as well, though it's not essential.
2009-09-07Add woodland cemeteryJared Adams18-0/+345
Some work still needs to be done on the maps themselves, and the new NPCs.
2009-08-310000744: Little tileset bugsMaximilian Philipps1-1/+1
2009-08-20Add another wedding locationJared Adams2-18/+142
2009-08-10Fix a bad label in roulette scriptJared Adams1-2/+2
2009-07-20removes next; when followed by a close;Maximilian Philipps27-123/+0
2009-07-18Sabine is no longer standing on a benchMadCamel1-1/+1
2009-07-15Readjusted vincent bugleg quest to require 10 (down from 30)Chuck Miller1-9/+9
2009-06-30Fixed Sandra going wrong 1 out of 3 timesThorbjørn Lindeijer1-3/+3
Reported by MStoykov. Change was missing from f91d834dbf58b44af5a6fc8e903aa8f4d654c496
2009-06-22More fixes to doug and vincent NPCs.Dennis Friis2-2/+6
2009-06-22Fix client .29.1 freezes on vincent and doug NPCs.Dennis Friis2-1/+5
2009-06-21Fix caul on sending no choice.Dennis Friis1-1/+3
2009-06-21Updates for latest spawnrate fixes.Dennis Friis2-32/+32
2009-06-21Add missing files for 011-5.Dennis Friis3-0/+12
2009-06-20Fix typo in orange dye fail message.Dennis Friis1-1/+1
2009-06-19Fix up some old quests for security and make them match our current style.Dennis Friis2-7/+15
2009-06-19Make doug require 20 lamps (down from 40), and improve the rewardChuck Miller1-9/+13
2009-06-19Fix a few wrong imports.Dennis Friis2-4/+0
2009-06-17Move some woodland spawns to TMX formatJared Adams27-459/+360
2009-06-17Apply latest mapfile changes by fate with a fresh Converter run.Dennis Friis23-131/+128
2009-06-16Added SkillUp function and used it whenever we magic-skill-upFate9-66/+117
2009-06-16Fixed the healers' poison curing to also cure slow-poison, made Elanore cast ↵Fate2-0/+5
white magic
2009-06-16Added missing semicolon in Sagatha scriptFate1-1/+1
2009-06-16Adjusted Sagatha dialogue when wearing fluffy hatFate1-8/+16
2009-06-16Tondar now hands out the ask-magic-progress spellFate1-0/+54
2009-06-06Fix a missing goto if the person has chosen the evil path.Dennis Friis1-1/+1
2009-06-06Add Sagatha reaction to wearing hats of forest creatures.Dennis Friis1-4/+27
2009-06-06Update mob pointsJared Adams1-3/+8
2009-06-06Make herbs easier to get and place squirrelsJared Adams10-20/+115
2009-06-06Fix some typosJared Adams1-2/+2
2009-06-06Make Hinnak respond to the Pinkie headJared Adams1-2/+38
2009-06-06Add a dialog to when the quest is finished to keep client from locking up.Dennis Friis1-0/+2
If not, its impossible to talk to other NPCs unless you relogin.
2009-06-06Merge branch 'master' of git@gitorious.org:tmw-eathena-data/mainlineFate2-4/+11
2009-06-06Fixed the fix for WyaraFate1-2/+2
2009-06-06Catch players who fell through the cracks wrt learning nature or life magic ↵Fate2-0/+4
due to the most recent bug
2009-06-06Add close to Wedding Officiator and Nicholas as pointed out by fate.Dennis Friis2-4/+11
Since the new client no longer has a cancel button.
2009-06-06Fixed a bug introduced by the last push due to which Elanore, Omar and ↵Fate1-0/+1
Kadiya wouldn't talk anymore
2009-06-06Elanore quest status corruption autocorrectionFate3-1/+26
2009-06-06Fixed spirit to write to QUEST_MAGIC2 variable, doc updatesFate3-1/+17
2009-06-06Fixed a bug in the desert spirit state handling, added a cleanup patch,Fate1-0/+13
and added initial documentation for how magic is implemented script-wise.
2009-06-03Update some map stuffJared Adams1-1/+1
2009-06-02Turn a few more 'close' into labelsKess Vargavind3-3/+4
2009-06-02Added another warning for a level 2 spell to Wyara.Fate1-1/+3
2009-06-02All magic teachers now warn before starting to teach level 2 spells if the ↵Fate3-1/+5
player hasn't reached magic level 2 yet.
2009-06-02Fixed broken return-to-main-loop for wyara after asking about imprisoned ↵Fate1-1/+1
desert spirit
2009-06-01Fix a lockup in Alice's scriptJared Adams1-3/+6
2009-06-01More fixes for item labelsKess Vargavind6-10/+10
I am sorry about forgetting to check the scripts, I learnt that mistake too late. This is the situation a few grep's later. (I also updated the ignore list.)