summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-06-21- Added moscovia quest 'Koshei the Immortal'.Kisuka6-37/+6292
- 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-21Fixed Backstap bypassing battle_check_target.Inkfish1-8/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13902 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-20- Instancing System (Thanks to Sirius White who did most of the code, with ↵zephyrus19-53/+1244
some of my work to implement client side information, some optimizations and bugfixes). Also thanks to contributions from UEAUP team and Orcao. - Fixed a bug on areamobuseskill and changed it to make it as Aegis. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13901 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-20* Changed Asura Strike/Jump Kick to target skill to get rid of the "target ↵Inkfish7-52/+43
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-20Fixed a typo in buildin_mobuseskill_subInkfish1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13899 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-19- Fixed a Assassin Quest question having all correct answers. (bugreport:3260)brianluau6-47/+23
- Fixed lots of random typos, thanks to BloodWist for pointing them out. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13898 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-19* Implemented script command "areamobuseskill" and skill NPC_INVINCIBLE and ↵Inkfish15-25/+141
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-17Fixed wings not working when used on top of Magnetic Earth.Inkfish1-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13896 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-16* Turn Undead shouldn't apply aftercast delay when casted on a "living" ↵Inkfish2-2/+21
entity. (bugreport:1740) * Autocasts should always fail if the target is outside the skill range or an obstacle is in between. (bugreport:3201) * The Lovers should affect the target instead of the caster. (bugreport:3252) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13895 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-16Fixed an exploit that makes guild skill get higher level than the max ↵Inkfish8-14/+18
defined in guild_skill_tree. (bugreport:3241) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13894 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-15Removed the 'src' parameter from skill_delunitgroup() (see r5911) ↵ultramage4-15/+16
(bugreport:3253). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13893 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-15* Skill through items will not be blocked when 90% overweight. (bugreport:3246)Inkfish3-16/+21
* Now you can drop items when hiding. * Now you can't logout when hiding, cloaking or chase walking. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13892 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-15Improving the r13888 crashfix to cover similar crash scenarios discovered:ultramage5-66/+24
Reordered code in status_change_end(SC_DANCING) so that an ensemble's skill unit group is deleted only after removing both performers' status changes. Modified the call to skill_delunitgroup() IN status_change_end(SC_DANCING) so that it always processes the group's true owner and not others (bugreport:3253). Replaced calls to skill_stop_dancing() with status_change_end(SC_DANCING), since it now provides identical functionality. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13891 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-15- Changed some variables to scope instead of permanent char. (bugreport:3248)brianluau3-32/+34
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13890 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-14* Updated mob_dbPlaytester3-22/+26
- 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-14Fixed a crash due to group being redeleted when players are performing an ↵Inkfish2-1/+6
ensemble and one of the partner's sp run out. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13888 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-13Changed a few sprintf's that had no format arguments to strcpy's.Paradox924X3-6/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13887 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-13* If both Double Attack and critical attack have chance to trigger within ↵Inkfish3-32/+29
one attack, Double Attack takes priority. (bugreport:3231) * Fixed Butterfly Wings not working on maps blocking Teleport. (bugreport:3236) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13886 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-12Fixed "arrow_atk" flag never being reset results in arrow consumption on ↵Inkfish2-0/+3
itemskills and autocasts. (bugreport:3233) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13884 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-12* Fixed itemskill not bypassing Silence, SteelBody, Berserk and the like. ↵Inkfish3-5/+10
(bugreport:3232) * Fury and Asura no longer disable SP regen on any other classes than Monk/Champion.(bugreport:3200) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13883 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-11* Fixed TaTaMiGaEShi(Improvised Defense) not working.Inkfish5-31/+36
* Implemented new cooking success formula. Now cooking experience starts at 0.(bugreport:2439) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13881 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-11Adjusted the code order in clif_parse_gmkick() to avoid invalid pointer ↵ultramage1-6/+13
access crashes when kicking mobs/npcs (bugreport:3229). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13880 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-10* Implemented rewrite of the quest "The Sign".L0ne_W0lf4-9026/+14545
- Attempts to save player progress when quest npcs are talked too. This is Untested. - Talking to any quest related NPC will remove all out-dated quest vars. * Fixed incorrect sprite ID used in some Niflheim quest npcs. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13878 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-09Fixed applying autocasts with negative rate before the positive one was ↵Inkfish2-47/+21
applied made it fail to remove the autocast. (bugreport:3193) (related revision: r7312, r9905, r12041) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13872 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-09Added a check to prevent resetting a mob's hp to full when it levels up ↵ultramage1-1/+2
using the custom mobs_level_up feature (accidentally deleted in r13789) (bugreport:3216). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13871 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-08Follow up to r13867, corrected the newly added MD_TARGETWEAK. Monsters with ↵L0ne_W0lf3-2/+5
this mode will now only target players five level LOWER than itself. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13869 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-08Added a little information about mob modes (random attack is not implemented ↵Playtester1-2/+9
yet, though). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13868 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-08- Added mob mode 0x4000, MD_TARGETWEAK: It makes aggro monsters only chase ↵skotlex3-17/+27
characters whose level is no higher than the monster's +5. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13867 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- Added 'font' config in atcommand_athena.conf (bugreport:3123)brianluau2-14/+17
- Changed some defaults in src to match defaults in config. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13865 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-08- Fixed Swordsman Medallion to be usable by Star Gladiators.skotlex3-5/+8
- 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-08Fixed bHPGainValue and bSPGainValue worked on all types of attacks and was ↵Inkfish4-34/+40
only activated on mob's death.(bugreport:3193) [Inkfish] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13863 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-08- Fixed item ID of Pickaxe (should be 6010). (bugreport:3214)brianluau2-20/+20
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13862 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-08git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13861 ↵Inkfish0-0/+0
54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-08* Added a configuration for whether damage of EarthQuake with single target ↵Inkfish4-30/+40
can be reflected. * Fixed Wizard Spirit can block reflected magical damage other than Kaite's.(bugreport:3161) * Fixed Kaite works against bosses.(follow up to r13857) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13860 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-07Fixing the 'name requests work at any distance' exploit (bugreport:3206).ultramage1-0/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13858 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-07Magical damage reflection now works against boss monsters and only on target ↵Inkfish2-2/+4
skill(but EarthQuake with one target is an exception).(bugreport:3026, bugreport:2527) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13857 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-07Changed hardcoded "5" to MAX_ARROW_RESOURCE in skill_arrow_create preventing ↵Paradox924X2-1/+2
proper usage. (bugreport:3025) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13855 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-07Implemented "cooking exp" that increases the success chance of cooking by ↵Inkfish4-1/+14
0.05% per try and the max bonus is 20%. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13854 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-07Fixing the 'equipping already equipped items' exploit (bugreport:3195).ultramage1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13853 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-06Rewrote Platinum Skill NPC to give all correct skills to all proper classes.Paradox924X2-58/+62
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13852 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-06Fixed several issues introduced by Kisuka and/or Spre in r13214 with custom ↵Paradox924X2-40/+26
platinum skills script. Fix by Ancyker (bugreport:3190) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13851 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-06Fixed a crash due to script's backup state not being stored/restored ↵Inkfish1-6/+6
properly. (follow up to r13846) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13850 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-05- Fixed a crash on equip/unequip items with autoscripts.zephyrus1-3/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13849 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-05- Updated item_db.SQL to latest.brianluau1-129/+142
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13848 54d463be-8e91-2dee-dedb-b68131a5f0ec