summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)AuthorFilesLines
2009-07-25Rewrote Quest Log system.Inkfish2-2/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13959 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-17- Fixed a bug/typo in Valorous Assassin's Damascus's bonus.Kisuka1-1/+1
- Added missing Gae Bolg & Dragon Slayer to socket enchanter. (bugreport:3386) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13951 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-11* Some updates for range check. (bugreport:3339)Inkfish2-1/+3
- Monsters shouldn't use skills if the target is within its attack range but is out of the skill range. - Monsters' skill range is no longer 9 by default. - Range for players' attacks and skills should always check for a circular area. - The range of Magnetic Earth is 2. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13944 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-04* Extended ATF_SKILL to ATF_MAGIC and ATF_MISC.Inkfish1-1/+3
* r13932 Fixed a wrong check on hp in Intimidate code. (bugreport:3305) (I forgot to write the message.) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13933 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-02- Added mosk_que to the mapcache (follow up to r13903).brianluau1-0/+0
- Fixed some input checks and variable types in Megingjard quest. - Updated SQL item/mob databases to latest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13926 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-02* Fixed a bug in Ifrit's drops (bugreport:3319)Playtester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13925 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-29* Updated drops to the released official bRO 12.1 dropsPlaytester2-33/+35
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13919 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-28fixed some typos on autobonusInkfish1-3/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13916 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-28* Implemented script command "autobonus". [Inkfish]Inkfish2-42/+42
- "autobonus" is similar to "bonusautoscript", however it has a timer of its own. - Updated itemdb changing items bonus using "bonusautoscript + sc_start" mode to "autobonus + bonus" mode. - Remove bonusautoscript and status changes that was needed by bonusautoscript and is no longer in use. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13915 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-21- Added moscovia quest 'Koshei the Immortal'.Kisuka3-4/+10
- Added 2009rwc maps & mosk_que to map indexing/conf. - Removed duplicate Moscovia Inn NPC (bugreport:3188). - Removed pointless specialeffects from speed items (bugreport:3208). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13903 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-20* Changed Asura Strike/Jump Kick to target skill to get rid of the "target ↵Inkfish1-2/+2
delay". (bugreport:2174) - skill tree will be re-sent on status change to handle using these two skills during combo. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13900 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-19* Implemented script command "areamobuseskill" and skill NPC_INVINCIBLE and ↵Inkfish3-2/+9
NPC_INVINCIBLEOFF. (topic:217330) * Using items no longer cancels invincibility(but using target and ground skills through items does). (bugreport:3259) * Fixed Butterfly Wings not working during GVG. (bugreport:3264) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13897 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-14* Updated mob_dbPlaytester2-21/+25
- fixed various ATK2 values (bugreport:3185) - Frilldora is finally angry again (bugreport:3243) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13889 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-12* Fixed the Memory Book combo using Eye Patch instead of Monocle ↵Playtester2-2/+4
(bugreport:3237) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13885 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-11- Updated emotes in const.txtKisuka1-4/+26
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13882 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-08* Fixed Radiant Wisdom giving double as much HP/SP than it shouldPlaytester2-4/+3
- it will give 100 HP and 50 SP every 2 seconds for 10 seconds when it activates git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13870 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-08* Fixed up the first set of Battle Ground armorsPlaytester2-7/+11
- reduced guessed chances from 5% to 0.5% - fixed valorous huuma only giving 10% attack bonus instead of 100% git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13866 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-08- Fixed Swordsman Medallion to be usable by Star Gladiators.skotlex1-3/+3
- Fixed Thief Medallion to be usable by Ninjas. - Fixed Valorous Assassin's Damascus to reduce the strength of its effect. - Corrected the AUTOLOOT_DISTANCE code not checking for map changes. - Fixed clif_change_option's "unknown field" to be the character's karma. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13864 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-08- Fixed item ID of Pickaxe (should be 6010). (bugreport:3214)brianluau1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13862 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-07* Fixed up the first set of Battle Ground weaponsPlaytester2-17/+20
- reduced guessed chances from 5% to 0.5% - some bonuses might still not work git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13859 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-07* Fixed Ring of Flame Lord casting LK_CONCENTRATION instead of ↵Playtester2-1/+4
CH_SOULCOLLECT (bugreport:3199) - also reduced level of MO_EXPLOSIONSPIRITS to 1 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13856 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-05- Removed some extra spaces in item_db.txtbrianluau1-8/+8
- Removed extra spaces in item_db.sql so it matches the TXT version. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13847 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-05* Fixed turning off a skill needed to meet the requirements. (bugreport:3175)Inkfish3-3/+4
* Skills used through items not having aftercast delay or cast time now don't overwrite the former canact_tick. (topic:220921) * Multiple autoscripts now can trigger at once. * Applied a temp fix for autoscripts crashing server.(bugreport:3154) * Implemented SC_JEXPBOOST (thanks to GMJobbie for the diff). (bugreport:3177) * Implemented SC_IGNOREDEF. (topic:217330) * SC_DEFRATIOATK won't affect boss monsters. (topic:217330) * Fixed skip_teleport_lv1_menu made lv2 skip menu as well. (bugreport:3183) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13844 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-04* Updates to ST_PRESERVE and a few other minor details!L0ne_W0lf4-10/+19
- Recasting Preserve no longer toggles the skill off while active. - Preserve is no longer saved on log-out or mapserver changes. * Added SC_CRITICALWOUND and SC_SLOWCAST to negative statuses not saved with battle_config.debuff_on_logout&1 * Implemented the skills NPC_HELLPOWER and NPC_WIDEHELLDIGNITY, as per my personal experiences with the skill on iRO. * Increased MAX_MOBSKILLS to 50, as Satan Morroc has over 40 active skills now. * Added skill information for NPC_HELLPOWER and NPC_WIDEHELLDIGNITY, and enabled skills in mob_skill_db. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13843 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-04Fixed Party Assumptio scroll casting level 10 assumptio.L0ne_W0lf2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13842 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-03* Some clean ups on autocast and itemskill code. (see topic:220921 for some ↵Inkfish3-5/+7
info) - Autocasted Teleport now skips the menu. - Fixed nullpo info when defensive autocasts are triggered. (follow up to r13815) - Fixed Warp portal used in item script never worked. - Item skills now bypass skill delay check. - Implemented SM_SELFPROVOKE. - Updated item db using 'itemskill' for some items. * Basic skills will never be reset. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13841 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-03* Implemented the Party Buff cash skills.L0ne_W0lf5-8/+24
* Misc updates, and updates for party buff items. - Added CASH_BLESSING, CASH_INCAGI and CASH_ASSUMPTIO skills. - Added itemskill commands for the party buff scrolls. - Corrected Equipment repair book's itemtype to 11. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13840 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-01Fixed Fiberlock sometimes fails due to the long interval of ↵Inkfish1-1/+1
skill_unit_timer. It may never fail now, though this may not be official. (bugreport:3136) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13834 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-31- Fixed a typo in Refined Bloody Roar rental box. (bugreport:3124)brianluau1-1/+1
- Fixed some spelling in the battle grounds script. (bugreport:3113) - Fixed a variable check in a Novice Skill quest. (bugreport:1985) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13831 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-30Removed an extra comma from chocolate_pie.L0ne_W0lf2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13825 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-30* Rev. 13824 Various item database updates of my own :D [L0ne_W0lf]L0ne_W0lf2-60/+80
- Updated items that increase heal effectiveness to use bHealPower. - Added Fishing gear (has no effect and is currently not used) - Added some missing items from the episode 13.1 update. - Updated AEGIS names for various episode 13.1 items. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13824 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-29* Various small item_db fixesPlaytester2-13/+21
- 11.3 typo fixes - fixed Phantom Spear being backwards (now you need the seal to decrease the self-confusion) - added missing bHealPower bonuses - Base Guitar and Foot of Sea Witch now autocast on target rather than self - Valkyrie's Shoes, Ragamuffin Manteau, Valkyrie's Manteau, Asprika and Vanilmirth Hat are now unbreakable - Asprika and Vanilmirth Hat make no longer your armor unbreakable git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13822 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-29* Added new bonuses bHealPower and bHealPower2. Inkfish2-8/+10
* Heal skills code clean up. - bSkillHeal can affect offensive heal now. - bSkillHeal2 can affect AppleIdun and SlimPitcher now. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13820 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-29Added new bonuses bUnbreakableGarment and bUnbreakableShoes.Inkfish1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13819 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-26* Some mob_skill_db updatesPlaytester2-4/+8
- fixed monsters trying to use Exile on self - removed Bowling Bash from Thanatos (he doesn't use it anymore) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13814 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-19* Updated item_db and skill_cast_dbPlaytester3-2/+5
- fixed Sabbath giving 500 Crit instead of 50 Crit - updated the comment on Dragon Fear in skill_cast_db git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13798 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-19* Fixed Coma chances being 10 times too highPlaytester2-8/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13796 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-19Fixed the three hits of EarthQuake not being calculated seperately.Inkfish1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13794 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-19Fiberlock now can trap multiple enemies on the same cell and its triggering ↵Inkfish1-1/+1
area was reduced to 1x1. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13792 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-18* Item-bonuses and NPC skills now use the official default durations for ↵Playtester2-9/+11
status changes - you gain Curse immunity if you have 0 Luk (seems buggy but is official) - our status defense stats are already fully correct :-) - thanks to ultramage for testing this git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13790 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-17Updated walk speed and aspd of Okolnir mobs, also fixed the flower mob modes.L0ne_W0lf2-6/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13784 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-16*Minor database updates related to the Falicious Okolnir dungeon.L0ne_W0lf3-3/+10
- Corrected the names of Andvari's Ring and Valkyrie's Token. - Added Crystal_Key and Valkyrie's_Gift item_trade restrictions. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13779 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-15* Removed custom behavior on some AutoSpellWhenHit bonusesPlaytester2-4/+6
- they now use aegis default activation (SHORT+LONG+WEAPON+NORMAL+SKILL) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13778 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-15* Added graphical effects to bonusautoscripts of Bloody Eater and Atroce CardPlaytester2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13776 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-13* Fixed activation rates on Bloody Eater and Violet FearPlaytester2-5/+9
- Bloody Eater is 0.1% activation for 5 seconds - Violet Fear is 3% chance to activate Meteor Storm and 5% chance to activate Frost Nova - also added official activation rate information on unimplemented status changes in the changelog git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13770 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-12- Rental font items.zephyrus1-27/+28
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13762 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-12* SG_WARM no longer ignores FLEE by default. (bugreport:3038)Inkfish2-4/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13757 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-11Fixed a couple mistakes in r13752, extra commas at the end a couple lines, ↵L0ne_W0lf2-4/+6
and missing quotes around an AL_HEAL. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13753 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-11* Updated pet database.L0ne_W0lf2-57/+85
- Defined the header for the pet database. Lordy was this not fun. - All pets now walk at character speed (150), but do not inherit bonuses from owner. - All pets have the same hungrydelay, and will lose hunger at 80 points per 60 seconds. - Corrected capture success rates for Alice, Zealotus, and the goblin pets. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13752 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-10Osiris now summons the correct amount of Ancient Mummies at the right slave ↵L0ne_W0lf2-2/+4
number (Partial revert of r7010.) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13749 54d463be-8e91-2dee-dedb-b68131a5f0ec