summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-08-12- Optimization to instance system.zephyrus15-746/+772
2009-08-12Fixed changequest behavior(before: completequest+setquest, now: erasequest+se...Inkfish1-13/+1
2009-08-11* Fixed autospell and autobonus will still trigger even if the chance is 0.Inkfish2-7/+9
2009-08-04- Added episode 12 & 13 cards (most episode 13 ones need matk + n;).Kisuka1-1/+1
2009-08-04- Added episode 12 and 13 item givers. (topic:226055)Kisuka1-1/+1
2009-08-02* Questlog code cleanup.Inkfish11-96/+111
2009-07-29- Fixed a bug cleaning instance variable on party when instance is destroy.zephyrus4-8/+11
2009-07-29* Fixed damage_level is not calculated properly on normal attack. Inkfish2-1/+3
2009-07-29* Kaahi heals no matter if attack connects. (bugreport:2440)Inkfish3-8/+5
2009-07-28- Added a missing 'next' in Kiel Hyre Quest (Medicine Chest).brianluau1-2/+2
2009-07-28Corrected two mistakes when I was trying to do some tricks...Inkfish2-5/+5
2009-07-28* Some more updates to Quest LogInkfish11-250/+203
2009-07-27Partially reverted the fail from r13966.ultramage1-0/+3
2009-07-26Fixed mob counts and quest states are not saved properly sometimesInkfish4-7/+7
2009-07-26* Some updates of Quest Log systemInkfish4-14/+12
2009-07-25* Fixed message display for FullStrip and SelfProvoke. (bugreport: 3011, bugr...Inkfish2-4/+16
2009-07-25Fixed undeclared variables on charserv compiling. how careless i am.....Inkfish1-4/+4
2009-07-25Rewrote Quest Log system.Inkfish16-258/+441
2009-07-22Added proper bounds of INT_MIN to INT_MAX for hp/sp when being sent to/from s...Paradox924X1-4/+4
2009-07-18- Fixed the config description for 'random_monster_checklv' (follow up to r13...brianluau2-2/+2
2009-07-18* Dead branches no longer check for players' level. (bugreport:3378)Inkfish2-2/+3
2009-07-11Some insignificant code tweaks.ultramage4-6/+8
2009-07-11* Some updates for range check. (bugreport:3339)Inkfish4-4/+15
2009-07-09- Added documentation for 'getmobdrops' (follow up to r13101). (bugreport:3351)brianluau1-19/+20
2009-07-07Skills that have multiple hits should do 1 damage per hit to plants.Inkfish1-2/+2
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.Inkfish3-6/+10
2009-07-04git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13932 5...Inkfish1-1/+1
2009-07-04TK_POWER shouldn't count the player him/herself for the skill.Inkfish1-2/+2
2009-07-04* Martyr's Reckoning can be perfect dodged.Inkfish1-1/+5
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).brianluau1-20/+19
2009-07-02* Updated autobonus [Inkfish]Inkfish2-8/+5
2009-06-30Fixed when dynamic_mobs is active, reloading script right after the last play...Inkfish1-0/+5
2009-06-30Fixed sql char deletion code using a broken pet deletion query (ran very slow...ultramage3-218/+150
2009-06-29* Fixed attack not counted as connect when dodged and got damage from skill b...Inkfish1-0/+2
2009-06-28- Fixed a typo in r13915, causing SC_values 247+ to be off by one.brianluau1-1/+1
2009-06-28fixed some typos on autobonusInkfish2-2/+2
2009-06-28* Implemented script command "autobonus". [Inkfish]Inkfish8-238/+274
2009-06-23Minor update to atcommand_jailfor and atcommand_char_ban's modif_p var increm...Paradox924X1-2/+8
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...Inkfish5-50/+39
2009-06-20Fixed a typo in buildin_mobuseskill_subInkfish1-1/+1
2009-06-19* Implemented script command "areamobuseskill" and skill NPC_INVINCIBLE and N...Inkfish10-22/+122
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...Inkfish1-2/+18
2009-06-16Fixed an exploit that makes guild skill get higher level than the max defined...Inkfish7-14/+16
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)Inkfish2-16/+17