summaryrefslogtreecommitdiff
path: root/npc/instances
AgeCommit message (Collapse)AuthorFilesLines
2016-01-16Script Standardization: changed select format in instances folderDastgir4-46/+46
2015-12-31Replaced leftover -1 view IDs with FAKE_NPCHaru2-31/+31
Signed-off-by: Haru <haru@dotalux.com>
2015-12-31Replace -1,{ with FAKE_NPC,{AnnieRuru3-26/+26
replace using Notepad++
2015-12-18Fixed 2 bugs in Sealed ShrineAncyker1-3/+3
Fixed trying to disable wrong NPCs. Fixed not enabling all Bobbing Torches. Both bugs were (re)introduced in cd95d1cadacc9b506e08d4cbe52a4a0ce2a59df3 Closes #765 as merged Signed-off-by: Haru <haru@dotalux.com>
2015-12-18ItemID to Constant: instances/jobs FolderDastgir3-38/+38
2015-12-15Standardized header in scripts (part 12)Haru4-154/+154
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Instance scripts folders Signed-off-by: Haru <haru@dotalux.com>
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-2/+1
Signed-off-by: Haru <haru@dotalux.com>
2015-09-20Fix incorrect condition checks in attaching map of Sealed Shrine Instance.tungsinpei1-7/+6
2015-06-04Corrected a mistake in the OrcsMemory scriptHaru1-23/+24
- Fixes bugreport:8707, thanks to evilpuncker http://herc.ws/board/tracker/issue-8707-orcsmemory-empty-message/ Signed-off-by: Haru <haru@dotalux.com>
2015-04-24Fixed SealedShrine Quest to be repeated if you have the required itemsDastgir1-6/+7
2015-04-12Fixed SealedShrine Instance trying to change quest without checking, Report ↵Dastgir1-3/+6
#8619
2015-04-11Updated Zeny Requirement,Partial Fix for #8619Dastgir1-1/+1
2015-03-26Fixed Endless Tower weekly timer issue ( ↵milky-milk1-15/+15
http://hercules.ws/board/tracker/issue-8590-endless-tower-possible-bu/ )
2015-01-29Implemented 2010 Headgear Quests. Also corrected ID of Green Maiden in ↵Dastgir1-1/+1
Endless Tower, and Bascojin Slave.
2014-11-02Replaced 'set' with direct assignment where applicable (common folder)Haru4-189/+189
Signed-off-by: Haru <haru@dotalux.com>
2014-10-28Removed use of 'checkquest' from scripts (common folder)Haru4-37/+37
Signed-off-by: Haru <haru@dotalux.com>
2014-05-13Removed trailing whitespace (scripts)Haru3-33/+33
Signed-off-by: Haru <haru@dotalux.com>
2014-05-13Fixed several files with a missing EOL at EOFHaru1-1/+1
- All text files should end with an EOL. Period. - See http://robots.thoughtbot.com/no-newline-at-end-of-file for info on how to configure the most common text editors to do it automatically for you. Signed-off-by: Haru <haru@dotalux.com>
2013-12-04- Fix part 2 of issue 7841Patskie1-5/+5
- http://hercules.ws/board/tracker/issue-7841-endless-tower-part-2/ - Thanks to Haru for the getarg suggestion Signed-off-by: Patskie <escalona3413@gmail.com>
2013-11-30Re-commit of 4faa0ec9df7067cee3eb1c1953fccc6c2f842179Taylor Locke2-3/+3
Cleaned up Zeny manipulation in scripts. - It is now finally safe to re-commit. - Removed some unwanted parts of the original commit, that broke the character set in some scripts. [Haru] - Corrected spacing in some edited lines. [Haru]
2013-11-28Revert "Cleaned up Zeny manipulation in scripts."Haru2-3/+3
Reverted due to a serious regression. I'll commit this again once I fixed the issue in the script engine. Sorry for the inconvenience. This reverts commit 4faa0ec9df7067cee3eb1c1953fccc6c2f842179. Signed-off-by: Haru <haru@dotalux.com>
2013-11-25Fixed Bug 7841.Taylor Locke1-1/+1
2013-11-25Cleaned up Zeny manipulation in scripts.Taylor Locke2-3/+3
2013-11-10Follow-up to 857bdc4f98be6cd1e185a24565d6b6b54752b9b4Haru2-7/+7
- Consolidated case in variables, labels, constants. Signed-off-by: Haru <haru@dotalux.com>
2013-11-04Follow-up to 124ab2a1cdb344f24170a4d91f7000ebabf39b40Haru1-4/+4
- Changed a few leftover NPC IDs to constants - Note: we're still missing support for mob sprite constants, so the NPCs using mob sprites are still not converted. Signed-off-by: Haru <haru@dotalux.com>
2013-10-28Added ability to use constants instead of sprite IDs for NPCs. Converted all ↵Kisuka4-242/+242
npcs to use this.
2013-10-24Update to last rAthena npc.Michieru4-15/+15
Fix some typos change sc_bleeding to -> sc_blooding Updated RE EXP for quests_brasilis.txt
2013-10-19Instance Dungeons Updateshennetsind4-6208/+2404
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-31Follow up 20bdc01fa687b174a732be4483ddea4982d67ce9shennetsind1-2/+1
Debug leftover. Signed-off-by: shennetsind <ind@henn.et>
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 Patchshennetsind4-347/+346
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_W0lfStreusel4-22/+20
-NPC updates mostly Izlude related
2013-03-05* Updated Endless Tower instance to latest official script.euphyy1-345/+852
-- String "Floor" changed to "Level". -- Warp portals open after a 5 second delay. * Renewal item database fixes (bugreport:7301, bugreport:7308). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17165 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-02-04Update npc/instances/EndlessTower.txtM45T3Ryu1-1/+1
Small typo in 15 Mobs.. I noticed of it because i seen 15 "Theif Bug Male" xD
2013-02-03Updated more placeholders and fixed some spacing issues.Mysteries4-12/+4
2012-11-05- Fixed bugreport:6747, removed extra setquest (quest id:3040). ↵j-tkay1-4/+2
(npc/instances/SealedShrine.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16859 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-24- Reverted to r16796. (npc/instances/EndlessTower.txt)j-tkay1-105/+104
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16797 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-24- Fixed Endless Tower OnTouch label typo. (npc/instances/EndlessTower.txt)j-tkay1-104/+105
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16796 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-10- Fixed bugreport:6658, quest being removed before the 12 hours cool down.j-tkay1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16774 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-03* Some optimization of Sealed Shrine instance (npc\instances\SealedShrine.txt)euphyy1-828/+74
* Updated 'waitingroom' documentation, bugreport:6610 (doc\script_commands.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16740 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-01* Follow-up r16726, more standardization on docs.euphyy4-2/+17
* 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-tkay4-42/+26
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:)daegaladh4-0/+11023
-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 ↵shennetsind4-11023/+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-25* Fixed a minor label typo in "Endless Tower" script, bugreport:5973 ↵euphyy1-1/+1
(instances\EndlessTower.txt) * Fixed reset on Baby job change in custom "Job Master", bugreport:6101 (custom\jobmaster.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16347 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- Fixed a bug in security checktr0n931-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16159 54d463be-8e91-2dee-dedb-b68131a5f0ec