summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-18Fixed "OnMobDeath" doesn't work sometime in Izlude Party Arena.Inkfish2-11/+14
2009-07-18* Dead branches no longer check for players' level. (bugreport:3378)Inkfish3-2/+6
2009-07-17- Fixed a bug/typo in Valorous Assassin's Damascus's bonus.Kisuka3-53/+56
2009-07-11Some insignificant code tweaks.ultramage4-6/+8
2009-07-11* Some updates for range check. (bugreport:3339)Inkfish8-7/+25
2009-07-09- Added documentation for 'getmobdrops' (follow up to r13101). (bugreport:3351)brianluau2-31/+107
2009-07-08* A few minor bugs fixed. :3L0ne_W0lf16-93/+126
2009-07-07Skills that have multiple hits should do 1 damage per hit to plants.Inkfish2-2/+4
2009-07-05You should lose hp anyway even if your Martyr's Reckoning is perfect dodged.Inkfish1-8/+10
2009-07-04* Extended ATF_SKILL to ATF_MAGIC and ATF_MISC.Inkfish5-7/+14
2009-07-04git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13932 5...Inkfish2-1/+2
2009-07-04TK_POWER shouldn't count the player him/herself for the skill.Inkfish2-2/+4
2009-07-04- Added documentation for 'getmapflag' (follow up to r12175). (bugreport:3314)brianluau2-10/+18
2009-07-04* Martyr's Reckoning can be perfect dodged.Inkfish2-1/+9
2009-07-02- Re-added { } that were accidentally removed in last commit.brianluau1-1/+2
2009-07-02- Added mosk_que to the mapcache (follow up to r13903).brianluau7-118/+117
2009-07-02* Fixed a bug in Ifrit's drops (bugreport:3319)Playtester2-1/+3
2009-07-02* Updated autobonus [Inkfish]Inkfish4-29/+45
2009-06-30Fixed when dynamic_mobs is active, reloading script right after the last play...Inkfish2-0/+7
2009-06-30Fixed sql char deletion code using a broken pet deletion query (ran very slow...ultramage3-218/+150
2009-06-29* Updated drops to the released official bRO 12.1 dropsPlaytester2-33/+35
2009-06-29* Fixed attack not counted as connect when dodged and got damage from skill b...Inkfish3-3/+7
2009-06-28- Fixed a typo in r13915, causing SC_values 247+ to be off by one.brianluau2-16/+15
2009-06-28fixed some typos on autobonusInkfish3-5/+5
2009-06-28* Implemented script command "autobonus". [Inkfish]Inkfish11-280/+321
2009-06-26- Moved the anthell warp agent to the new entrance. (bugreport:2801)brianluau5-66/+49
2009-06-23Minor update to atcommand_jailfor and atcommand_char_ban's modif_p var increm...Paradox924X2-2/+10
2009-06-23- Updated SQL item/mob databases to latest.brianluau4-71/+117
2009-06-22- Removed maps that were listed twice in mapflag files. (bugreport:542)brianluau5-7/+1
2009-06-22- Added missing 10.3 dialog to tu_archer.Kisuka2-87/+376
2009-06-22- Fixes for 'Koshei the Immortal' quest.Kisuka4-124/+1889
2009-06-21Added instance command definitions, using what I could find and how they are ...L0ne_W0lf1-0/+90
2009-06-21- Added moscovia quest 'Koshei the Immortal'.Kisuka6-37/+6292
2009-06-21Fixed Backstap bypassing battle_check_target.Inkfish1-8/+8
2009-06-20- Instancing System (Thanks to Sirius White who did most of the code, with so...zephyrus19-53/+1244
2009-06-20* Changed Asura Strike/Jump Kick to target skill to get rid of the "target de...Inkfish7-52/+43
2009-06-20Fixed a typo in buildin_mobuseskill_subInkfish1-1/+1
2009-06-19- Fixed a Assassin Quest question having all correct answers. (bugreport:3260)brianluau6-47/+23
2009-06-19* Implemented script command "areamobuseskill" and skill NPC_INVINCIBLE and N...Inkfish15-25/+141
2009-06-17Fixed wings not working when used on top of Magnetic Earth.Inkfish1-1/+2
2009-06-16* Turn Undead shouldn't apply aftercast delay when casted on a "living" entit...Inkfish2-2/+21
2009-06-16Fixed an exploit that makes guild skill get higher level than the max defined...Inkfish8-14/+18
2009-06-15Removed the 'src' parameter from skill_delunitgroup() (see r5911) (bugreport:...ultramage4-15/+16
2009-06-15* Skill through items will not be blocked when 90% overweight. (bugreport:3246)Inkfish3-16/+21
2009-06-15Improving the r13888 crashfix to cover similar crash scenarios discovered:ultramage5-66/+24
2009-06-15- Changed some variables to scope instead of permanent char. (bugreport:3248)brianluau3-32/+34
2009-06-14* Updated mob_dbPlaytester3-22/+26
2009-06-14Fixed a crash due to group being redeleted when players are performing an ens...Inkfish2-1/+6
2009-06-13Changed a few sprintf's that had no format arguments to strcpy's.Paradox924X3-6/+6
2009-06-13* If both Double Attack and critical attack have chance to trigger within one...Inkfish3-32/+29