summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-06-06Fix a missing goto if the person has chosen the evil path.Dennis Friis1-1/+1
2009-06-06Adjust drop rates for pinkie and fluffy hats.Dennis Friis1-2/+2
2009-06-06Rename pinkie head to pinkie hat.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-03Simplify herb amount math for growth spellsJared Adams1-4/+4
2009-06-03Revert "Adjust herb spawn spells into a plant spawn spell"Jared Adams1-27/+40
This reverts commit 00aa5d746fe7ce24b5bb491087cef53ac96b0d38.
2009-06-03Update some map stuffJared Adams3-1/+1
2009-06-03Reduced the sales value of Sulphur to make sure people can't make quite as ↵Fate1-1/+1
much money with transmute-ash-to-sulphur
2009-06-03substituted weirder names for plants in the spell config (matching the ↵Fate1-4/+4
current secret spell suffixes)
2009-06-03Add some bat part dropsJared Adams2-1/+3
2009-06-03Add Fluffy HatJared Adams2-1/+2
2009-06-03Add Pinkie Head itemJared Adams2-374/+376
2009-06-03Adjust herb spawn spells into a plant spawn spellJared Adams1-40/+27
Still needs work, like better strings for identifying which plant to spawn.
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-02Removed innocous but somewhat revealing debug message from ask-magic-exp spellFate1-1/+0
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 Vargavind8-14/+39
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-01Reduced poison severity somewhatFate1-6/+7
2009-06-01Fixed names of cowboy hats in Pachua scriptFate1-2/+2
2009-05-31Added slow-poison potions and made Wyara sell themFate3-2/+4
2009-05-31Merge branch 'master' of git@gitorious.org:tmw-eathena-data/mainlineFate1-120/+21
2009-05-31Added missing "close" to Hurnscald bookshelf.Fate1-0/+1
2009-05-31Purged old news messages to fix performance issueBjørn Lindeijer1-120/+0
Of course, we should really also fix our BrowserBox class to not have these performance issues in the first place. This was probably just caused by the amount of text being rendered exceeding the font cache.
2009-05-31Rewrapped latest news message so that it fits horizontallyBjørn Lindeijer1-10/+11
2009-05-31FOrgot spaces on empty lineSJared Adams1-3/+3
2009-05-31Add news item for magic releaseJared Adams1-0/+20
2009-05-31Merge branch 'master' of git@gitorious.org:tmw-eathena-data/mainlineFate1-0/+1
2009-05-31Fixed build-magic to only require a single sed processFate1-7/+7
2009-05-31Add poison attack to posion skulls.Dennis Friis1-0/+1
2009-05-31Remove these from data.Dennis Friis2-324/+0
These pertain to the running of the executable and belong better in the code repo. Just symlink them into data if you do it this way around.
2009-05-31Fix 008-1.wlk to include collision tiles for a tree at (118,97) and (119,97)Freeyorp1-0/+0
2009-05-31Summoning spells now also require a root.Fate2-9/+9
2009-05-30Restricted arrow-hail spell to be nonoverlapping, reduced number of arrow hits,Fate1-3/+10
increased individual damage by 25% baseline to compensate
2009-05-30Restricted rain spell further to avoid performance issues with newer clientsFate1-5/+10