summaryrefslogtreecommitdiff
path: root/npc/instances/NydhoggsNest.txt
AgeCommit message (Collapse)AuthorFilesLines
2015-12-31Replaced leftover -1 view IDs with FAKE_NPCHaru1-27/+27
Signed-off-by: Haru <haru@dotalux.com>
2015-12-31Replace -1,{ with FAKE_NPC,{AnnieRuru1-8/+8
replace using Notepad++
2015-12-18ItemID to Constant: instances/jobs FolderDastgir1-2/+2
2015-12-15Standardized header in scripts (part 12)Haru1-24/+36
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Instance scripts folders Signed-off-by: Haru <haru@dotalux.com>
2014-11-02Replaced 'set' with direct assignment where applicable (common folder)Haru1-54/+54
Signed-off-by: Haru <haru@dotalux.com>
2014-10-28Removed use of 'checkquest' from scripts (common folder)Haru1-7/+7
Signed-off-by: Haru <haru@dotalux.com>
2013-11-10Follow-up to 857bdc4f98be6cd1e185a24565d6b6b54752b9b4Haru1-1/+1
- Consolidated case in variables, labels, constants. Signed-off-by: Haru <haru@dotalux.com>
2013-10-28Added ability to use constants instead of sprite IDs for NPCs. Converted all ↵Kisuka1-19/+19
npcs to use this.
2013-10-24Update to last rAthena npc.Michieru1-4/+4
Fix some typos change sc_bleeding to -> sc_blooding Updated RE EXP for quests_brasilis.txt
2013-10-19Instance Dungeons Updateshennetsind1-1052/+509
As requested by the community in http://hercules.ws/board/topic/1702-implement-rathena-npc/ we're merging in the latest of rAthena's dungeons, this includes the rewriting of all instance dungeons and the addition of 4 dungeons that were not present previously (BakonawaLake, BangungotHospital, BuwayaCave and OldGlastHeim). Update also includes the ability for instances to reset (or be destroyed if instance files were disabled/removed) upon @reloadscript, instance scripts are able to control to what stage the instances are to be reset via the instance_set_respawn (reload spawn) script command, OnInstanceInit labels are now triggered when the instance starts via instance_init (and upon reload), they may be used alongside instance variables (which are persistent to @reloadscript) to save players' progress. - NPC Changelog: -- npc/instances/EndlessTower.txt --- 2.2 Instance system rewrite. [Euphy] --- 2.3 Added some missing announcements. [Euphy] --- 2.4 Added GM management function. [Euphy] -- npc/instances/NydhoggsNest.txt --- 1.5 Instance system rewrite. [Euphy] --- 1.6 Added GM management NPCs. [Euphy] -- npc/instances/OrcsMemory.txt --- 1.7 Instance system rewrite. [Euphy] -- npc/instances/SealedShrine.txt --- 2.3 Instance system rewrite. [Euphy] -- npc/other/gm_npcs.txt --- 1.0 First version. [Euphy] -- npc/re/instances/BakonawaLake.txt --- 1.0 First version. [Euphy] --- 1.1 Added GM management NPC. [Euphy] -- npc/re/instances/BangungotHospital.txt --- 1.0 First version. [Euphy] --- 1.1 Added GM management function. [Euphy] -- npc/re/instances/BuwayaCave.txt --- 1.0 First version. [Euphy] -- npc/re/instances/HazyForest.txt --- 1.1 Instance system rewrite. [Euphy] -- npc/re/instances/MalangdoCulvert.txt --- 1.0b Fixed incorrect use of 'close'. [Joseph] --- 1.1 Instance system rewrite. [Euphy] -- npc/re/instances/OctopusCave.txt --- 1.1 Instance system rewrite. [Euphy] -- npc/re/instances/OldGlastHeim.txt --- 1.0 First version. [Euphy] Special Thanks to Haru, Uziel for their contributions to this update, and ossi0110 for helping us debug it. Signed-off-by: shennetsind <ind@henn.et>
2013-06-13Hercules Renewal Phase : Renewalmalufett1-1/+1
Rename SC names to eagis standard. Implement SC Configuration.(see db/sc_config.txt) Skill updates and fixes. Some code optimization. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-05-30Memory Slasher - May 30 Patchshennetsind1-0/+1
http://hercules.ws/board/topic/928-memory-slasher-may-30-patch/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-30Memory Slasher - May 30 Patchshennetsind1-41/+41
http://hercules.ws/board/topic/928-memory-slasher-may-30-patch/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-27- Added custom HD Refiner NPC Dwarf Mighty Hammer. (Disabled by default.)Masao1-0/+1
* This NPC uses the cash shop HD ores to upgrade your weapon or gear up to +10 when your current gear or weapon is already +7 without breaking it but downgrading it. - Moved Malaya Port NPC's to re folder and updated the Malaya Port warps. - Fixed Bug where players weren't able to finish the Guardian of Yggdrasil Quest and didn't get their reward. - Fixed that players weren't able to start the "Ring of the wise king" and "Finding a Fairy" quest using the Cat Hand Agent warper inside Eden Group Headquarters. Signed-off-by: Masao <masao@gmx.ch>
2013-03-20-Part 2 of 'the great commit', all credits to L0ne_W0lfStreusel1-5/+5
-NPC updates mostly Izlude related
2013-02-03Updated more placeholders and fixed some spacing issues.Mysteries1-3/+1
2012-09-01* Follow-up r16726, more standardization on docs.euphyy1-0/+2
* Replaced and added dividers in many script files with one standard divider. * Other misc. cleaning... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16727 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-13- Fixed bugreport:6460 where players can enter instances without generating ↵j-tkay1-1/+1
it. (EndlessTower.txt & SealedShrine.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16628 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-01Full npc folder reorganization. (I hope I didn't break anything D:)daegaladh1-0/+2827
-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 ↵shennetsind1-2827/+0
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
2012-06-13* Some cleaning of Thanatos Tower quest script (quests\thana_quest.txt)euphyy1-589/+461
* Minor cleaning of Nidhoggr's Nest instance script (instances\NydhoggsNest.txt) * Fixed warp to abyss_01, as per bugreport:6002 (custom\warper.txt) * Fixed View ID for #18613 (bugreport:6003) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16289 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-10- Fixed 'instance_check_party' (bugreport:5948)tr0n931-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16260 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-27- Added an security check for each player which is entering an instance to ↵masao871-4/+15
make sure that the cool down time can't be bypassed which would lead to abuses of the according instance dungeons. bugreport:5768 - Some minor additions to the Magic Gear renter NPC. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16158 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-26- Some minor improvements in the instance Scripts.masao871-11/+11
- Some minor improvements in the Eden Group NPC's. - Fixed typo in Wanderer Pet Food NPC. bugreport:5823 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16151 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-21- Added 'instance_check_party' command to all instance scripts for proper ↵masao871-25/+15
checking if the invoking party meets the requirements to join the Memorial Dungeon. Thanks to malufett for creating the command. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16135 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-17follow up r16115, accidentally committed debug thingshennetsind1-1/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16116 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-17Fixed bugreport:5757 Added missing Sorcerer Insignias, Credits to brAthenashennetsind1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16115 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-13- Follow up r16107 .masao871-2/+2
* Fixed the additional check for Players in a Party. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16111 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-12- Added an extra check to all instance script if there are actually 2 ↵masao871-2/+8
Players online in the Party to be able to enter the Dungeon. bugreport:3970 - Added a few new statuses to not disappear upon death. bugreport:2652 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16107 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-24- Replaced all occurrences of "eAthena" to "rAthena" stringmercurial1231-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15251 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-14- Fixed some typos in quest_13 files. (bugreport:5023)brianluau1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15123 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-09- Set svn:eol-style=native for some recently added text files (follow up to ↵brianluau1-2948/+2948
r15009). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15044 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-09-03- Fixed a typo in Nidhoggr's Nest. (bugreport:5041)brianluau1-4/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14952 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-08-09* Implemented remaining Brasilis NPCs.L0ne_W0lf1-2/+2
* Added remaining database modifications for Brasilis. - Added the skills for the Brasilis monsters. - Added remaining entries for Bathroom Ghost quest. - Added stats for the Suspicious Hydra monsters. - Corrected the capture rate for Suspicious Hydra. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14928 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-07-18Updated dialog in monster_race.txtL0ne_W0lf1-64/+65
Minor dialog updates to Nidhoggr's Nest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14912 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-07-16Of all the things to have typo'd...but hey, at least I'm consistent. I've ↵L0ne_W0lf1-0/+2948
been spelling 'nest' as 'next' since I started working on it. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14910 54d463be-8e91-2dee-dedb-b68131a5f0ec