Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-04 | converter added warning to all autogenerated files | Jessica Tölke | 3 | -0/+3 | |
2011-04-04 | monsters and not conditional warps for orum and waric generated with ↵ | Jessica Tölke | 4 | -61/+58 | |
converter, conditional warps in an extra file | |||||
2011-03-01 | gy inn: minor changes in item references, headless man quest | TheKandiman | 1 | -10/+10 | |
2011-02-11 | quick transparent torch fix | Ben Longbons | 1 | -0/+3 | |
2011-02-09 | Merge remote branch 'mainline/master' | Wombat | 1 | -0/+3 | |
2011-02-07 | quick transparent torch fix | Ben Longbons | 1 | -0/+3 | |
2011-02-07 | fix a bounds check for orum/waric | Stefan Beller | 1 | -4/+4 | |
2011-02-06 | enable Orum and Waric | Stefan Beller | 1 | -1/+1 | |
2011-02-06 | Minor dialog addition to Orum quest. | TheKandiman | 1 | -3/+7 | |
2011-01-25 | Spelling and grammar corrections in NPC dialog for maps 009 through 016 | TheKandiman | 2 | -24/+25 | |
2010-12-29 | repair orum and waric again | Stefan Beller | 1 | -9/+0 | |
2010-12-29 | Merge branch 'master' of ↵ | Wombat | 2 | -5/+75 | |
git://gitorious.org/~wombat/tmw-eathena-data/cache-serverdata Conflicts: npc/009-4/_mobs.txt npc/009-4/_warps.txt | |||||
2010-12-29 | repair orum & waric | Stefan Beller | 2 | -6/+68 | |
mobs and warps got lost | |||||
2010-12-29 | added warps and mobs txt files to 009-4 | Wombat | 2 | -0/+13 | |
Added _warps and _mobs .txt files to 009-4. | |||||
2010-12-29 | added warps and mobs txt files to 009-4 | Wombat | 2 | -0/+13 | |
Added _warps and _mobs .txt files to 009-4. | |||||
2010-12-28 | mobs changed at 011-6, removing xmas, minor fixes | Stefan Beller | 2 | -75/+0 | |
- rearranged the mobs in 011-6 - fixing the whole repo so it can be used with the java converter tool again. - removing unused files: - golbanez on gy - directory names changed, so the old dirs were deleted - removed xmas active: so golbanez and santa are gone, 031-3 is empty, the warps work for everyone now - lots of pumpkin spawns are gone | |||||
2010-12-16 | Warp Changes to get between Hurnscald and Nivalis, Orum Quest on stand-by | Wombat | 1 | -1/+1 | |
Diryn offers warp to Nivalis, Frozenbeard to Hurnscald, Taro edited out Warp changes also to prevent players from interacting with Orum Quest until the quest is finished. | |||||
2010-12-16 | minor fix to orum.txt | Wombat | 1 | -1/+1 | |
close instead of next on orum.txt to fix a bug | |||||
2010-12-11 | added candle helmet to item_db and orum reward | Wombat | 1 | -4/+3 | |
added the candle helmet as a reward for the orum quest and to the item.db.txt | |||||
2010-11-07 | better bounds checking + comments in orum | Stefan Beller | 5 | -50/+53 | |
2010-11-07 | fixed minor bugs in orum/waric | Stefan Beller | 4 | -68/+116 | |
* 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-07 | Added Orum quest and some files created via automapping | Wombat | 7 | -0/+1365 | |
Orum quest on 009-4 and files created from converting 012-4.tmx |