Inkfish
0ec8d255ae
* If both Double Attack and critical attack have chance to trigger within one attack, Double Attack takes priority. (bugreport:3231)
...
* Fixed Butterfly Wings not working on maps blocking Teleport. (bugreport:3236)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13886 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-13 04:25:34 +00:00
Playtester
2416ee8686
* Fixed the Memory Book combo using Eye Patch instead of Monocle (bugreport:3237)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13885 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-12 17:44:43 +00:00
Inkfish
55a4ab1427
Fixed "arrow_atk" flag never being reset results in arrow consumption on itemskills and autocasts. (bugreport:3233)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13884 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-12 11:54:18 +00:00
Inkfish
14cf988591
* Fixed itemskill not bypassing Silence, SteelBody, Berserk and the like. (bugreport:3232)
...
* Fury and Asura no longer disable SP regen on any other classes than Monk/Champion.(bugreport:3200)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13883 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-12 07:45:50 +00:00
Kisuka
148fd7efb5
- Updated emotes in const.txt
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13882 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-11 21:34:17 +00:00
Inkfish
a936c021c7
* Fixed TaTaMiGaEShi(Improvised Defense) not working.
...
* Implemented new cooking success formula. Now cooking experience starts at 0.(bugreport:2439)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13881 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-11 13:29:43 +00:00
ultramage
042688ca7a
Adjusted the code order in clif_parse_gmkick() to avoid invalid pointer access crashes when kicking mobs/npcs (bugreport:3229).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13880 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-11 10:36:39 +00:00
L0ne_W0lf
84ddfa85bb
* Implemented rewrite of the quest "The Sign".
...
- 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://svn.code.sf.net/p/rathena/svn/trunk@13878 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-10 01:44:22 +00:00
Inkfish
11c91fd0bd
Fixed applying autocasts with negative rate before the positive one was applied made it fail to remove the autocast. (bugreport:3193) (related revision: r7312, r9905, r12041)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13872 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-09 14:03:24 +00:00
ultramage
5435e5056a
Added a check to prevent resetting a mob's hp to full when it levels up using the custom mobs_level_up feature (accidentally deleted in r13789) (bugreport:3216).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13871 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-09 13:07:56 +00:00
Playtester
a05b59957f
* Fixed Radiant Wisdom giving double as much HP/SP than it should
...
- it will give 100 HP and 50 SP every 2 seconds for 10 seconds when it activates
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13870 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-08 20:40:42 +00:00
L0ne_W0lf
5d88480879
Follow up to r13867, corrected the newly added MD_TARGETWEAK. Monsters with this mode will now only target players five level LOWER than itself.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13869 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-08 19:54:34 +00:00
Playtester
be7ca8dd45
Added a little information about mob modes (random attack is not implemented yet, though).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13868 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-08 18:55:55 +00:00
skotlex
f5fa9d4daa
- Added mob mode 0x4000, MD_TARGETWEAK: It makes aggro monsters only chase characters whose level is no higher than the monster's +5.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13867 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-08 18:35:26 +00:00
Playtester
f4e0cc16a2
* Fixed up the first set of Battle Ground armors
...
- reduced guessed chances from 5% to 0.5%
- fixed valorous huuma only giving 10% attack bonus instead of 100%
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13866 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-08 18:04:36 +00:00
brianluau
04789654b8
- Added 'font' config in atcommand_athena.conf (bugreport:3123)
...
- Changed some defaults in src to match defaults in config.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13865 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-08 16:39:54 +00:00
skotlex
3919db5df2
- Fixed Swordsman Medallion to be usable by Star Gladiators.
...
- 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://svn.code.sf.net/p/rathena/svn/trunk@13864 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-08 15:57:51 +00:00
Inkfish
4a786aef74
Fixed bHPGainValue and bSPGainValue worked on all types of attacks and was only activated on mob's death.(bugreport:3193) [Inkfish]
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13863 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-08 13:47:32 +00:00
brianluau
39d6aac90c
- Fixed item ID of Pickaxe (should be 6010). (bugreport:3214)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13862 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-08 12:51:33 +00:00
Inkfish
fa4596ed4e
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13861 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-08 12:39:55 +00:00
Inkfish
5f16111215
* Added a configuration for whether damage of EarthQuake with single target 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://svn.code.sf.net/p/rathena/svn/trunk@13860 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-08 12:30:42 +00:00
Playtester
685b44a6b0
* Fixed up the first set of Battle Ground weapons
...
- reduced guessed chances from 5% to 0.5%
- some bonuses might still not work
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13859 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-07 17:01:45 +00:00
ultramage
b2223e43f5
Fixing the 'name requests work at any distance' exploit (bugreport:3206).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13858 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-07 16:16:06 +00:00
Inkfish
db7a45d725
Magical damage reflection now works against boss monsters and only on target skill(but EarthQuake with one target is an exception).(bugreport:3026, bugreport:2527)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13857 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-07 15:18:54 +00:00
Playtester
842524ea9a
* Fixed Ring of Flame Lord casting LK_CONCENTRATION instead of CH_SOULCOLLECT (bugreport:3199)
...
- also reduced level of MO_EXPLOSIONSPIRITS to 1
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13856 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-07 13:48:11 +00:00
Paradox924X
72d10c2811
Changed hardcoded "5" to MAX_ARROW_RESOURCE in skill_arrow_create preventing proper usage. (bugreport:3025)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13855 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-07 13:11:01 +00:00
Inkfish
52aa42124c
Implemented "cooking exp" that increases the success chance of cooking by 0.05% per try and the max bonus is 20%.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13854 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-07 03:36:14 +00:00
ultramage
0b43e1e0ec
Fixing the 'equipping already equipped items' exploit (bugreport:3195).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13853 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-07 01:25:27 +00:00
Paradox924X
d5513cd99e
Rewrote Platinum Skill NPC to give all correct skills to all proper classes.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13852 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-06 14:44:02 +00:00
Paradox924X
09fef19f9f
Fixed several issues introduced by Kisuka and/or Spre in r13214 with custom platinum skills script. Fix by Ancyker (bugreport:3190)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13851 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-06 10:56:21 +00:00
Inkfish
4e360035fc
Fixed a crash due to script's backup state not being stored/restored properly. (follow up to r13846)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13850 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-06 00:59:30 +00:00
zephyrus
5589a98314
- Fixed a crash on equip/unequip items with autoscripts.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13849 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-05 19:00:18 +00:00
brianluau
5f6e8fceee
- Updated item_db.SQL to latest.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13848 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-05 18:34:54 +00:00
brianluau
00d3f8e966
- Removed some extra spaces in item_db.txt
...
- Removed extra spaces in item_db.sql so it matches the TXT version.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13847 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-05 18:31:30 +00:00
Inkfish
c10a8581a5
* Job_Battle_Manual and Battle_Manual can be used simultaneously.
...
* Fixed "sleep" after "attachrid" (a different rid) halts the script.(bugreport:3181)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13846 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-05 15:55:37 +00:00
Inkfish
ea6005e4bf
Oops, I messed up the condition on my last commit
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13845 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-05 08:40:26 +00:00
Inkfish
dc7f470790
* Fixed turning off a skill needed to meet the requirements. (bugreport:3175)
...
* 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://svn.code.sf.net/p/rathena/svn/trunk@13844 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-05 00:22:12 +00:00
L0ne_W0lf
7807036efd
* Updates to ST_PRESERVE and a few other minor details!
...
- 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://svn.code.sf.net/p/rathena/svn/trunk@13843 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-04 22:46:14 +00:00
L0ne_W0lf
e70e6137d5
Fixed Party Assumptio scroll casting level 10 assumptio.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13842 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-04 01:27:18 +00:00
Inkfish
e7faa7e498
* Some clean ups on autocast and itemskill code. (see topic:220921 for some 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://svn.code.sf.net/p/rathena/svn/trunk@13841 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-03 15:30:11 +00:00
L0ne_W0lf
c778107ca8
* Implemented the Party Buff cash skills.
...
* 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://svn.code.sf.net/p/rathena/svn/trunk@13840 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-03 03:28:20 +00:00
Inkfish
e06e7945aa
Fixed normal casted Teleport always skip menu.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13839 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-03 00:07:38 +00:00
Playtester
cd381ab1a3
* Fixed Mystical Amplification having unlimited duration
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13838 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-02 19:35:32 +00:00
brianluau
117259d6f0
- Replaced occurrences of PcName in Moscovia Quest. (bugreport:3169)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13837 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-02 18:21:26 +00:00
Inkfish
cf43afb4c9
Fixed skills used through items and Hocus-pocus consume requirements if you have them. (bugreport:3164)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13836 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-02 11:48:33 +00:00
brianluau
35785a3e20
- Fixed 2 minor typos. (bugreport:3155)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13835 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-01 22:49:08 +00:00
Inkfish
efb13f2571
Fixed Fiberlock sometimes fails due to the long interval of skill_unit_timer. It may never fail now, though this may not be official. (bugreport:3136)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13834 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-01 14:01:42 +00:00
brianluau
4a457f37fc
- Fixed a typo in Refined Bloody Roar rental box. (bugreport:3124)
...
- 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://svn.code.sf.net/p/rathena/svn/trunk@13831 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-31 01:47:42 +00:00
brianluau
e21b25987b
- Fixed an off-by-one array index in r13815 that caused skills to use SP for (SkillLV+1). (bugreport:3152)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13830 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-30 21:23:03 +00:00
Inkfish
47c650a49a
* Fixed gemstones are still required when players equipped Mistress Card. (bugreport:3147, follow up to: r13815)
...
* Fiberlock only catches targets the moment its casted. (bugreport:3136)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13829 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-30 13:54:49 +00:00