summaryrefslogtreecommitdiff
path: root/npc/re
AgeCommit message (Collapse)AuthorFilesLines
2013-11-07Extended script constants to support NPC sprite IDsHaru2-3/+3
- Added support for constants whose name begins with a number. - Follow-up to 124ab2a1cdb344f24170a4d91f7000ebabf39b40. - Replaced calls to setnpcdisplay with hardcoded numeric IDs to constants. - Thanks to Yommy. Signed-off-by: Haru <haru@dotalux.com>
2013-11-04Follow-up to 124ab2a1cdb344f24170a4d91f7000ebabf39b40Haru4-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-11-04Implemented correct refine success rates above +10Haru1-7/+7
- Refine rates above +10 are updated with the official values obtained from Aegis. Note: There are no safe refines above +10 anymore. - Corrected the above +10 refine NPC to decrease the refine level by 3 in case of failure, according to what observed in Aegis. - Special thanks to malufett, Ind. Signed-off-by: Haru <haru@dotalux.com>
2013-10-28Added ability to use constants instead of sprite IDs for NPCs. Converted all ↵Kisuka139-2357/+2357
npcs to use this.
2013-10-24Update to last rAthena npc.Michieru218-6164/+20636
Fix some typos change sc_bleeding to -> sc_blooding Updated RE EXP for quests_brasilis.txt
2013-10-19Instance Dungeons Updateshennetsind8-631/+4725
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-10-11Moscovia Quest Update / Catalog Magician Moveshennetsind2-0/+109
Partial Merge of 198dc48 / 48d36c2 Changelog: - npc/merchants/buying_shops.txt -- 1.1a Moved Catalog Magician to Renewal path. [Euphy] - npc/quests/quests_moscovia.txt -- 2.0b Bug fixes. [Lemongrass] -- 2.1 Fixed incorrect use of 'close'. [Joseph] -- 2.2 Updated RE/Pre-RE EXP. [Euphy] - npc/re/merchants/catalog.txt -- 1.1 Updated dialogue. [Euphy] Closes #149 Signed-off-by: shennetsind <ind@henn.et>
2013-10-10Homun-S Quest Updatedshennetsind3-145/+1363
Partial Merge of 0b68607 Quest Changelog: - 1.2 Replaced with official script. [Euphy] Closes #177 Closes #178 Signed-off-by: shennetsind <ind@henn.et>
2013-10-10Updated Spawns for iz_dun05, dic_dun, dewata and dew_dunshennetsind4-39/+43
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-10-07RE El Dicastes Quest Updateshennetsind1-147/+178
Changelog: 2.1 Added reset option to "Kareka". [Euphy] 2.2 Added Izlude duplicates. [Euphy] 2.3 Added GM management NPCs. [Euphy] Closes #146 Signed-off-by: shennetsind <ind@henn.et>
2013-09-16Corrected line endings and BOM issues with several filesHaru49-49/+49
- Ensured final end-of-line character in every file. - Corrected cases of mixed line endings (mostly CR and CRLF within the same file.) - Removed extra BOM from some scripts, since it causes a parsing error. Signed-off-by: Haru <haru@dotalux.com>
2013-07-28Fixed bug #7510j-tkay1-2/+2
- Enabled Dewata warps. http://hercules.ws/board/tracker/issue-7510-dewata-legend-quest-incomplete/ Signed-off-by: j-tkay <joseph.tk.ea@gmail.com>
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-07-04Follow up 28a9fec0916db3d92629ae6e6cd62b5777b09e73j-tkay1-1/+1
- Corrected the file path for ticket_refiner.txt. Signed-off-by: j-tkay <joseph.tk.ea@gmail.com>
2013-07-04Merged/Updated/Added scripts from rAthena.j-tkay28-1525/+8441
- Fixed Bug #7400 Signed-off-by: j-tkay <joseph.tk.ea@gmail.com>
2013-06-22Port Malay MVP Armors [by DeadlySilence]Euphy1-0/+507
2013-06-22Port Malaya Jeepneys [by DeadlySilence]Euphy1-1/+247
2013-06-20Merge remote-tracking branch 'upstream/master'Euphy3-11/+11
Conflicts: conf/plugins.conf db/pre-re/skill_tree.txt db/re/skill_tree.txt db/sc_config.txt npc/mobs/citycleaners.txt src/map/atcommand.c src/map/battle.c src/map/clif.c src/map/map.c src/map/packets.h src/map/pc.c src/map/script.c src/map/skill.c src/map/status.c src/map/storage.c src/map/trade.h Merged master.
2013-06-20Follow-up.Euphy1-1/+1
2013-06-20Follow-up.Euphy1-0/+1
2013-06-20Implemented Eden Tutorial.Euphy1-0/+1561
2013-06-17Fixed BugReport: 7388Mysteries3-11/+11
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-15Hercules Renewal Phase : Renewalmalufett3-19/+19
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-06-15Update scripts.confStreusel1-1/+2
2013-06-15Merge pull request #44 from euphyy/masterMasao875-52/+1887
Implemented Hall of Abyss.
2013-06-15Implemented Hall of Abyss.Euphy5-52/+1887
2013-06-13Hercules Renewal Phase : Renewalmalufett3-19/+19
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-06-06Merge pull request #37 from euphyy/masterj-tkay1-0/+1193
Implemented Hazy Forest.
2013-06-03Implemented Hazy Forest.Euphy1-0/+1193
2013-06-02Update scripts.confStreusel1-1/+2
2013-06-01Implemented Mora Enchants.Euphy1-0/+2356
2013-05-31Update izlude.txtStreusel1-2/+2
Fixed Bug #7305 Disabled Captain Carew duplicate for now since it doesn't exist anymore as we've reverted the new novice ground update, until we get more information and add start_point_re. http://hercules.ws/board/tracker/issue-7305-captain-carew/
2013-05-30Merge pull request #30 from Zopokx/mastershennetsind2-1058/+390
Fixed some scripts
2013-05-30Mora / NPC Updatesshennetsind6-22/+5701
* Implemented all Mora quests (excluding instance-related quests and Mora Enchants). * Updated Mora town NPCs, Quiver Maker, and guides. * Updated Bifrost spawns and warps. All Credits to Euphy for sending those to us, Thank you~! Signed-off-by: shennetsind <ind@henn.et>
2013-05-30Reverted Novice Ground to 953aabf5a650d4eef506c1e620d81405f56863b6.j-tkay1-7/+2046
Signed-off-by: j-tkay <joseph.tk.ea@gmail.com>
2013-05-28Follow up to 0e798b4Mysteries1-1/+3
Readded Compatibility
2013-05-28Woohooo! Some more cleaning up!Mysteries130-312/+312
- Follow up to 80510a0 { Corrected name placeholders } - Vas cleanup on name placeholders - Small change in /doc/permissions.txt
2013-05-28Follow up from my last commit.Masao1-7/+8
- Updated the custom HD Refiner with it's original file. Credits and a big thanks to Euphy. - Restored official authorship of Malaya Port Warps and fixed an minor issue. - Forgot to add an check in episode 13.1 quest. - Removed an not yet ready instance for Malaya Port from the scripts.conf file. Again an big thanks to Euphy for pointing out those issues. Signed-off-by: Masao <masao@gmx.ch>
2013-05-28Fixed console error using Euphy's reference.Sirius1-33/+47
2013-05-27Merge branch 'master' of https://github.com/HerculesWS/HerculesMasao1-206/+202
2013-05-27- Added custom HD Refiner NPC Dwarf Mighty Hammer. (Disabled by default.)Masao3-32/+1608
* 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-05-27Update quests_dicastes.txtj-tkay1-206/+202
* Fixed bug #7234 - Credits to Euphy! * Fish tails coordinates. * Minor fix. Signed-off-by: j-tkay <joseph.tk.ea@gmail.com>
2013-05-27I didn't notice this errors before.Sirius1-16/+16
2013-05-26Argh! I hate the fact of having several repositories. Thanks again, Euphy!Sirius1-2/+2
2013-05-26Thanks to Euphy for pointing out a problem with the level check that ↵Sirius1-4/+8
shouldn't be at beginning of the script.
2013-05-26Fixed a not intended NPC name in the last commit.Sirius1-1/+1
2013-05-26Eden EXP Quests 56-70 script rewritten and optimisedSirius1-1059/+320
2013-05-26Header scripts adapted to HerculesSirius1-4/+2
2013-05-26* Poring War: Added missing barrier resets [Euphy's rAthena fix based on my ↵Sirius1-0/+55
report] * Added support for Baby Novices in the Novice's Quest Skills * Hotfix for the Blacksmith Rank bugreport: http://hercules.ws/board/tracker/issue-7288-max-refine-blacksmith-rank/ * Added duplicates from pre-re Mage Quest required in Sage Quest Skill.
2013-05-20-Updated IzludeStreusel2-2049/+72
-Added new Novice Ground NPCs