summaryrefslogtreecommitdiff
path: root/npc/009-4/orum.txt
AgeCommit message (Collapse)AuthorFilesLines
2011-06-19Move to a subdirectoryBen Longbons1-655/+0
2011-06-02Fix some CRLF and executable bitsBen Longbons1-655/+655
2011-06-02Remove brackets around item namesBen Longbons1-9/+9
2011-03-01gy inn: minor changes in item references, headless man questTheKandiman1-10/+10
2011-02-06Minor dialog addition to Orum quest.TheKandiman1-3/+7
2011-01-25Spelling and grammar corrections in NPC dialog for maps 009 through 016TheKandiman1-14/+14
2010-12-16minor fix to orum.txtWombat1-1/+1
close instead of next on orum.txt to fix a bug
2010-12-11added candle helmet to item_db and orum rewardWombat1-4/+3
added the candle helmet as a reward for the orum quest and to the item.db.txt
2010-11-07better bounds checking + comments in orumStefan Beller1-38/+35
2010-11-07fixed minor bugs in orum/waricStefan Beller1-61/+109
* instead of "Intensity out of range" you die now. * spelling, only typos, no grammar corrected, since their grammar is weird. * header added to orum file. Not done: The bound checking is not corrected yet: Instead of : if (@offsetOne > 12) set @offsetOne, 1; if (@offsetOne < 1) set @offsetOne, 12; you should do: if (@offsetOne > 12) set @offsetOne, @offsetOne - 12; if (@offsetOne < 1) set @offsetOne, @offsetOne + 12; This can handle with steps bigger than 1. Collision layer of the bed in the empty cave must be fixed. Should there be hints how to setup the torches anyway?
2010-11-07Added Orum quest and some files created via automappingWombat1-0/+607
Orum quest on 009-4 and files created from converting 012-4.tmx