summaryrefslogtreecommitdiff
path: root/npc/011-1_Woodland/auldsbel.txt
AgeCommit message (Collapse)AuthorFilesLines
2011-06-01Change the Converter to use different folder namesJared Adams1-1345/+0
And update everything to use it.
2011-01-25Spelling and grammar corrections in Tulim and Hurn NPCs...dialog only.TheKandiman1-18/+18
2011-01-02bug fix in scripting languageStefan Beller1-1/+1
you should not write if(!getskilllv(FOO)) please write if(!(getskilllv(FOO))) instead. gwendolin only: fix to the right const. (there is a difference in const_db and in skill_db)
2011-01-02remove the last compile errorsStefan Beller1-1/+1
2011-01-02Auldsbel can teach you astralsoul.Stefan Beller1-3/+61
But he is a sick money maker, he charges 11,3k GP.
2010-05-24Disable Easter 2010Freeyorp1-35/+12
2010-05-24Easter 2010v2010.04.08Freeyorp1-12/+35
2010-05-02Add naming prefix "Pink" to flower mob & petal itemJarrett Thomas-Huxley1-1/+1
2009-12-25Auldsbel was intented to require 100 Silk things... but he was only deleting 20v2009.12.25Chuck Miller1-1/+1
2009-06-16Added SkillUp function and used it whenever we magic-skill-upFate1-10/+13
2009-06-02All magic teachers now warn before starting to teach level 2 spells if the ↵Fate1-1/+1
player hasn't reached magic level 2 yet.
2009-05-24Added magic level 3 quests for Aulsbel and Elanore. Also added appropriate ↵Fate1-3/+92
quest items and extended magic debug functionality as needed.
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-13Fixed auldsbel spell invocation description syntax, though the content is ↵Fate1-1/+1
still off
2009-03-14Fix explaination for #T00Jared Adams1-2/+2
2009-02-14Fix spell invocationJared Adams1-1/+1
2009-01-24Some more "ItemName" conversionsJared Adams1-83/+55
2009-01-11Fixed a number of remaining bugsFate1-2/+4
2009-01-10Numerous fixes. Magic level 0 should be fully operational now.Fate1-20/+37
2009-01-10Fixed broken function usage and menusFate1-2/+1
2009-01-09Finished first pass of magic quest scriptingFate1-58/+251
2009-01-07Misc. fixes, added most of WyaraFate1-6/+6
2009-01-04Advancing in life, transmutation, and war magic. Also added half a story to ↵Fate1-0/+74
the Bard.
2008-12-31Pre-planned level 0 spells all available (except for 'make sulphur' and ↵Fate1-2/+87
'detect magic')
2008-12-27Magic quests 0, 2, 4Fate1-1/+9
2008-11-30Added magic constants and Auldsbel the wizard (tested except for the mana ↵Fate1-0/+836
seed part, still needs the magic quests)