summaryrefslogtreecommitdiff
path: root/db/Changelog.txt
AgeCommit message (Collapse)AuthorFilesLines
2010-12-06Added support for bonus bAddItemHealRate, which works for all healing items ↵L0ne_W0lf1-0/+2
care of Epoque. Updated some items to use bonus bAddItemHealRate, and healpower2. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14559 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-12-03Corrected incorrect bonuses relating to bAddMonsterDropItem/Group. ↵L0ne_W0lf1-0/+4
(burgerport:4569) Updated the IG_Ore, IG_Food, IG_Recovery and IG_Jewel item groups to official items/rates. As a result bAddMonsterDropItemGroup now uses the highest rate in group as it's base rate. Updated instances with more proper English, care of Resplendent. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14555 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-12-03Updated some more cash shop boxes to use rentitem instead of getitem.L0ne_W0lf1-0/+2
Added mercenary skills for Mimic, Disguise, Alice, Doppelganger, and Egnigem. Removed duplicate NPCs in Lighthalzen and Morroc. (bugreport:4555) Corrected typo (Sit -> Suit) in enhcant_arm NPC. (bugreport:4586) Corrected a typo in the christmas_2008 event. (bugreport:4600) Changed which White Lady spawns in endless tower. (bugreport:4601) Also added Quest Log Entries to Endless Tower, please test. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14552 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-12-02* Added item type IT_CASH (item type 18) Requires user confirmation before ↵L0ne_W0lf1-0/+4
using/generating item(s). * Updated the item types for several of the cash item boxes to 18. * Fixed the Exorcism_Bible bonus, missing {}'s for who knows how long. (bugreport:4342) * Updated Brasilis monsters stats again, care of Playtester. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14549 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-12-01* Reverted change from r14533 and restored the 3rd field of mob_avail.txt ↵ai4rei1-2/+0
being optional (bugreport:4599, since r14532). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14534 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-12-01* Updated example in mob_avail.txt to match the format description and ↵ai4rei1-0/+2
actual implementation (bugreport:4599, follow up to r14532). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14533 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-30* Fixed a mistake (excess dummy name) in dead branch list fallback value ↵ai4rei1-0/+1
(since r32). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14529 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-30* Made skill_tree.txt reading use sv_readdb. [Ai4rei]ai4rei1-0/+2
- Added define for skill entry requirements. - Reports duplicate skills within same job class. - Updated comments for skill Berserk in skill_tree.txt, among others because they would cause errors the way they are read now. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14524 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-26Changed 'killerrid' and 'killedrid' from player vars to player params ↵ultramage1-0/+2
(bugreport:3249). Now stored in player session data, so they don't get saved on logout anymore. Added sql upgrade script 'upgrade_svn14507.sql' to remove the now unused player variables. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14507 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-21* Added enumeration RC2_* for mob data 'race2' (bugreport:4561).ai4rei1-0/+3
- Fixed race2-related bonus arrays using RC_MAX, rather than race2 maximum (since r6221, related r1277). - Fixed bSubRace2 lacking bounds check (since r1257). - Fixed bSubRace2 being documented as bSPSubRace2 (since r1257). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14480 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-20- Fixed equip locations and view IDs for some headgears. (bugreport:4336)L0ne_W0lf1-0/+11
- Corrected the value of hit given by Military Ration C. (bugreport:4369) - Updated bonus for items that increase attack by class. (bugreport:4387) These 'fixes' should be considered a temporary fix until proper bonuses can be added to emulate aegis. - Added bonus increase_agi autocast to Krieger_shoes01. (bugreport:4406) - Added EXP script to Miracle and Secre Medicine items. (bugreport:4416) - Corrected weight of Some_of_Report to 0, as per desc. (bugreport:4541) - Corrected typos in skill name column in abra_db.txt. (bugreport:4557) - Corrected what jobs can use the Weihna and Krieg. (bugreport:4558) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14474 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-19* Fixed packet layout of wanttoconnection for packet_ver 16 and 22 ↵ai4rei1-0/+2
(bugreport:3359, since r9958). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14469 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-14* Updated quest_read_db. Might need reviewing. ;-;L0ne_W0lf1-0/+2
- 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://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14463 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-10* Added some items with enforced delays to the item_delay_db!L0ne_W0lf1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14458 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-02Fixed incorrect status change constants being used in cash food scripts. ↵Paradox924X1-0/+2
(bugreport:4477) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14441 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-10-11Implemented official cash food behavior, including use delay, not being ↵Paradox924X1-0/+2
dispelled (including on death), distinct status effects and icons from the ordinary food types. Updated items accordingly. (bugreport:2560) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14426 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-10-05* Added Spira's Party Booking System implementationL0ne_W0lf1-0/+8
- Added two additional mercenaries and updated data. - Added place holder values to the item database. - Added packets for the party booking system. - Updated the 13.2 monster skills to official. - Updated stats and drop rates on several monsters. - Fixed Lullaby working on allies/party members. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14412 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-09-18* Added bard/dancer songs and duets to the nodispell list. (bugreport:4411)L0ne_W0lf1-0/+6
* Applied Ai4rei's patch for the skill WE_CALLPARTNER (bugreport:4437) * Lots of updates to monster stats/drops, all fairly minor. * Updated the price and weight of a handful of etc items. * Removed drops for quest-spawned Satan Morroc. (bugreport:4425) * Changed weight on novice consumable items to 0 (bugreport:4442) * Updated Sage quest skill quest with the file curtosy of 5511. * Fixed the Pink Crystal being named Blue Crystal in Flavius. * Touched up the archer tutorial, and phantasmic arrow quests. * Fixed Turbo Track records for 8 and 16 normal saving as expert. (bugreport:4433) * Corrected the positions for the arug castle 04 exterior flags. (bugreport:4436) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14409 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-09-16Added updated stats for Brasilis monsters. L0ne_W0lf1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14408 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-08-20* Fixed wrong events being called for flavius02 BG waiting rooms. ↵L0ne_W0lf1-0/+2
(bugreport:4395) * Fixed the setwalls in Tierra gorge, again. Removed extra mapflags. * Moved overlapping guild flags outside arug_cas05 to proper points. * Fixed kRO Name for Women's Bundle. (bugreport:4398) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14385 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-08-18* Added bonus3 bAdd/SubEle, which allows you to specify a battle flag as ↵L0ne_W0lf1-0/+2
well! Dun dun dun! - The bonuses are addititive to existing bAdd/SubEles, as that's how it appears to work. - Updated Asprika to use new bonus3 bSubEle. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14381 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-08-17* Attempting to tackle, and fix some simple errors in skills.L0ne_W0lf1-0/+2
- Stormgust hit counter no longer resets under new casts of stormgust. - RG_STEALCOIN will now cause the monster to aggro player on success. (bugreport:3547) - SL_WIZARD will now consume one crystal fragement per reflected hit. (bugreport:3603) - WZ_FROSTNOVA will now ignore targets in area that are already frozen. (bugreport:3980) - SL_KAAHI will no longer uses SP if player has full health already. (bugreport:3918) - CG_TAROTCARD "The Lovers" will heal source player instead of target. (bugreport:4171) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14378 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-07-31* Implemented three new mercenary skills.L0ne_W0lf1-0/+4
* Added two new monster mercenaries. - Added information for the three new mercenary skills. - Added mercenary skills with cast times to castnodex. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14367 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-07-28* Rev. 14365 Updated npc_randomattack, it now does 100*skillevel percent damage.L0ne_W0lf1-0/+2
* Added patch from Paradox to allow a skill to use a random element for damage. See skill DB for info. * Updated entry for npc_randomattack in the skill database, now uses the newly added -3 element. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14365 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-07-16* Added two new item groups, and implemented the remaining in the item database.L0ne_W0lf1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14364 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-07-11Fixed a typo in item db.Inkfish1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14363 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-07-05Fixed some typos in item db.Inkfish1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14361 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-06-29* Follow up to r14357. Moved where sd is checked for existance in ↵L0ne_W0lf1-0/+2
specialeffect2. * Fixed Bubble Gum again. (200 = +100%, 300 = +200%, etc.) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14358 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-06-28* Follow up to r13895, added a battle.conf setting to control if ranges ↵L0ne_W0lf1-0/+2
should be checked with autocasts. 'autospell_check_range', by default is set to no, as this is official behavior. This does not affect autospellwhenhit. * Sonic Blow autocast now stops players attacking when it triggers. It's possible there is more depth to this on official servers, and should 'stop' attacking on regular casts as well. It appears so far that this is the only skill that behaves this way. * Modified the default value for homunculus_auto_vapor in source to 1. * pvp_points are no longer calculated in the gvg_dungeon flagged maps. * Corrected a view ID and an equip location in the item database. (bugreport:4330) * Corrected a typo in the DTS_Warper script. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14356 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-06-21* Fixed setcell in arug_cas04 and 5 extending past what it should. ↵L0ne_W0lf1-0/+4
(bugreport:4323) * Minor item database bug fixes! - Corrected some lower headgears being able to be refined. (bugreport:4328) - Fixed wrong view ids for crown of deceit and musical note headband. (bugreport:4328) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14352 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-06-14* Blocked being able to use the skill CR_DEVOTION on players under the ↵L0ne_W0lf1-0/+12
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://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14342 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-06-12* Reduced Robo_Eye bonus from 3 -> 2 (bugreport:4288)L0ne_W0lf1-2/+3
* Disabled the Peco Peco repeatable quest, see comment in conf as to why. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14340 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-06-12* Implemented repeatable EXP quests (with kill count and item gathering ↵L0ne_W0lf1-0/+8
options) removed iRO_Exp.txt. * Fixed missing slot on Power_of_Thor. (bugreport:4168) * Fixed size for HELL_APOCALIPS and ZUKADAM. (bugreport:4293) * Fixed mob modes on ANCIENT_TREE and RYNCHO. (bugreport:4294) * Fixed HP and INT bonuses on the Kronos staff. (bugreport:4297) * Fixed equip location and more on the Ruber sword. (bugreport:4298) * Fixed typo in the Icecream_Hat giving the wrong skill. (bugreport:4299) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14339 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-06-10* Adjusted the cooldowns on the "Rough Mineral" and "Helping Grenouille" quests.L0ne_W0lf1-0/+1
* 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://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14338 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-06-10* Touched up the WoESE Guild Dungeon monster stats and added drops.L0ne_W0lf1-0/+1
* Enabled the WoESE Guild Dungeon warper and spawns. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14337 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-06-10* Updated SC_ITEMBOOST to work similar to how it used to in r11351.L0ne_W0lf1-0/+5
- Will not boost drop rates past 90%, but ignores those already greater than. - Now uses val2 in the sc_start as the drop rate modifier, see item_db for example. * Corrected number of slots on several newer items. * Added HE Bubble Gum and adjusted existing gum bonuses. * Removed monster chat for porings npc_emotion skill use. * Updated several modes for monsters episode 13.1+ git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14336 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-06-09* Added a lot of headgear this time folks. L0ne_W0lf1-1/+5
- Several are still missing their bonuses and stats. - Only the ones that crashed me are commented out. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14333 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-06-07* Item database update! (Again!)L0ne_W0lf1-0/+6
- Changed a lot of bonuses on headgears and fixed rates of procs. - Added some status effects to some newer consumable items. - Added new a mob group '6', 'Ninja class' monsters into mob_race_db2. - Changed long running typo 'BA_FROSTJOKE' in skill_db to 'BA_FROSTJOKER'. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14332 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-06-05* Corrected Brasilis Fruit Merchant. (bugreport:4278)L0ne_W0lf1-0/+2
* Implemented some new items, most 13.2 equipment. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14331 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-06-01* Implemented the Manuk and Splendide item status effects, thanks to Epoque.L0ne_W0lf1-0/+1
* Implemented Manuk and Splendide consumable items. * Added Splendide and Manuk merchants. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14327 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-06-01* Fixed Dark Shadow having Nydhoggr's Shadow's MVP exp reward. (Bugreport:4247)L0ne_W0lf1-0/+3
* Corrected the races for Dark Pinguicula and Ancient Tree. (bugreport:4265) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14325 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-06-01Several updates to the name field in the item_db to follow iRO display ↵L0ne_W0lf1-0/+1
names, minus some typos. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14321 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-06-01Added a series of new items (commented out) and several missing hats. And ↵L0ne_W0lf1-0/+2
there's still more to add. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14320 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-05-31Added a missing newline causing issues.Paradox924X1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14316 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-05-26* Added 13.2 quests 'Midgard Ore' and 'Alfheim perfume'. L0ne_W0lf1-0/+3
* 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://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14306 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-05-21* Lots of updates. Mostly mob related.L0ne_W0lf1-0/+10
- 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://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14298 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-05-01* Updates and additions, bugfixes.L0ne_W0lf1-0/+8
* Updated some information for new pet feed/taming items. * Added some of the new maps up to episode 13.3 (El Discastes) * Updated the bonuses for Lunakaligo to official. (bugreport:4149) * Changed the the autbonus type forNaga Scale Armor. (bugreport:4151) * Fixed bonuses for Kieger Fumma and Flamberge. (bugreport:4181) * Changed Cordial bonus on Petite Pet to AspdRate. (bugreport:4184) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14293 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-03-24* Implemented NPC_TALK (Credit to SnakeDrak and Daegaladh)L0ne_W0lf1-0/+3
- Also added in the ability to use '@npctalkc' as a GM command. - Added supporting information to the databases. - Sneaking in a fix to the Refined Ballista. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14270 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-03-24* Fixed a couple bugs in the episode 13.x quests.L0ne_W0lf1-0/+5
- Fixed Half-buried Gem#1 not re-enabling. (bugreport:4129) - Changed missed killmonsterall to killmonster. (bugreport:4131) * More bugfixing here, too! - Corrected the mode of the crystal monsters (removed MD_CANATTRACK). (bugreport:3962) - Implemented the full ice pick effect on the BG assassin damascus. (bugreport:4137) - Updated nagan_c, ballista_c, and Muramasa_c, and harp_of_nepenthes. (bugreport:4138) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14269 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-03-12* Corrected SP requirement for Poison React (bugreport:4116)L0ne_W0lf1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14261 54d463be-8e91-2dee-dedb-b68131a5f0ec