Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-17 | Adjust spawns for mask antechamber | Jared Adams | 1 | -2/+6 | |
2009-05-30 | Merge branch 'master' of the testing branch | Fate | 3 | -71/+72 | |
Conflicts: conf/magic.conf db/item_db.txt npc/013-3_Cave/barrier.txt Eliminated conf/magic.conf. Re-build this file using conf/build-magic.sh; otherwise marriage will be disabled and spells won't work. | |||||
2009-05-18 | NPCs that talk need to be known as NPCs for now | Jared Adams | 1 | -1/+2 | |
Older clients have problems with NPC interraction when there isn't an NPC object for them. | |||||
2009-05-16 | Merge branch 'master' of git@gitorious.org:tmw-eathena-data/mainline | Fate | 1 | -1/+1 | |
Conflicts: db/item_db.txt npc/013-3_Cave/barrier.txt | |||||
2009-05-12 | Give all invisible trigger NPCs view id 0 | Jared Adams | 1 | -1/+1 | |
The client completely ignores this view, which will prevent problems if you click on them by accident with older clients. I'll change eAthena to not even send view id (job) 0. | |||||
2009-02-18 | Merge commit 'mainline/master' | Jared Adams | 2 | -1/+2 | |
Conflicts: npc/001-1_Tulimshar/elanore.txt npc/013-3_Cave/barrier.txt npc/015-3/katze.txt | |||||
2009-02-17 | Fix position of warp on map 013-3 | Jared Adams | 1 | -1/+1 | |
2009-02-16 | Make sure no script just ends | Jared Adams | 1 | -0/+1 | |
2009-02-14 | Merge commit 'mainline/master' | Jared Adams | 1 | -1/+1 | |
Conflicts: db/item_db.txt | |||||
2009-02-04 | Fix warp on 013-3 | Jared Adams | 1 | -1/+1 | |
2009-01-24 | Merge commit 'mainline/master' | Jared Adams | 1 | -1/+1 | |
2009-01-24 | Update walkmap and warps on 013-3 | Jared Adams | 1 | -1/+1 | |
2009-01-24 | Finish conversion to "ItemName" | Jared Adams | 2 | -65/+66 | |
Some of the more complicated scripts (bleach/dye, for example) can't be converted so easily. | |||||
2009-01-23 | Start converting scripts over to "ItemName" | Jared Adams | 1 | -4/+4 | |
Instead of using the item number. A few small bug fixes are also here. | |||||
2008-12-24 | Merge branch 'master' into magic | Fate | 2 | -0/+31 | |
2008-12-23 | Fixeds to check for invy room before giving items | Jared Adams | 2 | -0/+31 | |
2008-12-05 | Moved magic quests constants to const.txt (import didn't work for some reason) | Fate | 1 | -1/+1 | |
2008-12-04 | Black scorpions near Demon Mines bookshelf respawn more frequently | Fate | 1 | -1/+1 | |
2008-11-29 | Adjusted barrier to show up on detect-magic | Fate | 1 | -1/+1 | |
2008-11-28 | Updated server data to reflect changes in client data mob setup | Fate | 1 | -34/+24 | |
2008-11-23 | Fix some more warps | Jared Adams | 1 | -2/+2 | |
2008-11-23 | Fix chest to take the correct number of keys | Jared Adams | 1 | -1/+1 | |
2008-11-23 | Fix walk map and chest requirement | Jared Adams | 1 | -1/+1 | |
2008-11-23 | Another bad warp | Jared Adams | 1 | -1/+1 | |
2008-11-23 | Fix a bad warp. | Jared Adams | 1 | -1/+1 | |
2008-11-23 | Warp fixes | Fate | 1 | -2/+2 | |
2008-11-23 | Replaced boolean operators by bitwise operators in encoding of chest quests | Fate | 1 | -2/+2 | |
2008-11-23 | Add demon mask quest, remove some old files, etc | Jared Adams | 6 | -9/+232 | |
2008-11-22 | Merge branch 'master' of git@gitorious.org:tmw-eathena-data/map-renaming | Jared Adams | 1 | -3/+4 | |
2008-11-22 | Added some missing warps | Fate | 1 | -3/+4 | |
2008-11-22 | Commit an update | Jared Adams | 6 | -84/+43 | |
2008-11-22 | Add some missing files | Jared Adams | 6 | -0/+26 | |
And some that aren't finished yet | |||||
2008-11-22 | Update various script-related files and add wlks | Jared Adams | 1 | -0/+79 | |
2008-11-19 | Change all script folders | Jared Adams | 3 | -0/+39 | |
Script files fixes are comming |