summaryrefslogtreecommitdiff
path: root/npc/warps/dungeons
AgeCommit message (Collapse)AuthorFilesLines
2015-12-15Standardized header in scripts (part 2)Haru33-470/+1157
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Warps scripts folders Signed-off-by: Haru <haru@dotalux.com>
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru2-5/+4
Signed-off-by: Haru <haru@dotalux.com>
2015-08-09Minor script cleanup.Haru1-1/+1
- Replaced leftover sprite IDs with constants - Corrected some NPC facing directions (in modulo 8)
2014-11-02Replaced 'set' with direct assignment where applicable (common folder)Haru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2014-05-13Removed trailing whitespace (scripts)Haru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2013-10-28Added ability to use constants instead of sprite IDs for NPCs. Converted all ↵Kisuka8-59/+59
npcs to use this.
2013-10-24Update to last rAthena npc.Michieru30-233/+152
Fix some typos change sc_bleeding to -> sc_blooding Updated RE EXP for quests_brasilis.txt
2013-07-04Merged/Updated/Added scripts from rAthena.j-tkay1-2/+2
- Fixed Bug #7400 Signed-off-by: j-tkay <joseph.tk.ea@gmail.com>
2013-02-03Updated more placeholders and fixed some spacing issues.Mysteries7-7/+7
2013-01-29Updated placeholders.Mysteries8-24/+8
2012-12-30* Added Somotology Laboratory F4 quest (written by Ziu, translated by Heris, ↵euphyy1-0/+30
uses some iRO dialogues). * Updated quest_db with Somotology Laboratory F4 entries (5113-5125 are placeholders, may be incorrect). * Moving of warp files, reducing the number of duplicates in pre-re/re paths. * Added a note to documentation (bugreport:7065) and fixed a small mistake (bugreport:7068). * Follow-up r17056, missing $ (bugreport:7067) and added a missing item. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17063 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-07* Fixed errors with warp portal/mob spawns in Renewal Yggdrasil Dungeon, ↵euphyy1-2/+3
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:)daegaladh32-0/+1811
-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 ↵shennetsind36-1909/+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-01- Replaced more -> rAthena (follow up to r15251).brianluau2-4/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16195 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-07- Fixed a little leftover in socket_enchant2.txt .masao871-0/+2
- Added warp to iz_dun05 bugreport:5395 . - Fixed a little typo in clif.c . - Moved "int clif_status_load_single" from clif.c to clif.h . git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15665 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-09- Added svn:eol-style=native property to some recently added text files.brianluau2-48/+48
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15413 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-06*Fixed bug in 13.1 quest which caused quest log to remain after completion.Chilly01232-0/+48
*Added warps up to Episode 14.2. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15400 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-24- Replaced all occurrences of "eAthena" to "rAthena" stringmercurial12334-40/+40
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15251 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-11- Merged /branches/renewal/conf (partial)brianluau2-9/+10
- Merged /branches/renewal/db (only mob_db.txt and mob_skill_db.txt) - Merged /branches/renewal/npc (full) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15060 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-09- Set svn:eol-style=native for some recently added text files (follow up to ↵brianluau1-17/+17
r15009). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15044 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-10-31- Removed .gat from map names.brianluau2-2/+2
- Removed trailing tabs in some warp portal files. - Removed `loginlog` table from convert_engine SQL scripts, because it's in the log database. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14987 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-08-27- Implemented first version of Archbishop skills. Preliminary version, see ↵L0ne_W0lf1-0/+17
doc/3rd_job_notes.txt for details/bugs/issues with skills. - Implemented fixed cast time, old cast time mechanics no longer available. Added bFixedCastRate used for reducing fixed cast time mechanic. Cast time calculations probably still needs work, as the cast rate reductions are probably additive and multiplicative as they used to be. - As a result, skill_delayfix_sc() has been removed, status effects that modify cast time are now calculated DURING cast time, not after. - Implemented skill cooldown in skill_cast_db.txt. Known issue is that the cooldowns should save on logout/server shutdown/etc. - Implemented new heal calculation and started work on MATK. Added bWeaponMatk, and bEquipmentMatk for use with new MATK mechanic. - Removed custom features and their config settings: delay_dependon_dex, delay_dependon_agi, castrate_dex_scale. - Increased max_def to 9999 for now, as that is by default the largest defense increase found in the Renewal database (Ahura_mazdah, GM item) - Added shield aspd reduction from job_db1.txt-- Not 100% sure on this one yet. Should be considered a WIP. - Modified updatestatus(), to display information more in line with the client's status window. - Updated some calculations in status_calc_misc to match renewal, needs a lot of work still. - ST_CHASEWALK and HP_BASILICA no longer have 0 cast time while being canceled. * Implemented 'Boss' Decrease AGI, like 'Boss' Heal - editable in skill.conf * clif_skill_fail() now accepts a new parameter, to be used in later messages. * status_change_start() now stores tick as duration upon being called, which fixes timers calling the function from showing negative durations. * Implemented skill ALL_PARTYFLEE. 1 level, increases party member flee by 10. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14941 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-08-09* Implemented remaining Brasilis NPCs.L0ne_W0lf1-0/+17
* 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-04-09* Merged changes from trunk [14742:14782/trunk].ai4rei1-0/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14783 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-03-20* Fixed and commented out old Anthell entrance warps (bugreport:3589).Gepard1-5/+17
- Moved entrance to cmd_fild08 to match mapcache updates. * Fixed an issue in Resurrection of Satan Morroc (Continental Guard Quest) when player dying/logging out during conversation could prevent summoning of Satan Morroc until server reboot (bugreport:3437). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14753 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-10-11* Wot's dis? Missed a warp in morroc field! THIS WILL NOT DO.L0ne_W0lf2-2/+3
- ...corrected the versions in the file headers as well. :P git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14423 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-10-11* Renewal Update to warp portals, and deleted disabled_warps.txt.L0ne_W0lf2-11/+11
- Only disabled warps, some coordinates might have slipped past me. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14421 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-06-20Corrected Einbech Mine warps.Gepard1-3/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14350 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-19- Fixed cords on milestone 1-3. (was bugged on aegis too)Kisuka1-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13607 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-19* Moscovia Update!Kisuka1-3/+274
- Added Moscovia quests. - Uncommented mosk_dun & added field spawns. - Updated moscovia & mosk_dun warps. - Removed most the npcs from cities/moscovia.txt (they are part of the quests). - Added some more moscovia quest items to item_trade. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13605 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-26Happy boxing day, eAthena! Here have a massive update.L0ne_W0lf1-17/+7
* Implemented the first round of episode 12.1 change which include: - Many Morroc NPCs have been moved to Morroc Ruins. - The addition of new of NPCs to the ruins of Morroc. - Several warp points leading around Morroc altered. - The implementation of the continental Guard Quest. - The removal of the 'Dandelion's Request" quest. - This update contains several changes, as Morroc and several fields no longer exist in one sense of the word. AS such, many NPCs have been moved, there may be quests that no longer function because of NPCs on inaccessable maps. * Commented out maps no longer accessable with 12.1 in maps_athena.conf * Updated mob_skill_db episode 12.1 skills to official. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13415 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-15updated mosk warpsLupus1-7/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12837 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-13* Updated moscovia.txt inn.txt mosk_dun.txt shops.txt from jALupus1-4/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12823 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-08Removed duplicated quest warp portal on /warps/dungeons/juperos.txt, ↵shadow1-33/+2
bugreport:1486 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12788 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-20Updated Umbala npcs, quests, and warps.L0ne_W0lf1-20/+19
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12403 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-02-26Fixed bugreport:1057 and bugreport:1058 L0ne_W0lf1-3/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12244 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-02-25Corrected Labs level 3 warp.L0ne_W0lf1-3/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12240 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-02-22* Several small fixes to scripts, and updates.L0ne_W0lf1-44/+40
- Updated City warps for Lighthalzen, and dugneon warps. - Updated castle warps for Schwaltzvalt Castles Map. - "The Sign" quest is now enabled by default. (bugreport:1011) - Added Dimensional Gorge map spawns (According to RO Future Wiki) - Updated Lighthalzen boss spawning mechanisim to official. - Fixed a small error in the novice potion exchanger. - Resolves the following: bugreport:879 bugreport:973 bugreport:983 bugreport:1013 bugreport:1021 bugreport:1024 bugreport:1026 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12227 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-01-26Some random cleaningultramage2-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12141 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-01-11* Added Veins town NPCs, mail box, and second guide.L0ne_W0lf1-11/+15
- Updated warps for Veins. Outstanding warps are quest related. * Minor updates to other warp files. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12056 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-01-05* Updated Kunlun NPCs and warps.L0ne_W0lf3-44/+50
- Didn't update the Kunlun 'Power' npcs - Updated Lutie and Comodo warps. * Fixed some slight inconsistencies with the some script headers. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12014 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-16Updated Louyang NPCs, quests, and warps.L0ne_W0lf1-8/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11921 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-14Updated Ayothaya NPCs, Quests, and Warps.L0ne_W0lf1-8/+12
- Should also fix bugreport:586 (Footprint2 error) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11903 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-11Updated Amatsu NPCs, Quests, and Warps.L0ne_W0lf1-10/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11887 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-08* Removed double tabs from mapflag/warp/script/function/duplicate declarations.FlavioJS1-2/+2
(avoid script errors in a future commit) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11871 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-27Fixed a bad warp in ice dungeon. L0ne_W0lf1-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11815 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-17* Rev. 11742 Renamed several dungeon warp scripts to match their map names, ↵L0ne_W0lf25-106/+149
split up a couple files as well. * Moved Ninja and Gunslinger warps to the proper file. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11742 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-20Fixed the error sin the recent change to the Juperos warps.L0ne_W0lf1-5/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11524 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-20* Implemented proper Juperos Core event-driven access.L0ne_W0lf1-74/+8
- Bug testing and further optimization required. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11523 54d463be-8e91-2dee-dedb-b68131a5f0ec