summaryrefslogtreecommitdiff
path: root/npc/re/mobs/dungeons
AgeCommit message (Collapse)AuthorFilesLines
2016-08-29*strnpcinfo now uses constantsAsheraf1-6/+6
- NPC_NAME for the whole npc name including hidden part - NPC_NAME_VISIBLE for the visible part of the npc name - NPC_NAME_HIDDEN for the hidden part of the npc name - NPC_NAME_UNIQUE for the npc unique name - NPC_MAP for npc map
2016-08-17Nightmare Clock Tower DungeonRidley88191-2/+20
- added mobs and (updated) skills - added quests_aldebaran.txt - iro dialogues - all items are already in available in item_db.conf - maps are already available in mapcache, index and .conf - Updated item effect for Pocket_Watch_ and Pocket_Watch__, and their combo with Memorize_Book and Pocket_Watch__ Closes #1389 as merged Signed-off-by: Haru <haru@dotalux.com>
2016-07-20Old Glast Heim and Nightmare Glast Heim implementationRidley88191-2/+17
-- adding glast heim Monsters/Items/Quests full entries -- corrected already existed glast heim items/quest/monsters entries -- added Old Glast Heim Enchanter -- Changed .MyMobs to 'MyMobs -- Added H.U.L.D suppot
2015-12-31Replace -1,{ with FAKE_NPC,{AnnieRuru1-2/+2
replace using Notepad++
2015-12-15Standardized header in scripts (part 3)Haru45-974/+1698
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Mobs scripts folders Signed-off-by: Haru <haru@dotalux.com>
2015-09-05Episode 14.2 Criatura Academy Release.Taylor Locke1-1/+63
2015-01-10Add new eclage skills used in itemsMichieru1-14/+13
Update item_db to episode 14.2 Update eclage mobs spawn to official Update eclage mobs to official
2014-11-02Replaced 'set' with direct assignment where applicable (re folder)Haru1-30/+30
Signed-off-by: Haru <haru@dotalux.com>
2014-08-18HPM Hooks UpdateHercules.ws6-105/+105
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2014-08-18- Update some official mob spawn infoMichieru6-106/+105
2014-05-13Removed trailing whitespace (scripts)Haru8-14/+14
Signed-off-by: Haru <haru@dotalux.com>
2014-04-25Update official Spawn monster - Malaya and Biolab Dungeon 4Michieru2-16/+16
Update many items scripts to official
2013-10-24Update to last rAthena npc.Michieru34-85/+60
Fix some typos change sc_bleeding to -> sc_blooding Updated RE EXP for quests_brasilis.txt
2013-10-10Updated Spawns for iz_dun05, dic_dun, dewata and dew_dunshennetsind3-35/+38
Changelog: - dew_dun.txt -- 1.1 Updated spawn delays. [Euphy] - dic_dun.txt -- 1.2 Updated Nightmare spawns and names. [Euphy] - iz_dun.txt -- 1.4 Official F6 spawns [Euphy] - dewata.txt -- 1.1 Updated spawn delays. [Euphy] Closes #170 Signed-off-by: shennetsind <ind@henn.et>
2013-07-11Some fixes regarding Sentences, and AlignmentMysteries1-0/+17
Also, Fixed Bug#7504 - http://hercules.ws/board/tracker/issue-7504-missing-monsters/?gopid=1929 1#entry19291 ~Merged from rAthena
2013-06-17Fixed BugReport: 7388Mysteries1-2/+2
http://hercules.ws/board/tracker/issue-7388-renamed-gld-dun-for-gld-re/? gopid=18608#entry18608 Simple fix and adjusted placeholders for Hercules.
2013-06-15Implemented Hall of Abyss.Euphy2-52/+100
2013-05-28Woohooo! Some more cleaning up!Mysteries35-67/+67
- Follow up to 80510a0 { Corrected name placeholders } - Vas cleanup on name placeholders - Small change in /doc/permissions.txt
2013-02-03Updated more placeholders and fixed some spacing issues.Mysteries11-20/+14
2013-01-29Updated placeholders.Mysteries9-27/+9
2012-12-27> Follow-up r17048:euphyy1-8/+8
- Renamed 'useskilltopc' to 'npcskill'; - Removed cast time from NPC objects, code by mkbu95 (suspected official behavior); - Documented 'npcskill'; - Replaced all instances in scripts. * Fixed max level bypass, code by malufett (bugreport:5800). * Updated Malangdo spawns to official. * Some standardization of npc/quests/first_class/. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17049 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-09- Added svn:eol-style=native property on some recently added text files.brianluau1-35/+35
- Renamed upgrade_svn16517.sql to the correct SVN revision it was added in (r16518). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16614 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-07* Fixed errors with warp portal/mob spawns in Renewal Yggdrasil Dungeon, ↵euphyy1-0/+35
bugreport:6422 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16594 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-01Full npc folder reorganization. (I hope I didn't break anything D:)daegaladh5-129/+68
-Now common scripts goes to the main npc folder, and pre-re-only/re-only ones goes to their respective folders. -NPCs with practically the same script but little differences have been left in the main folder and uses the command checkre() for the differences. -For those NPCs with different coordinates but same script, the script has been left in the main folder but the NPCs splitted as duplicates. -All pre-renewal files has been reverted back to their pre-renewal behavior. TODO: -Correct pre-re quest rewards. -Check for pre-re/re differences in mapflags. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16545 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-08Okie ladies and gentleman if this commit breaks anything it's jman's and ↵shennetsind46-0/+2722
maki's fault, yes, blame them. Fixing pre-re / re npc support, moving /config/ folder to src root so other servers may also make use of the #define renewal dir and other stuff. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16382 54d463be-8e91-2dee-dedb-b68131a5f0ec