Lemongrass3110
b8660e327d
Updated clone depth for appveyor
...
We disabled rolling builds now(appveyor server side setting) so it does not look like our commits where failing the build tests anymore.
2016-07-29 19:57:39 +02:00
Lemongrass3110
e99f17b3b2
Fixed the required levels for MC_CHANGECART
...
Thanks to @jgoog999 for his pull request(merges and closes #1461 ).
2016-07-29 19:48:41 +02:00
aleos89
52a74e8590
Updated Camouflage behavior - part 2
...
* Follow up to bec9845.
* Arrow Shower should not benefit from Camouflage.
* Sharp Shooting and Arrow Storm bonus should be applied to all targets in the area, not just the selected target.
Thanks to @Tokeiburu!
2016-07-29 13:39:51 -04:00
Lemongrass3110
b6adc1d4ff
Replaced specialeffect2 calls without constants
2016-07-29 19:34:30 +02:00
Lemongrass3110
5da49b87b5
Added hat effect packet and script support
2016-07-29 19:15:46 +02:00
Jittapan Pluemsumran
43b95eb575
Merge pull request #1460 from jgoog999/03-costumes
...
Implemented new costumes w/ visual effects
2016-07-29 10:03:08 +07:00
Limestone
f0ac1d81c5
Implemented new costumes w/ visual effects
...
- ItemID (19022) // jRO Item
- ItemID (20062)
- ItemID (20099)
- ItemID (20154)
- ItemID (20209) // jRO Item
- ItemID (20246)
Note 1: Status ID's that we still don't have their item informations
- SC_FLOWERSMOKE
- SC_HAPPINESS_STAR
- SC_MAGICAL_FEATHER
Note 2: Some of the costumes will not show it's visual effects on 2014 clients downwards.
2016-07-29 10:31:35 +08:00
aleos89
50e81a45cc
Follow up to d1a957e
...
* Removed a comment that is no longer applicable.
2016-07-28 19:41:51 -04:00
aleos89
d1a957efea
Cleaned up parts of the VIP System
...
* Removed battle configs vip_exp_penalty_base_normal and vip_exp_penalty_job_normal as these are duplicates of other battle configs.
* Battle config vip_exp_penalty_base and vip_exp_penalty_job are now at a rate of 100 instead of 1 to match other configs.
* Added VIP Zeny Penalty config.
* Cleaned up various rate calculations.
* Removed various macro defines that aren't needed.
* Moved the player state for atcommand showrate to the VIP struct.
2016-07-28 19:28:36 -04:00
Lemongrass3110
63ff4a9390
Made mercury riser refinable
...
Fixes #1458
2016-07-28 20:59:38 +02:00
Jittapan Pluemsumran
a33fbce144
Enabled previously disabled Freyja set for pre-renewal. Fixes #1455
2016-07-28 09:41:17 +07:00
aleos89
cdd4767e8e
Follow up to 160f24d
...
* Corrected the battle_config name for the MVP Tomb delay.
Thanks to @secretdataz!
2016-07-27 19:29:23 -04:00
aleos89
1daa6fd65b
Revert of efdc748
...
* Going to follow up later with a better fix.
2016-07-27 18:56:37 -04:00
rAthenaAPI
00868e59ec
SQL synchronization
...
[ci skip]
2016-07-28 00:36:15 +02:00
Lemongrass3110
4b2b479785
Updated MATK of 5 items
2016-07-28 00:35:43 +02:00
aleos89
efdc748a7a
Corrected bResEff behavior ( fixes #996 )
...
* Removed the common SC range check.
* A few of the Eff_* values are tied to a SC that's not within the common SC range.
2016-07-27 18:15:46 -04:00
rAthenaAPI
288bce7326
SQL synchronization
...
[ci skip]
2016-07-28 00:05:32 +02:00
Lemongrass3110
bf209d19c2
Updated some view ids
2016-07-28 00:04:36 +02:00
aleos89
160f24d66a
Corrected MVP Tomb behavior ( fixes #1429 )
...
* On Aegis there is a 9~ second delay before the tomb is spawned.
2016-07-27 16:49:32 -04:00
aleos89
bec9845499
Updated Camouflage behavior ( fixes #1438 )
...
* Camouflage now ends when attacking plant type monsters.
* Camouflage bonus is applied to the first skill after activating Camouflage.
* Corrected movement speed bonus checks.
* Removed INF3_NOENDCAMOUFLAGE enum as it is no longer needed.
* Updated skill_db documentation.
2016-07-26 16:58:44 -04:00
Cydh Ramdh
2a1aebaf64
Cleaned up char_del_option
checks
...
This is a squash commit for @cydh's pull request #1299 .
Cleaned up the `char_del_option` checks.
Added a comment for `char_del_option`, that only work for clients that send delete request by using 0x0068 or 0x01fb.
Added an enum for values.
Added a function to validate and adjust configuration data.
Resolved character deletion not working properly for clients 2015-10-01 and higher (fixes #1189 )
Delete date should be sent as remaining time on some client versions.
Adjusted some comment wording.
Added empty/default birthdate deletion.
Made email deletion case insensitive.
2016-07-26 22:35:22 +02:00
aleos89
ffec87d29a
Corrected item bonus WeaponMatkRate ( fixes #1446 )
...
* Item bonus formula was checking for an incorrect MATK value.
* Moved the bonus after the WMATK and Weapon Refine calculations so it's not zeroed out at the beginning.
2016-07-25 13:27:29 -04:00
aleos89
e24f2f4f97
Corrected Earth Shaker wall checks ( fixes #1447 )
...
* Earth Shaker is no longer able to hit targets behind walls.
2016-07-25 10:56:44 -04:00
aleos89
d5edd06c6d
Corrected Mercenary skills ( fixes #1442 )
...
* Adjusted Scapegoat SP requirement from 10 to 5.
* Removed 100% HP requirement of Scapegoat.
* Recuperate now removes Deadly Poison.
2016-07-25 10:49:05 -04:00
Lemongrass3110
fa8296e3c2
Merge pull request #1437 from rathena/bonus/add_drop_rate
...
Added script bonuses to add player's drop rate
Thanks to @cydh
2016-07-23 19:10:55 +02:00
Lemongrass3110
e7882351d8
Cleaned up player specific drop rate calculations
...
Removed the src check for the new bonuses.
2016-07-23 18:43:09 +02:00
Jittapan Pluemsumran
6349802d25
Enable Ranger class in bodystyle atcommand
2016-07-22 13:43:57 +07:00
Jittapan Pluemsumran
7558c1e7ed
Follow up to 8f5739c
...
* Sorry, didn't cherry-pick all relevant commits!
2016-07-21 22:42:08 +07:00
Jittapan Pluemsumran
8f5739c0d0
Item Database Update
...
* Implemented Sealed_Mind_Box
* Corrected Broken_Heart and Kindly_Heart scripts.
2016-07-21 22:34:52 +07:00
Cydh Ramdh
29379c3ea5
Added script bonuses in order to support official AddReceiveItem_Equip n
...
* `bonus2 bDropAddRace,r,x;` : Adds x% to player's drop rate when killing a monster with race r.
* `bonus2 bDropAddClass,c,x;` : Adds x% to player's drop rate when killing a monster with race c.
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2016-07-19 16:43:05 +07:00
Jittapan Pluemsumran
9d730f3ba9
Item database update
...
Fixed #1433 . Fixed #1434 .
2016-07-18 23:27:53 +07:00
aleos89
e771472042
Constant cleanup
...
* Adjusted some IDs to constant values.
2016-07-14 13:51:00 -04:00
aleos89
10c4eb08f5
Corrected documentation for SkillUseSP and SkillUseSPRate
...
* SP consumption decreases based on positive value.
* SP consumption increases based on negative value.
2016-07-11 10:46:19 -04:00
Jittapan Pluemsumran
395f22d9e4
Corrected a few items
2016-07-11 19:46:32 +07:00
Jittapan Pluemsumran
d57eb44fee
Corrected Tanos_Axe's class and job mask. Fixed #1399
2016-07-11 13:41:30 +07:00
Jittapan Pluemsumran
63fea9cc13
Corrected Heroic_Judgement_Shawl and Heroic_Target_Suit item
2016-07-11 13:33:31 +07:00
Jittapan Pluemsumran
1f85dab1c5
Fixed Emergency Call scroll being usable on non guild-leader. Fixes #1421
2016-07-09 01:16:11 +07:00
Jittapan Pluemsumran
2f9d44c3b1
Changed Job_SuperNovice to Job_Super_Novice in scripts to match source-side constant.
2016-07-08 14:32:10 +07:00
aleos89
1a0fb8f821
Updated Golden Thief Bug card immunity ( fixes #1400 )
...
* White Imprison and Hell's Plant are now blocked by Golden Thief Bug card.
* Removed an extra status end of White Imprison in Status Recovery.
2016-07-07 20:13:25 -04:00
aleos89
82250c24dd
Fixed Leech End damage underflow ( fixes #1419 )
...
* Resolves an underflow issue resulting in INT_MAX damage.
2016-07-07 17:19:10 -04:00
Lemongrass3110
fbf7957d21
Changed command definition of atcommand channel
...
Follow up to 369799a.
Sorry to @secretdataz, it was actually my fault.
Thanks to @lighta for bringing this to our attention.
2016-07-06 14:52:13 +02:00
Jittapan Pluemsumran
369799a6c5
Made atcommand channel unusable by non-players. Closed #1342 .
...
* The command can still be used in scripts if there is a player attached to the script.
2016-07-06 16:40:43 +07:00
Atemo
82f5908bb5
Correct typo follow up 109b30dd5184e06806253e692fa0d893b24282e5
2016-07-05 20:50:20 +02:00
Atemo
f927d636b6
Fixed issue #1409 (NPC shouldn't be clickable)
2016-07-05 16:16:35 +02:00
Atemo
1c4f940d67
Merge branch 'master' of https://github.com/rathena/rathena
2016-07-05 16:13:35 +02:00
aleos89
b3e1c52cbb
Corrected Shield Press damage delay ( fixes #1165 )
...
* Damage should have a ~1 second delay as the shield animation falls.
2016-07-04 11:47:08 -04:00
Jittapan Pluemsumran
95f09f84bf
Fixed some incorrect shadow gears combo script
...
* They should grant total immunity to a status effect.
2016-07-04 18:17:33 +07:00
Atemo
22bc0907d6
Fixed: Disable Loki NPC at entrance of Hazy Forest after the defeat of Wandering Purple Dragon.
2016-07-03 21:20:11 +02:00
Jittapan Pluemsumran
15c382ee2c
Item DB update
...
* Changed AegisName for item #19133 (formerly Odin_Mask) to avoid duplicate AegisName
* Corrected script in item #4556 (Fenrir_Card). Thanks to @Jeybla.
2016-07-04 00:40:27 +07:00
Atemo
1ea0e3899c
Merge branch 'master' of https://github.com/rathena/rathena
2016-07-03 02:20:26 +02:00