Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-04 | converter added warning to all autogenerated files | Jessica Tölke | 3 | -0/+3 | |
2011-01-25 | Spelling and grammar corrections in NPC dialog for maps 009 through 016 | TheKandiman | 2 | -3/+3 | |
2011-01-25 | added "close" to fix Miriam quest - bug fix - minor | Wombat | 1 | -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-18 | Add a Check to see if the player have used the magic house warp. | toni | 1 | -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-02 | bug fix in scripting language | Stefan Beller | 1 | -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-02 | The old wizard teaches you astral soul | Stefan Beller | 1 | -2/+51 | |
Yes, he is pleased to share his knowlegde. | |||||
2010-08-18 | Nivalis Removal and Related Changes | Wombat | 1 | -4/+4 | |
All warps to Nivalis removed, furquest moved, magic house notes changed, Nivalis Soul-Menhir changed to Hurnscald flags | |||||
2010-05-24 | Disable Easter 2010 | Freeyorp | 1 | -63/+2 | |
2010-05-24 | Easter 2010v2010.04.08 | Freeyorp | 1 | -2/+63 | |
2009-12-30 | Use heal instead of @die in the magic house | Jared Adams | 1 | -1/+1 | |
2009-07-20 | removes next; when followed by a close; | Maximilian Philipps | 1 | -1/+0 | |
2009-02-18 | Merge commit 'mainline/master' | Jared Adams | 2 | -64/+66 | |
Conflicts: npc/001-1_Tulimshar/elanore.txt npc/013-3_Cave/barrier.txt npc/015-3/katze.txt | |||||
2009-02-16 | Make sure no script just ends | Jared Adams | 2 | -64/+66 | |
2009-01-24 | Finish conversion to "ItemName" | Jared Adams | 1 | -4/+4 | |
Some of the more complicated scripts (bleach/dye, for example) can't be converted so easily. | |||||
2009-01-11 | Fixed a number of remaining bugs | Fate | 1 | -0/+1 | |
2009-01-09 | Finished first pass of magic quest scripting | Fate | 1 | -6/+62 | |
2008-12-23 | Fixeds to check for invy room before giving items | Jared Adams | 1 | -56/+90 | |
2008-11-22 | Added some missing warps | Fate | 1 | -4/+4 | |
2008-11-22 | Fixed broken warp in mountain snake cave, improved snake pit warp, added ↵ | Fate | 1 | -1/+1 | |
missing south beach to north beach warp | |||||
2008-11-22 | Update various script-related files and add wlks | Jared Adams | 1 | -1/+1 | |
2008-11-22 | Map name/warp/monster location fixes | Fate | 3 | -18/+18 | |
2008-11-19 | Change all script folders | Jared Adams | 6 | -0/+203 | |
Script files fixes are comming |