summaryrefslogtreecommitdiff
path: root/npc/013-2_Magic_house
AgeCommit message (Collapse)AuthorFilesLines
2011-06-01Change the Converter to use different folder namesJared Adams6-357/+0
And update everything to use it.
2011-05-02Rerun converter again...Jared Adams1-0/+1
2011-05-02Run the tmx converter againJared Adams1-1/+0
2011-04-04converter added warning to all autogenerated filesJessica Tölke3-0/+3
2011-01-25Spelling and grammar corrections in NPC dialog for maps 009 through 016TheKandiman2-3/+3
2011-01-25added "close" to fix Miriam quest - bug fix - minorWombat1-0/+1
added close to notes.txt in the magic house, which is a fix to prevent people from using the warp to cheat in the miriam quest.
2011-01-18Add a Check to see if the player have used the magic house warp.toni1-0/+9
Correcting a critical bug. If the player fails in the run, he is presented with the initial menu again, since there is no conditional for QUEST_MIRIAM == 5.
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-02The old wizard teaches you astral soulStefan Beller1-2/+51
Yes, he is pleased to share his knowlegde.
2010-08-18Nivalis Removal and Related ChangesWombat1-4/+4
All warps to Nivalis removed, furquest moved, magic house notes changed, Nivalis Soul-Menhir changed to Hurnscald flags
2010-05-24Disable Easter 2010Freeyorp1-63/+2
2010-05-24Easter 2010v2010.04.08Freeyorp1-2/+63
2009-12-30Use heal instead of @die in the magic houseJared Adams1-1/+1
2009-07-20removes next; when followed by a close;Maximilian Philipps1-1/+0
2009-02-18Merge commit 'mainline/master'Jared Adams2-64/+66
Conflicts: npc/001-1_Tulimshar/elanore.txt npc/013-3_Cave/barrier.txt npc/015-3/katze.txt
2009-02-16Make sure no script just endsJared Adams2-64/+66
2009-01-24Finish conversion to "ItemName"Jared Adams1-4/+4
Some of the more complicated scripts (bleach/dye, for example) can't be converted so easily.
2009-01-11Fixed a number of remaining bugsFate1-0/+1
2009-01-09Finished first pass of magic quest scriptingFate1-6/+62
2008-12-23Fixeds to check for invy room before giving itemsJared Adams1-56/+90
2008-11-22Added some missing warpsFate1-4/+4
2008-11-22Fixed broken warp in mountain snake cave, improved snake pit warp, added ↵Fate1-1/+1
missing south beach to north beach warp
2008-11-22Update various script-related files and add wlksJared Adams1-1/+1
2008-11-22Map name/warp/monster location fixesFate3-18/+18
2008-11-19Change all script foldersJared Adams6-0/+203
Script files fixes are comming