Age | Commit message (Collapse) | Author | Files | Lines |
|
converter, conditional warps in an extra file
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
git://gitorious.org/~wombat/tmw-eathena-data/cache-serverdata
Conflicts:
npc/009-4/_mobs.txt
npc/009-4/_warps.txt
|
|
mobs and warps got lost
|
|
Added _warps and _mobs .txt files to 009-4.
|
|
Added _warps and _mobs .txt files to 009-4.
|
|
- 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
|
|
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.
|
|
close instead of next on orum.txt to fix a bug
|
|
added the candle helmet as a reward for the orum quest and to the item.db.txt
|
|
|
|
* 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?
|
|
Orum quest on 009-4 and files created from converting 012-4.tmx
|