15 Commits

Author SHA1 Message Date
L0ne_W0lf
fa7003afd3 * Updated quest_read_db. Might need reviewing. ;-;
- Reports entries when read by server at start up like other DBs.
- Will now skip blank lines instead of reporting false errors.
- Will report when entries are > MAX_QUEST_DB.
* Updated quest and item DB with Eden Group information.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/renewal@14463 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-14 22:26:26 +00:00
L0ne_W0lf
aa9990ec16 * instance_npcname will now error if the NPC being looked up is not found, care of ramsey.
* delitem/2 will now send the close button when failing to find all neccecary items to delete.
- Still do to, items should not be deleted as-found, and should be deleted once counted
and in the event of delitem failure, nothing should be consumed. This is a design flaw
in eathena, and should be fixed as soon as possible.
* Implemented the Endless Tower instance.
* Updated announces and dialogs in KVM.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14395 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-08-26 22:47:28 +00:00
L0ne_W0lf
4d87e0aefe * Blocked being able to use the skill CR_DEVOTION on players under the status SC_HELLPOWER.
- Additionally, users afflicted by the status can also no longer use Token of Siegfried to self-res.
* Added Manuk, Splendide and SC_HELLPOWER statuses to the status effects that can't be dispelled.
* Changed SC_SPEEDUP0 to use the correct status icon SI_MOVHASTE_HORSE.
* Changed SI_SPEEDUP1 to use the correct status icon SI_SPEEDPOTION1.
* Added updated 13.2 drops to existing monsters. (Most rates are unknown, and set to 0.1%)
* And time to squish database bug reports!
- Fixed guild event quest log entry time limit. (Bugreport:4204)
- Fixed Musika healing while attacking and not when attacked. (Bugreport:4211)
- Corrected the Int and HP/SP reduction on the Dead Tree Cane. (Bugreport:4217)
- Fixed the non-set bonus for Glorious Ring's heal increase. (Bugreport:4223)
- Fixed Death Guidance not casting NPC_HELLPOWER on the user. (Bugreport:4250)
- Changed the usable job for Bone Plate from all to thief class. (Bugreport:4286)
- Changed the bonus on alternate large bapho horns to subrace. (Bugreport:4291)
- Added slots to blu and pink night caps, and a couple others. (Bugreport:4301)
- Removed an extra comma from the Mini_Propeller_M headgear. (Bugreport:4307)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14342 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-06-14 19:37:59 +00:00
L0ne_W0lf
2f7d7dcf96 * Adjusted the cooldowns on the "Rough Mineral" and "Helping Grenouille" quests.
* Removed a 'close' in a 13.1 quest which should have been 'close2'. (bugreport:4276)
* Added three 13.2 quests: Monster Suppression, Bradium Collection, and Laphine Craftsman.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14338 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-06-10 19:37:55 +00:00
L0ne_W0lf
b50d0ff92a * Added 13.2 quests 'Midgard Ore' and 'Alfheim perfume'.
* Added some items from 12.1, 13.1. and 13.2 to item_trade. 
* Added the 24 hour time limit on the quests 2182 and 2185.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14306 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-05-26 03:21:59 +00:00
L0ne_W0lf
535bb54e76 * Lots of updates. Mostly mob related.
- Added known stats and drops for 13.2 monsters.
- Added custom skills and mobchat for 13.2 mobs.
- Added known stats for Brasilis Mobs.
- Added new quest entries, and updated some old ones.
- Removed Itemskill from Large_spray_of_flowers.
- Added known names and ids for more mobs.
- Added homunculus IDs to homun database as placeholders.
- Added skill ids for 3rd jobs to skill_db as placeholders.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14298 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-05-21 01:00:48 +00:00
brianluau
1f09de23eb - Fixed some typos in quest_db.txt (bugreport:4186)
- Fixed a typo in socket_enchant.txt (bugreport:4188)
- Added missing `quest` table to the convert_engine sql files. (r12559,r13960,r13963)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14284 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-04-17 09:24:21 +00:00
L0ne_W0lf
7475720d25 - Corrected a minor issue in sealed shrine, lock out should work now.* Added some 13.2 content, and more 13.1 content.
- Added "Otherworld language" quest.
- Added Cat Hand Trading NPCs for 13.2 maps.
- Added warps for Splendide and Manuk (town and field.)
- Added basic town NPCs for Manuk and Splendide.
- Added the guild dungeon SE events, though the pierre boxes do nothing.
- Corrected a minor issue in sealed shrine, lock out should work now.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14257 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-03-03 19:59:24 +00:00
L0ne_W0lf
2c54b30746 * The status SC_INVINCIBLE now reduces all damage to 1.
- Official behavior, and allows players to cancel NPC_ALLHEAL casts.
- If battle_config.invincible_nodamage is true, reflected damage is still 0.
* Minor updates and supporting data for Sealed Shrine.
- Zone 5 is now designated for sealed shrine restricted skills.
- Added new quest_db entries for Sealed Shine cooldown.
- Updated mob_db entries for Orc's Memory Instance. (improper stats)
- Updated Land Mine to have a splash effect. (Provided by Daegaladh)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14101 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-10-26 02:33:53 +00:00
Kisuka
f14d98c005 - Added some missing quests to quest_db.
- Fixed an issue on some 1-1 job quest log commands.
- Fixed some issues with hair_style. (bugreport:3558)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14041 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-05 07:30:30 +00:00
Kisuka
8fd9c788de - Added episode 12 and 13 item givers. (topic:226055)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13992 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-08-04 20:59:06 +00:00
Kisuka
2033dbbd11 - Removed an # symbol in quest_db.txt
- Updated Moscovia quests (Added tide changes and fixed Marozka's time check).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13975 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-28 18:44:22 +00:00
L0ne_W0lf
d88c759c6f * Updated item database with 13.1 content.
- Added equipment using various sources, and iRO descs.
- Added ETC items based on personal experiences in game.
* Removed garbage text from the quest database.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13971 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-27 11:00:49 +00:00
L0ne_W0lf
9a668152ed * Extreme update to the quest_db file.
- Added many new quests, although they are all unused by scripts currently.
- Changed several of the old quest names to match the names on iRO
- Removed garbage "quest(" remainants from several of the quests...


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13965 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-26 13:59:36 +00:00
L0ne_W0lf
e23ec98ff9 Added new, and for the time being, useless, 'quest_db'.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13394 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-06 02:42:20 +00:00