summaryrefslogtreecommitdiff
path: root/npc
AgeCommit message (Collapse)AuthorFilesLines
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.)
2009-06-01Fixed names of cowboy hats in Pachua scriptFate1-2/+2
2009-05-31Added slow-poison potions and made Wyara sell themFate1-2/+2
2009-05-31Added missing "close" to Hurnscald bookshelf.Fate1-0/+1
2009-05-31Summoning spells now also require a root.Fate1-2/+2
2009-05-30Merge branch 'master' of the testing branchFate74-572/+6473
Conflicts: conf/magic.conf db/item_db.txt npc/013-3_Cave/barrier.txt Eliminated conf/magic.conf. Re-build this file using conf/build-magic.sh; otherwise marriage will be disabled and spells won't work.
2009-05-30Misc. fixes to magic, mostly suggested/pointed out by KessFate4-16/+36
2009-05-25Renamed potion colour description for Mopox cure from medium-light to ↵Fate1-1/+1
medium-dark, to match Caul and Elanore's descriptions
2009-05-24Added #L20, the cure-poison spell, and made Elanore explain it.Fate1-0/+25
2009-05-24Added magic level 3 quests for Aulsbel and Elanore. Also added appropriate ↵Fate10-60/+1102
quest items and extended magic debug functionality as needed.
2009-05-20Minor string fixesKess Vargavind3-17/+17
* Correct spelling of Scoprion (reported by erebe on the forums) * Remove plural ending from item popup syntax
2009-05-18NPCs that talk need to be known as NPCs for nowJared Adams2-2/+4
Older clients have problems with NPC interraction when there isn't an NPC object for them.
2009-05-16Merge branch 'master' of git@gitorious.org:tmw-eathena-data/mainlineFate15-9/+594
Conflicts: db/item_db.txt npc/013-3_Cave/barrier.txt
2009-05-16Elanore and the Doctor can now heal poisoning. Also added sc_poison ↵Fate2-2/+31
constant to db/const.txt.
2009-05-14Fixed #T00 to take a parameter and updated Auldsbel's explanation.Fate1-2/+11
In the future, it should be easier to add more figurines, if needed.
2009-05-14Fixed broken GOTO in mana seed script after level-upFate1-1/+1
2009-05-13Fixed auldsbel spell invocation description syntax, though the content is ↵Fate1-1/+1
still off
2009-05-13Fix Dialog of officer in Central TulimsharFreeyorp1-1/+1
2009-05-12Give all invisible trigger NPCs view id 0Jared Adams5-5/+5
The client completely ignores this view, which will prevent problems if you click on them by accident with older clients. I'll change eAthena to not even send view id (job) 0.
2009-05-05Add an NPC to test string and integer inputJared Adams2-0/+25
Only visible for 0.0.28 and above.
2009-05-05Fix the Soul Menhirs when you don't touch themJared Adams1-1/+3
2009-04-11Fix Easter event prize giveoutJared Adams1-0/+1
2009-04-10Easter 2009Jared Adams4-0/+495
2009-04-10Return from the clear variables functionJared Adams1-0/+1
2009-04-10Prepare a function to clear out old variablesJared Adams2-2/+63
2009-03-21Merge commit 'mainline/master'Jared Adams17-1/+100
2009-03-21Add initial data for map 022-1Jared Adams4-0/+16
2009-03-21Add clover patches to woodland mapsJared Adams13-1/+84
Also add flowers to hurnscald and adjust the old woman to talk about them.