8070 Commits

Author SHA1 Message Date
Napster
71c6896541 Add New Skill(Pushcart Decoration)Packet Implemented
* This feature require the client support before 2015-08-26 or newer
  user can select cart for change to new design
​  Make sure you data&lub support for this

  Special Thanks you @Lemongrass3110, @renniw
  This is a Christmas gift for the rAthena people.
2015-12-24 16:29:40 +07:00
aleos89
f47d4dcc0f Updated Hells Plant effect
* Hells Plant can be removed from Crazy Weed and Land Protector.
2015-12-23 14:15:07 -05:00
aleos89
dccf7a3e3d Follow up to 3be6f5a
* Drum Battlefield damage should not be affected by target size.
2015-12-23 14:13:08 -05:00
CairoLee
0c9218884d Follow up to c8db271ed9 2015-12-23 11:56:31 +08:00
aleos89
9632d2a217 Updated Howling of Mandragora effect
* Timer is not refreshed when casted on target again.
* Target's SP is not zapped again when already active.
2015-12-22 12:05:13 -05:00
aleos89
49f1c439b9 Updated Flying Side Kick effect
* Fog Wall should still apply to players who use Flying Side Kick to get out.
* Follow up to 08667a3.
2015-12-22 10:36:30 -05:00
aleos89
71ffda39fb Updated Volcanic Ash effect
* Only the Fire property attack bonus should affect Boss type monsters.
* Skill cast failure chance and Hit/Def/ATK/Flee reductions don't affect Boss type monsters.
2015-12-22 10:25:53 -05:00
Napster
01adc9c3ff Vending&Buying Store report Packet Implemented
* New Feature for 2014-10-23 client or newer
  When user close shop, the client showing report for buy/sell
2015-12-21 20:05:40 +07:00
Napster
0042fe5bb6 Follow up to https://github.com/rathena/rathena/commit/d2d1fd2
*Fixed issues Character Deletion Time for the client 2014 or newer. Thanks you to @Nova
2015-12-20 12:21:19 +07:00
Lemongrass3110
18de636c1f Fixed #772.
This is not a real fix but rather a fix which issues a warning for this kind of problem to show clearly that it is working as "intended".
2015-12-18 21:15:44 +01:00
Lemongrass3110
9aa832570e Fixed a lot of wrong SC group IDs for item delay database.
It also is able to parse the value for the script engine constants now.

Fixed #846.
2015-12-18 20:43:46 +01:00
Napster
ba184ab9a2 Follow up to https://github.com/rathena/rathena/commit/d2d1fd2
* Update Packets Change size for newer client
2015-12-18 23:04:32 +07:00
Lemongrass3110
c75cc2a227 Fixed #796 2015-12-17 18:05:21 +01:00
Napster
be903ddb1b Follow up to 5fe81455b0
* forgot something Oops XD, Thank you @Lemongrass, @Aleos
2015-12-16 22:08:45 +07:00
Napster
5fe81455b0 Oneclick Itemidentify Packet Implemented
* New Feature for 2015-05-13 client or newer
  Request 1 Magnifier when use (ctrl + click right)
2015-12-16 22:03:29 +07:00
aleos89
3f8055dcc2 Fixed #831
* Magnetic Field will now properly drain SP and lock targets.
2015-12-15 13:27:46 -05:00
Lemongrass3110
468bd6fa9b Fixed mvp hp bars not being updated.
Now mvps are correctly flagged as mvps on spawn already.
2015-12-15 17:24:46 +01:00
Lemongrass3110
a85c10bfed Follow up to c7062e5
Fixed #838
2015-12-14 20:26:50 +01:00
aleos89
2f8699bbcc Follow up to bdff641
* Adjusted the HP/SP skill requirements to a signed value to account for negative values.
2015-12-13 14:17:45 -05:00
CairoLee
c8db271ed9 Fixed #652 #818
Signed-off-by: CairoLee <cairoliyu@gmail.com>
2015-12-12 16:24:44 +08:00
aleos89
27e90f8f45 Fixed #828
* Resolves required equipment check needing all equipment given to be equipped rather than just one. Thanks to @Paoly28.
2015-12-11 08:47:32 -05:00
aleos89
c17b275502 Updated Blood Sucker effect
* Should only do 1 damage to infinite defense.
2015-12-10 15:02:35 -05:00
aleos89
9c7fbb2b67 Follow up to 3f8b381
* Added the missing knock back from Death Bound.
2015-12-10 14:43:01 -05:00
aleos89
3f8b381980 Updated Death Bound effect
* Death Bound will no longer reflect Hells Plant damage.
2015-12-10 14:06:20 -05:00
aleos89
174244b2a8 Updated Dragon Breath effect
* Concentration no longer increases Dragon Breath damage.
2015-12-10 14:04:11 -05:00
aleos89
66298f3de5 Updated Chaos Panic effect
* Placing Chaos Panic down again will remove the previous instance.
2015-12-10 13:58:25 -05:00
aleos89
43585041e9 Updated Emergency Escape effect
* Now does a single fluid back slide.
* Adjusted Emergency Escape and Feint Bomb to use blewcount in skill_db.
2015-12-10 12:19:56 -05:00
aleos89
598def8544 Follow up to be3d5fe
* Fixes a compile warning.
2015-12-10 11:47:24 -05:00
aleos89
b0e289fbf3 Follow up to 89a33a7
* Added missing status change defines to const database.
* Updated documentation for bSateNoRecoverRace.
2015-12-10 11:36:13 -05:00
aleos89
29306b1f84 Follow up to c7ede8d
* Cleaned up Shadow Form to not be canceled by detection skills at 100%.
* Phantom Menace and Sensitive Keen do not do damage if the target is in Shadow Form.
* Body Paint has a chance to decrease attack speed and blind all targets around the caster, not just the hidden targets.
2015-12-10 10:34:35 -05:00
Romero Malaquias
64436bf42d checking sd before attempting to read 2015-12-10 01:18:16 -03:00
aleos89
bdff64181e Follow up to f7f1ec0
* Bumped HP/SP skill requirement variable up to uint32. Thanks to @CairoLee.
2015-12-09 21:10:20 -05:00
Lemongrass3110
c28c9f61be Removed maximum packet size from configuration
It's a source side define now, because you should really only change this if you know what you are doing.
Beautified the number for pre 2013-12-23, thanks to @dastgir.
Fixed a warning which was added by the last commit and was issued with the default settings, thanks to @cydh.

Follow up to f4b42b2
2015-12-09 19:28:44 +01:00
Cydh Ramdh
7489fab958 Spaces cleanup follow up 2b5332a3b17ed5a3b15b08eb47a533f6158980a3
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2015-12-09 20:17:20 +07:00
Cydh Ramdh
96119fb1d0 Follow up c4fe3be0a13b6dfa993a9d07029735c4f4c16164
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2015-12-09 19:42:01 +07:00
Cydh Ramdh
c4fe3be0a1 Fixed #779
* Fixed 'Elemental Reistance Potions' doesn't work without changing any equipment.
* Moved player's Elemental resistance & attack bonus from `status_calc_pc_` that need `SCB_BASE` to `status_calc_atk_ele_pc` and `status_calc_def_ele_pc` as a child of `SCB_ATK_ELE` and `SCB_DEF_ELE` (doesn't need to calculate everything just for these points)

Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2015-12-09 13:01:26 +07:00
Romero Malaquias
ede159ee20 Avoiding conditional directives that break statements 2015-12-09 01:06:27 -03:00
Cydh Ramdh
241e10b92c Follow up 89a33a77ad47da523828d1156c2f68d1d2e561ee
* Corrected documentaion of `bStateNoRecoverRace`
* Added `bStateNoRecoverRace` to const.txt

Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2015-12-09 05:26:18 +07:00
aleos89
f04156756d Merge branch 'master' of https://github.com/rathena/rathena 2015-12-08 14:40:00 -05:00
aleos89
89a33a77ad Updated Genetic Sling Item effects
* Moved all item effects to source.
* Updated HP/SP Increase Potions to use the official statuses.
* Updated Vellum Flail to use the official status instead of Critical Wound.
Thanks to @exneval.
2015-12-08 14:38:55 -05:00
Lemongrass3110
f4b42b26fb Updated the maximum size for packets
According to 3ceam revision 764 clients from 2013-12-23 on can deal with bigger packets. 3ceam uses 65636 as maximum, but we decided to stick with the maximum for unsigned shorts. Thanks to Rytech!

Please consider staying with the default value, because we will remove this configuration soon and make it a source side define which is depending on the packetversion define.
2015-12-08 17:35:58 +01:00
aleos89
be3d5fe298 Fixes #821
* Earth Strain no longer strips enemies that don't receive damage.
* Cleaned up the dmg_lv parameter type for skill_additional_effect().
2015-12-07 20:14:49 -05:00
aleos89
2e2e1abdc8 Fixes #804
* Corrected Hesperus Lit and Ray of Genesis Banding check.
2015-12-07 16:53:53 -05:00
aleos89
f7f1ec0769 Fixes #819
* Resolves Tiger Cannon not reducing HP when max HP is out of variable bounds. Thanks to @CairoLee.
2015-12-07 14:12:23 -05:00
Napster
0c9bd301d8 Follow up to 8b3b32e
* Revert code, found problem with npcshopattach
2015-12-07 12:47:38 +07:00
Lemongrass3110
5fc3cbf5b0 Merge pull request #789 from Baalberith6/clif_quest_info2
Fixing quest objectives being shown by client incorrectly on monster kill.
2015-12-06 14:01:40 +01:00
Napster
8b3b32e000 Fixed #503
* when use the callshop, then player can't move in the game. thank to @CairoLee
2015-12-06 01:01:07 +07:00
aleos89
0212d44bb4 Fixes #809
* Reverted 42b7ba9 and cef2f9e NPC shop ID checks.
2015-12-05 10:08:18 -05:00
aleos89
4b7301ac89 Follow up to c7ede8d
* Adjusted the check for hidden targets for Earth Shaker.
2015-12-04 17:00:05 -05:00
aleos89
c7ede8ddbd Fixes #563
* Updated various detection skills pulling out hidden targets.
2015-12-04 16:24:54 -05:00