Lemongrass3110
f6e0a0a344
Added support for 2018-02-13aRagexeRE
...
Thanks to @4144
2018-02-27 00:20:27 +01:00
Daegaladh
a40b69f378
Fixed Skin Tempering (BS_SKINTEMPER) fire resistance percentage.
...
iRO wiki is wrong, it's 5% per level.
2018-02-23 20:34:59 +01:00
Jittapan Pluemsumran
1e766a7b4a
Converted pet_data::petDB into a getter function ( #2901 )
...
* Converted pet_data::petDB into a getter function
Fixed #2900
Thanks to @Lemongrass3110
2018-02-23 17:14:46 +07:00
Lemongrass3110
c16b7b1795
Fixed display of newly added pet eggs in storage ( #2911 )
...
Fixes #2864
Thanks to @talesofragnarok for reporting and @aleos89 for confirmation.
2018-02-23 01:46:27 +01:00
rAthenaAPI
e9919620b6
Mob and NPC Identity Update
2018-02-23 01:24:47 +01:00
rAthenaAPI
3b3fc07e71
SQL synchronization
2018-02-23 01:14:32 +01:00
Aleos
5e354494b2
Corrected Disarm and Steal Coin formulas ( #2890 )
...
* Fixes #2889 .
* Updated Disarm's strip chance.
* Updated Steal Coin's steal chance.
* Updated Steal Coin's zeny amount.
Thanks to @mrjnumber1and @Lemongrass3110!
2018-02-22 16:58:06 -05:00
Daegaladh
1e2032cc21
Fixed Endow skills to match official behavior. ( #2918 )
...
* Endows are now interchangeable.
* No longer break the weapon on failure and now unequips instead.
Thanks to @Daegaladh!
2018-02-22 16:23:11 -05:00
inhyositsu
fe575ddac8
Changing DBMap into STL::Map in C++ for guild storage ( #2915 )
2018-02-22 21:48:25 +01:00
Lemongrass3110
3c41d4eeb0
Fixed item creation with full inventory ( #2914 )
...
* Fixes #2858 .
* Prevented items from being created if adding them to the inventory failed for whatever reason.
* Introduced a new config that allows to keep the old behavior.
Thanks to @Artuvazro and @Daegaladh!
2018-02-21 19:42:49 -05:00
Atemo
6e0187bc2b
* Initial release of dimensional travel quest (access to flame bassin) ( #2775 )
...
* * Initial release of dimensional travel quest (access to flame bassin)
* Include misc npcs related to ep14.3
* Implementation of NPC_DEATHSUMMON - summon monsters at the location of master grave.
Thanks @ecdarreola, @rye305 for testing
Thanks to https://www.divine-pride.net/ !
2018-02-20 23:11:56 +01:00
Aleos
0e23f3fec0
Updated Tiger Fist stop duration ( #2917 )
...
* Updated Tiger Fist stop duration
* Fixes #2893 .
* Updated the stop duration to match official values.
Thanks to @mrjnumber1!
2018-02-20 16:56:26 -05:00
aleos89
6411a1d4ff
Follow up to b7d3828
...
* Fixed a compile error.
2018-02-20 13:26:16 -05:00
aleos89
b7d38283d7
Follow up to 267fd3e
...
* Fixed a compile error.
2018-02-20 13:18:51 -05:00
aleos89
267fd3e6db
Corrected renewal ASPD off-hand calculation
...
* The case of unarmed and weapon (off-hand) resulted in the ASPD not being calculated properly.
* kRO includes the 1/4th ASPD penalty for off-hand weapons.
Thanks to @Tokeiburu!
2018-02-20 13:13:48 -05:00
Aleos
6e5de84a2a
Updated guild skill Guard Up ( #2908 )
...
* Fixes #2854 .
* Updated guild skill Guard Up bonuses for pre-renewal and renewal.
* Removed SP adjustment as mobs don't have SP checks.
Thanks to @mrjnumber1!
2018-02-20 10:11:13 -05:00
Sader Fawall
ead017b396
Clear script command( #2840 )
2018-02-18 17:47:41 +01:00
Lemongrass3110
132feeb621
Made mercenary db dynamic ( #2883 )
...
Removed hard limit of the mercenary database
Cleaned up the hard coded duplicated logic
Turned hard coded mercenary ids into constants
2018-02-18 17:15:09 +01:00
Aleos
02983c4f63
Fixed Mystical Amplification and Chain Lightning ( #2907 )
...
* Fixes #2897 .
* Mystical Amplification should only boost the damage for the first Chain Lightning attack.
Thanks to @admkakaroto!
2018-02-16 09:43:49 -05:00
Aleos
d2c5ca99fa
Updated Masquerade - Weakness behavior ( #2909 )
...
* Fixes #2905 .
* Players can no longer equip weapons/shields while the status is active.
Thanks to @Everade!
2018-02-15 22:24:12 -05:00
Aleos
a40b1da4d0
Updated Cultivation plant spawn formula ( #2910 )
...
* Fixes #2892 .
* Corrected level 2 Cultivation formula for spawning plants.
Thanks to @mrjnumber1!
2018-02-15 21:49:12 -05:00
Daegaladh
2ecb30abb2
Fixed AL_HOLYWATER behavior ( #2860 )
...
* Fixes #2853 .
* Holy Water should not cast or consume SP when the player has no empty bottles, both in water (and water skills) and outside water.
Thanks to @Daegaladh!
2018-02-15 19:00:11 -05:00
Lemongrass3110
e1b9d24324
Added support for 2018-02-07bRagexeRE
...
Thanks to @4144
2018-02-15 17:27:06 +01:00
Lemongrass3110
afab80fb6e
Updated card seller ( #2851 )
...
* Updated card seller
Fixes #2844
Thanks to @vstumpf, @Atemo !
2018-02-09 19:55:54 +01:00
Aleos
75a8f520a6
Corrected Heat Barrel bonuses ( #2882 )
...
* Fixes #2875 .
* Attack was not factoring in coins.
* Corrected fixed cast time to also factor in coins.
Thanks to @rye305!
2018-02-09 13:27:39 -05:00
Lemongrass3110
8792960df2
Added support for 2018-01-24 ( #2884 )
...
In this client the new character select and cash shop UI from Ragnarok Zero were merged into the Sakray client.
Increased MAX_CHARS to 15 to fit the new character select
Added possibility to overwrite MAX_CHARS in defines_pre.h
As always thanks to @4144 for the shuffle packets and keys.
2018-02-09 15:35:58 +01:00
flamefury
8258df6473
Chance to craft 2 runes starts at RuneMasteryLv5, not 6
2018-02-07 17:26:27 -08:00
flamefury
82035609d4
Correct the party member ATK bonus of RK_FIGHTINGSPIRIT ( #2877 )
...
Fixes #2876
2018-02-07 22:32:00 +01:00
Aleos
4171cd1801
Updates Rolling Cutter counter behavior ( #2837 )
...
* Fixes #2835 .
* Rolling Cutter counter should only be reset on physical click-walks, not by any other movement.
Thanks to @ecdarreola and @secretdataz!
2018-01-30 14:15:42 -05:00
Aleos
f2c7384890
Cleaned up Miracle damage bonus ( #2811 )
...
* Cleaned up Miracle damage bonus
* Fixes #2809 , #2823 .
* Moved the bulk of the checks outside of the status change check.
* This was possibly preventing the bonus from being applied when no statuses are active.
Thanks to @Dakado!
* Fixed Star Gladiator's SLS Wrath ATK calculation to match official servers.
2018-01-28 23:20:59 +07:00
Maytichai Saowa
db4e9b2565
Fixed minor style typo in clif_obfuscation.hpp ( #2845 )
2018-01-28 22:10:09 +07:00
Daegaladh
de9b4efd1a
Fixed required weapon messages. ( #2808 )
...
Fixes #2804
Thanks to @Daegaladh
2018-01-27 00:26:51 +01:00
Lemongrass3110
ec59e95520
Fixed a problem with instance_db import
...
Fixes #2824
Thanks to @luan122
2018-01-25 19:08:56 +01:00
Lemongrass3110
bb0dd7b8dc
Fixed mapserver crash on script command warp ( #2766 )
...
Fixes #2765
Thanks to @LunarSHINING
2018-01-24 19:30:05 +01:00
Lemongrass3110
3a8c8a9da4
Cleaned up whisper code between map-servers ( #2763 )
...
Fixes #2760
Fixes #2762
Thanks to @LunarSHINING
2018-01-24 18:33:09 +01:00
Lemongrass3110
c4a57c571c
Added support for 2018-01-17aRagexeRE
...
Fixed char select on 2018 clients
2018-01-24 00:41:38 +01:00
Aleos
2e90136dc3
Corrected Reverberation behavior ( #2758 )
...
* Fixes #2757 .
* Reverberation will no longer trigger the cast animation on the caster when a target walks into it.
Thanks to @MrAntares!
2018-01-12 10:45:52 -05:00
Lemongrass3110
7a0f3d0eaf
Added RagexeRE support until 2018-01-03
...
Thanks to @4144
2018-01-10 22:44:10 +01:00
Jittapan Pluemsumran
48d79cef43
Don't allocate space for new castle data if castle with the same ID already exists. Fixed #2793 .
...
Thanks to @Daegaladh
2018-01-09 19:44:56 +07:00
Yudi Maharlika
a6818eb501
Fixes typo in atcommand.cpp that makes atcommand @accept after duel cannot be used because of limit player reached. ( #2778 )
2018-01-07 11:30:37 -05:00
Technoken
15b6d5cc83
Corrected Cannibalize behavior ( #2769 )
...
* Fixes #2768 .
* Fixes Cannibalize level 5 spawning multiple Geographer due to a typo.
Thanks to @technoken!
2018-01-04 10:38:28 -05:00
Lemongrass3110
6f01321b27
Merged two similar conditions on mapchange
2018-01-03 22:41:58 +01:00
Lemongrass3110
c4bfe0b122
Fixed a wrong fifohead allocation
2018-01-03 22:31:04 +01:00
Jittapan Pluemsumran
bfb6972c59
Implemented getequiptradability script command ( #2750 )
...
Thanks to @aleos89 @anacondaqq @Lemongrass3110
2018-01-03 21:51:38 +01:00
Lemongrass3110
8c53679a94
New mob placeholders and npc ids
2018-01-02 19:46:43 +01:00
Cydh Ramdh
32950ecead
Updated Item Group features ( #2692 )
...
* Added config to hide last chars of player's name `broadcast_hide_name` and its default value is 2.
* Fixed `getgroupitem` that should give unidentified item for equipment types.
* Added optional param for `getgroupitem` and `getrandgroupitem` to always give player identified item, ignores the `itemdb_isidentified`'s check.
* Thanks to @aleos89 @Lemongrass3110
2018-01-02 12:55:52 +07:00
Lemongrass3110
fb966a12e0
Turned pet db into a dynamic map ( #2727 )
...
Thanks to @Jeybla, @lighta and @aleos89
2018-01-01 22:57:47 +01:00
aleos
5602bb04f8
Follow up to 1f0ea81
...
* Removed specific job restrictions from atcommand bodystyle.
2017-12-30 15:43:17 -05:00
aleos
1f0ea81d3f
Added Rune Knight to atcommand bodystyle
...
* Fixes #2746 .
Thanks to @mazvi!
2017-12-30 10:50:47 -05:00
Sader Fawall
e88785b181
Resolved a compile error ( #2743 )
2017-12-29 20:41:54 +07:00