summaryrefslogtreecommitdiff
path: root/npc/013-3_Cave
AgeCommit message (Collapse)AuthorFilesLines
2009-05-30Merge branch 'master' of the testing branchFate3-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-18NPCs that talk need to be known as NPCs for nowJared Adams1-1/+2
Older clients have problems with NPC interraction when there isn't an NPC object for them.
2009-05-16Merge branch 'master' of git@gitorious.org:tmw-eathena-data/mainlineFate1-1/+1
Conflicts: db/item_db.txt npc/013-3_Cave/barrier.txt
2009-05-12Give all invisible trigger NPCs view id 0Jared Adams1-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-18Merge commit 'mainline/master'Jared Adams2-1/+2
Conflicts: npc/001-1_Tulimshar/elanore.txt npc/013-3_Cave/barrier.txt npc/015-3/katze.txt
2009-02-17Fix position of warp on map 013-3Jared Adams1-1/+1
2009-02-16Make sure no script just endsJared Adams1-0/+1
2009-02-14Merge commit 'mainline/master'Jared Adams1-1/+1
Conflicts: db/item_db.txt
2009-02-04Fix warp on 013-3Jared Adams1-1/+1
2009-01-24Merge commit 'mainline/master'Jared Adams1-1/+1
2009-01-24Update walkmap and warps on 013-3Jared Adams1-1/+1
2009-01-24Finish conversion to "ItemName"Jared Adams2-65/+66
Some of the more complicated scripts (bleach/dye, for example) can't be converted so easily.
2009-01-23Start converting scripts over to "ItemName"Jared Adams1-4/+4
Instead of using the item number. A few small bug fixes are also here.
2008-12-24Merge branch 'master' into magicFate2-0/+31
2008-12-23Fixeds to check for invy room before giving itemsJared Adams2-0/+31
2008-12-05Moved magic quests constants to const.txt (import didn't work for some reason)Fate1-1/+1
2008-12-04Black scorpions near Demon Mines bookshelf respawn more frequentlyFate1-1/+1
2008-11-29Adjusted barrier to show up on detect-magicFate1-1/+1
2008-11-28Updated server data to reflect changes in client data mob setupFate1-34/+24
2008-11-23Fix some more warpsJared Adams1-2/+2
2008-11-23Fix chest to take the correct number of keysJared Adams1-1/+1
2008-11-23Fix walk map and chest requirementJared Adams1-1/+1
2008-11-23Another bad warpJared Adams1-1/+1
2008-11-23Fix a bad warp.Jared Adams1-1/+1
2008-11-23Warp fixesFate1-2/+2
2008-11-23Replaced boolean operators by bitwise operators in encoding of chest questsFate1-2/+2
2008-11-23Add demon mask quest, remove some old files, etcJared Adams6-9/+232
2008-11-22Merge branch 'master' of git@gitorious.org:tmw-eathena-data/map-renamingJared Adams1-3/+4
2008-11-22Added some missing warpsFate1-3/+4
2008-11-22Commit an updateJared Adams6-84/+43
2008-11-22Add some missing filesJared Adams6-0/+26
And some that aren't finished yet
2008-11-22Update various script-related files and add wlksJared Adams1-0/+79
2008-11-19Change all script foldersJared Adams3-0/+39
Script files fixes are comming