summaryrefslogtreecommitdiff
path: root/db/Changelog.txt
AgeCommit message (Collapse)AuthorFilesLines
2007-09-17- Applied various crash-protections to script commands that deal with the ↵skotlex1-0/+5
equip-position array. - Corrected and simplified the skill_magic_reflect function. Fixed damage reflection being based on the caster rather than the target. - Potions are now usable inside Gospel by the casting Paladin (as per Aegis tests done by AuronX) - The unequip script command now takes a position from 1 to 10 rather than 0 to 9 (to make it consistant with all the other equip position related script commands) - Added the EQI_* constants to db/const.txt in a format usable by the equip-position related script commands. - Updated some items to use the new EQI constants. - Also updated doc/script_commands.txt to refer to the EQI list. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11230 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-17Reduced Necromancer's summon frequencyPlaytester1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11227 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-15Fixed weight and updated some item namesPlaytester1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11220 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-15typo...Playtester1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11216 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-15* Fixed TF_BACKSLIDING being targetted on mob skillsPlaytester1-1/+3
- also fixed a cast rate git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11215 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-14- Gravitional Field is now a MISC type of attack.skotlex1-0/+3
- battle_calc_return_damage now is only for BF_WEAPON attacks, added skill_magic_reflect to check whether a spell is bounced back or not. - Magic reflection now effectively switches the caster/target (after damage has been calculated) - Now when GTB completely blocks a spell, the spell animation will still come off, but with a single bolt and MISS damage. - Removed hom_setting&0x2 since Homunculus can be hit by land spells. - Monster Property now gives a Skill Failed message when attempted on players. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11203 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-13* Rev. 11191 Added a few more items. (idRO RIC items, etc)L0ne_W0lf1-0/+7
- RIC Stat Boost items will only last 1 minute until we have a proper time. - Some items give ONE item as the quantity given is unknown. - Corrected the view ID for "Scarf", "Little Angel Rock", "Robo Eye". "Sakray Test Helm" and the "Loki Mask" - Commented out several headgear that are not standard in the kRO client. 5301, 5305 - 5322, 5324 and 5325. All i/id/c/p/e/RO event hats? git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11191 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-13Updated Moonlight's and Atroce's statsPlaytester1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11189 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-10- Removed bonus bAddEffWhenHitShort as it is unneeded and unused.skotlex1-0/+2
- Corrected getpetinfo so it actually returns "null" when there's no pet and you request the name (the docs state it so). - Also cleaned up a bit getpetinfo - Added gethominfo (which behaves in the same way as getpetinfo). - The 'maxcount' skill_db field now can store independant values per skill-level, required for Kamaitachi since it uses different range values per level. - Corrected bonus3 bAutoSpell(WhenHit) to select target enemy (rather than self) for skills with inf self and inf2 'don't target self' (aka: auto-select target skills). - Corrected map_foreachinpath to do a wall check for targets beyond the initially selected tile. - Corrected Kamaitachi's range to be 9, and the path range to be 4+SkillLv git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11169 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-10Fixed Garm's and Bacsojin's skills being cancelablePlaytester1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11168 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-10Fixed Asura Strike autocast being self targettedPlaytester1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11167 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-09Fixed size of NPC_EVILLANDPlaytester1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11158 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-09- Modified bonus3 bAddEff/bAddEffWhenHit so that the last parameter is now ↵skotlex1-0/+1
passed directly as "trigger" flag. The possible trigger values are ATF_LONG, ATF_SHORT, ATF_TARGET, ATF_SELF. Explanation added to doc/item_bonus.txt - Updated some cards to use the new format of bonus3 bAddEff* git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11157 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-09* Uncommented Cursed Abbey spawnsPlaytester1-0/+1
* Commented unimplemented mob skills git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11155 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-09* Added Cursed Abbey mob skills thanks to DoddlerPlaytester1-0/+3
- also fixed level of MVP heal which was once again 10 instead of 11 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11150 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-08* Updated item_db, mob_db and skill_cast_dbPlaytester1-0/+6
- updated prices of new etc drops (guessed values) - updated Cursed Abbey mob drops - fixed db name of Thanatos - fixed cast time of Rebirth Spirit git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11149 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-07* Added more items; mostly rental. New pet tames, eggs.L0ne_W0lf1-0/+7
- Updated and corrected some item names, both kRO and iRO names. - Skill need correct view-ids for new headgears. * Added new pets: Green Maiden, spring Rabbit, Goblins 1, 2 and 4, Deleter, Diabolic, and Wanderer. The data is mostly custom. * Corrected the item trade entry for the luxurious key. * Added basic data for Spring Rabbit pet mob. * Slight change to the Keil Hyre quest. - If you have remaining items after FINISHING the quest, talk to Keil Hyre again and he will Remove ALL outstanding quest items. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11139 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-07* Moved quest_variables.txt to /docultramage1-0/+2
* Added comments to some getitem/delitem calls * Disabled nightmare drop in the custom mvp arena script * Fixed problem with baby novice + swordsman quest (topic:160247) * Fixed a typo and problem in the airship typing challenge git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11138 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-06Fixed some item names and updated drop rates a littlePlaytester1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11132 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-06A minor drop rate change...Playtester1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11131 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-06Updated two pricesPlaytester1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11130 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-04* Some drop and item fixesPlaytester1-0/+2
- also updated sql files - time for players to test all the new stuff now :x git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11128 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-04Added drops to Cursed Abbey mobsPlaytester1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11125 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-04- bonus3 autospell (and autospell when hit) will now select for spell target ↵skotlex1-0/+2
self when the skill is tagged a support skill. - Increased the amount of autospells that can be held at a time from 10 to 15 - Updated several item scripts to use bonus3 autospells rather than bonus4 ones. - Changed the "autocasted strip skills don't have a duration" to apply only to Full Strip. - Cleaned up some the Signum Crucis code. - Added initialization of hp_loss/sp_loss/hp_regen/sp_regen which somehow was not commited before. - Magic Mirror's duration now is reduced /15 when used on players. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11124 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-04Added the 11.3 equips to the monster dropsPlaytester1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11123 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-04* Fixed all the 11.3 equipsPlaytester1-3/+3
- please test them ingame git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11122 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-03* Updated Staff of Destruction, Siroma Card and Imp CardPlaytester1-4/+3
- also fixed duration of Antimagic and Stoneskin - please report any bugs you find with all the new equips git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11120 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-03Fixed Staff of Piercing, General Ygnigem Card and Vesper CardPlaytester1-4/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11119 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-03Fixed Zeny Knife, Strong Shield, Cramp Card, Drosera Card and Slow PotionPlaytester1-7/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11114 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-02Fixed db/Changelog.txtPlaytester1-6/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11105 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-01* Implemented 12.1 cards to the best of my ability. Let me know if I missed ↵L0ne_W0lf1-10/+18
any effects that are there that I missed. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11101 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-29Updated all heal and offensive heal item bonusesPlaytester1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11087 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-23Fixed Galion losing boss modePlaytester1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11069 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-22Some small MVP updates according to latest infoPlaytester1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11063 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-21Fixed Book of the Dead not autocasting the correct skillPlaytester1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11062 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-21Fixed Coma status chances being way too lowPlaytester1-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11060 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-20* Corrected bonus for Gold_Tiara_. (Playtester)L0ne_W0lf1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11056 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-19* Fixed weight for Silver_Shotel and Spirit_of_Kamaitachi.L0ne_W0lf1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11044 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-19Fixed Evil Land's blind effect not working properlyPlaytester1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11042 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-17* Fixed item script on elemental fistsPlaytester1-0/+4
- Endow should be cast on self - also added the elemental fists to the mob drops git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11032 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-16Removed heal bonus on Spiritual RingPlaytester1-0/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11029 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-15* Added Critical Wounds to Anubis's skillsPlaytester1-0/+2
- also added some icon info git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11018 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-15* Added Autocast of Greed to Lesser Elemental Ring.L0ne_W0lf1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11015 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-14* Changed the rest of the Western_Outlaw bonus. (/3 -> /6)L0ne_W0lf1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11011 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-14* Added bonus for Hunter_Earring, as well as it's DEF bonus.L0ne_W0lf1-0/+2
* Changed ASPD bonus for Western Outlaw at Playtester's request. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11010 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-14Updated ChangelogPlaytester1-17/+21
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11009 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-14* Implemented bonuses for several 11.3 equips.L0ne_W0lf1-13/+10
- Corrected Wolfhedin and Mithril Magic Mant. so they trigger properly. - Added Several more cash shop items, granted a lot of them don't work. - Added new headgear, using trans. proj. and some info care of Luanus. - Corrected effects for blessing and Inc AGI scrolls. * Small updates to the item trade database. - Commented out Skull_ and organized it a bit better. * Small update to create_arrow_db.txt. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11007 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-14Implemented Wolfhedin and Mithril Magic ManteauPlaytester1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11005 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-14Fixed the damage area of the "path damage" skillsPlaytester1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11004 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-14Fixed some entries in the mob_skill_dbPlaytester1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11002 54d463be-8e91-2dee-dedb-b68131a5f0ec