summaryrefslogtreecommitdiff
path: root/npc/009-4/waric.txt
AgeCommit message (Collapse)AuthorFilesLines
2011-06-19Move to a subdirectoryBen Longbons1-95/+0
2011-06-02Fix some CRLF and executable bitsBen Longbons1-95/+95
2010-11-07better bounds checking + comments in orumStefan Beller1-0/+4
2010-11-07fixed minor bugs in orum/waricStefan Beller1-1/+1
* 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/+91
Orum quest on 009-4 and files created from converting 012-4.tmx