summaryrefslogtreecommitdiff
path: root/db/Changelog.txt
AgeCommit message (Collapse)AuthorFilesLines
2006-02-18udpated some missing items effectsLupus1-5/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5319 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-17- Added NK value 3: No damage + area of effect skill (NK_SPLASH_NO_DAMAGE)skotlex1-0/+5
- Removed the double-cast specific code and made it use skill_addtimerskill instead. - Modified party_foreachsamemap so that it returns to addition of the return value of the functions invoked. Type has been changed for "range", when 0, it scans all party members in the map. - Updated most skill/battle code to use map_foreachinrange rather than map_foreachinarea. - map_foreachinrange does not performs an exact range check anymore. However the relevant code is commented and anyone can enable it. - Updated most skills to use skill_get_splash instead of hardcoded ranges. - Added function skill_get_casttype which returns the type of function that should be invoked for that skill: skill_castend_pos, skill_castend_nodamage_id or skill_castend_damage_id. - self skills are sent to skill_castend_nodamage_id regardless of nk (nk should signal if the skill causes damage above everything, it is used on autospell/effects). - Due to the previous change, self skills where the target and src are different, and don't have an nk of no damage, they are sent to castend_damage_id (assumed target auto-selected skills) - Applied the relevant updates to db/skill_db.txt, db/skill_unit_db also got updated, as trap ranges should all be 1, the splash damage range is defined now in skill_db - Cleaned up the implementation of the code related to Gangster's paradise and TK_HP/SPtime git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5313 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-16- Added a new column in the skill_db to specify the ↵skotlex1-0/+3
splash-range/area-of-effect of skills. (Work in progress) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5302 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-14 * Part 1 of Gravitys "Zeny Inflation Control Update"Poki#31-0/+11
- All potion type drops from monsters are changed with Herbs (Excluding MvP Monsters). Red Potions -> Red Herb Orange Potion -> Yellow Herb Yellow Potion -> Yellow Herb White Potion -> White Herb Green Potion -> Green Herb - 'Mastela Fruit', dropped by 'Enchanted Peach Tree' monster, will be deleted. You can buy it in Hugel. - All Awakening Potions replaced with Grapes. - All Berserk Potions replaced by Lemon. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5281 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-14- Hiding cancels Close Confine.skotlex1-0/+3
- Added the move enable condition to High Jump and Jump Kick. - ST_MOVE_ENABLE now also checks for pc_can_move(), and only perform a walk check if the skill is ground targetted. - Moved the berserk_cancel_buffs code to status_change_start. - Moved most checks of status_isimmune() to status_get_sc_def - Allowed Endow skills to go through status_isinmune characters. - Added variable type to skill_castend_nodamage_id which holds the value of SkillStatusChangeTable[skillid] to simplify code reading afterwards. - Fixed PR_BENEDICTIO not taking away all SP - Fixed the most horrible typo ever. (SC_STAN -> SC_STUN) - Added StatusSkillChangeTable which returns the Skill for a given SC. Used in skill_additional_effect for SC cards. - Removed the whole ugly static implementation of SkillStatusChangeTable, see status_initChangeTables() for new format which is much easier to read. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5278 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-13Updated most mobs Summon Skills to use "OnSpawn" conditions.Poki#31-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5265 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-13Fixed exp.txt for Baby Dancer, thanks to GepardKomurka1-0/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5264 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-11mob db update(clock, enchanted peach tree)Vicious1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5259 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-11Valkyrie item fix, Sonic blow fix.Vicious1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5257 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-10- Made the NPC_BREAK* skills no damage skills. Removed their code from the ↵skotlex1-0/+2
skill cast end damage id function. - Also raised their max level to 10. Made their breaking chance 10%*lv git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5250 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-10- Weapon Repair update. Cost to 30SP, cast time to 7500, interruptable.skotlex1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5249 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-09- Changed the default of skill_delay_attack_enable to no.skotlex1-0/+4
- Modified Magnum break's delay to 0, time1 to 2 secs, time2 to 10 secs. Time 1 is for the skill reuse delay, and time2 the weapon fire bonus time. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5236 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-06- Changed Serin's Gold Ring Weight to 0Poki#31-21/+26
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5203 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-05- Merged some of the 'plug' items into the main item_dbskotlex1-0/+2
- Updated sql-files/item_db.sql to latest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5191 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-04Updated monster skills and drops of some monsters.MasterOfMuppets1-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5185 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-02Added Playtester's Odin and Kiel Mobs. Added Valkyrie and missing Honunies.Poki#31-0/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5163 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-02-01- Trick Dead makes you stop walking now.skotlex1-0/+2
- Falcon Assault only does 1 hit now. - Soul Burn is not affected by Lex Aeterna, not affected by target's cards. - Freeze and Stone take preference over Benedictio - Opt1 inducing SCs fail if the target has already another Opt1 - Fixed areamonster when the passed class is negative - Removed the clear screen when launching the server. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5156 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-31Small fixes to lady tanee.MasterOfMuppets1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5140 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-31Changed Vesper's mode to boss.MasterOfMuppets1-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5130 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-30Removed the hyphen after Hydro's name in the abyss lake spawn scripts. Added ↵MasterOfMuppets1-0/+2
monster drops to the Thanatos Tower and Abyss Lake monsters. Revised the monster skills of the monsters in Thanatos Tower and Abyss lake dungeon. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5126 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-30Whops... Wrong Branch ^^Poki#31-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5119 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-30Final (?) Dark Priest Card fix ^^;;Komurka1-0/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5114 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-29Updated drops of Vesper.MasterOfMuppets1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5101 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-29Added monster skills to the Odin temple monsters. Changed the range of ↵MasterOfMuppets1-0/+2
NPC_PETRIFYATTACK from 1 to 7. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5099 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-29Updated Vesper's and orc baby's monster skills. Lowered the drop rate of ↵MasterOfMuppets1-0/+3
peridot from Apocalypse, it's no longer a miniboss. Updated the spawns of Juperos according to ROmap. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5098 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-29AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES ↵Valaris1-0/+1614
GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EVERYTHING ELSE GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5094 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-29Clearing trunk.Valaris1-303/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5091 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-06added einbroochs monsters stats + dropsLupus1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1422 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-05Some item fixes ^^DracoRPG1-1/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1415 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-05changed drops of devilingLupus1-1/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1414 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-05* Fixed skill tree entries for Vulcan Arrow, and Throw Arrowcelest1-0/+4
* Fixed damage reflecting * Fixed Backstab to not have a push back effect * Fixed auto spell to not taking SP * Fixed Sanctuary to have proper healing count git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1412 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-04* Minor change in payon.txt to prevent crash : rand(0) -> 0DracoRPG1-0/+1
* Removed Berserk's skills requirements git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1403 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-04Re-added MDEF +15 to Resting Cat, finished Gemsotne ExchangerDracoRPG1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1393 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-04added Deviling (according to ragnaingo)Lupus1-0/+2
added slotted Sunglasses/Glasses into OVB (according to ragnaingo) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1392 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-03Doppelganger Card gives only 10% ASPD bonus (from Aegis)DracoRPG1-4/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1388 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-02Cards and item updates, 4 different bUnstripable effectsDracoRPG1-0/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1382 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-02reverted PRESSURE back 8)Lupus1-2/+0
http://www.ragnainfo.net/forums/viewtopic.php?t=28669 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1378 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-01added 6 sec delay after PRESSURELupus1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1375 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-04-01More new cards updates ^^DracoRPG1-1/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1374 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-31Card updatesDracoRPG1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1365 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-31* Reverted Berzebub card to reduce casting ratecelest1-0/+2
* Corrected some item effects git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1359 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-31Updated some new cardsDracoRPG1-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1357 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-31* Set 'undead_detect_type' to 0 by defaultcelest1-0/+3
* Fixed Enchant Poison / Deadly Poison having too high poisoning chance git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1355 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-29added some new itemsLupus1-2/+7
fixed electric Guitar git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1335 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-28added spring rabbit, galapago, otterLupus1-0/+3
cards effects git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1315 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-26forgot to update mobs dbLupus1-0/+1
with cards drops git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1303 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-26added all released cards into OCALupus1-0/+3
and mobs drops git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1299 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-26* Fixed some incorrect create arrow entriescelest1-0/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1298 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-25ADDED new Einbrook's mobsLupus1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1296 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-25Removed some extra 0'scelest1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1292 54d463be-8e91-2dee-dedb-b68131a5f0ec