Balfear
152bdb0e15
Fixed typos channel.hpp comments ( #4299 )
2019-08-14 21:17:59 +07:00
Jittapan Pluemsumran
8431410a5c
Reduce list field length in ipbanlist table from 255 to 15 ( #4300 )
...
* Update main.sql
* ipban_cleanup no longer uses hardcoded table name
* Create upgrade_20190814.sql
2019-08-14 20:57:45 +07:00
Aleos
aa63c855c0
Corrected pet bonuses not applying ( #4292 )
...
* Fixes #4283 .
* Corrected pet bonuses not applying on intimacy changes.
* Removed pet_equip_min_friendly battle config as bonuses are determined on intimacy in the bonus script.
Thanks to @teededung!
2019-08-14 08:56:48 -04:00
Atemo
be1194e4b4
Empty message in announce script command ( #4200 )
...
Added a check to fail silently when the message in the *announce script commands is ""
2019-08-13 19:05:29 +02:00
rAthenaAPI
48ec057410
Effect State Update
2019-08-13 09:05:32 +02:00
rAthenaAPI
970dadac4d
Effect State Update
2019-08-13 08:05:32 +02:00
Aleos
90d603d141
Removed leftover variable ( #4275 )
...
* Removed an unused variable.
Thanks to @pigati23!
2019-07-30 15:42:22 -04:00
Aleos
8050f7c84e
Properly free function script counter ( #4269 )
...
* Fixes #3613 .
* Script functions will now properly reset the script instance counter when the function terminates the script.
Thanks to @Tokeiburu!
2019-07-29 19:16:07 -04:00
Aleos
3dd388ac66
Corrected a compile warning on GCC 8 ( #4263 )
...
* Fixes #4158 .
Thanks to @gengstergile!
2019-07-25 09:56:34 -04:00
Aleos
3caf66870f
Corrected pre-renewal Heal formula ( #4261 )
...
* Fixes #4258 .
* Partial reversions in formulas for pre-renewal to be multiplicative.
Thanks to @Indigo000!
2019-07-25 08:42:48 -04:00
Aleos
d476934c93
Corrected RENEWAL_ASPD macro processing ( #4259 )
...
* Resolves an issue with the RENEWAL_ASPD macro processing the wrong database as it would go off the current compiled mode.
Thanks to @rfperuch!
2019-07-25 08:06:40 -04:00
Aleos
4ea1b25483
Corrected Strip duration ( #4257 )
...
* Fixes #4214 .
* Corrected Strip duration becoming negative which results in the status not expiring.
Thanks to @Stingor!
2019-07-25 07:45:01 -04:00
naffej
d9db877d2f
Fixed typo with wrong password length ( #4262 )
2019-07-24 23:42:34 +02:00
Cydh Ramdh
17f32a1756
Fixed CZ_STANDING_RESURRECTION check ( #4242 )
...
* Fixed CZ_STANDING_RESURRECTION check
* Player can force to resurrect as long as they have valid Token of Siegfried even in auto respawn maps
* Added command `@resurrect` to resurrect using first matched Token of Siegfried item in inventory clients that don't show Resurrect button
* Set `respawn_tid` to int
2019-07-22 22:27:35 +07:00
Aleos
5702dc3c85
Corrected another potential crash with Joint Beat ( #4255 )
...
* Follow up to cb2c553.
Thanks to @teededung!
2019-07-22 08:40:49 -04:00
Aleos
ac46920e73
Fixed Achievement Level progression ( #4156 )
...
* Fixes #4131 .
* Changed the behavior of achievement experience to roll over remaining experience rather than check from the total amount.
* Cleaned up achievement level logic.
Thanks to @daisyanne1380 and @SeravySensei!
2019-07-19 10:25:28 -04:00
Aleos
6d199ca7d2
Corrected a potential crash with Joint Beat ( #4251 )
...
* Follow up to cb2c553.
Thanks to @teededung and @cahya1992!
2019-07-18 12:25:57 -04:00
Aleos
cb2c553f34
Cleaned up Joint Beat behavior ( #4123 )
...
* Fixes #4122 .
* Added missing rate and duration reduction based on the targets stats.
* Confirmed that double damage only applies to BREAK_NECK.
* Cleaned up skill to remove jb_flag from status_change struct.
Thanks to @mrjnumber1!
2019-07-17 09:28:24 -04:00
Aleos
2ca417b61f
Fixed STR affecting mob damage in pre-renewal ( #4228 )
...
* Follow up to fe197bf.
* STR should not affect monster's damage.
* Split battle config between pre-renewal and renewal.
Thanks to @Playtester!
2019-07-16 12:17:11 -04:00
Aleos
fc2c6e021d
Corrected Magnum Break delay ( #4248 )
...
* Fixes #4191 .
* Magnum Break should have an aftercast delay of 2 seconds which can be reduced by Bragi (like all other skills) and no cooldown.
Thanks to @Playtester!
2019-07-16 11:07:14 -04:00
Lemongrass3110
8bb6b119b4
Fixed invalid item errors in achievements ( #4240 )
...
Fixes #4236
Thanks to @RadianFord
2019-07-08 08:35:29 +02:00
Sader Fawall
454163c48f
prevent moving/dropping the pet egg if it's hatched ( #4179 )
...
Fixes #4178
2019-07-07 20:17:40 +02:00
Kakaroto
87b858199b
Pet Fix Client after 20180704 ( #4202 )
...
A minor fix that corrects a problem when hatching eggs from pets to clients after 20180704.
Fixes #4190
Thanks @4144 and @Asheraf
2019-07-07 20:13:24 +02:00
Aleos
32525bad55
Corrected autospell stacking ( #4227 )
...
* Resolves an issue with autospell bonuses stacking too generously.
Thanks to @Playtester!
2019-07-03 10:15:26 -04:00
rAthenaAPI
b49bc103fe
Effect State Update
2019-07-03 05:06:20 +02:00
Atemo
912d97e460
Fixed a clone issue ( #4226 )
...
* Fixed a potential crash when using a clone
* Fixed #4225
Thanks to @laziem and @aleos89 !
2019-07-01 22:15:01 +02:00
Atemo
5fae7c26c1
convertpcinfo script command ( #3924 )
...
Implemented convertpcinfo script command
* The command allows to convert more easily a player data to another.
* It fails silently if the character is not found/online.
Thanks to @aleos89, @Normynator, @cydh !
2019-07-01 21:06:55 +02:00
Atemo
c1975d7ea3
instance_live_info command ( #3099 )
...
Implemented instance_live_info script command to retrieve some data of running instances
Thanks to @Jeybla, @cydh, @Lemongrass3110 and @aleos89 for the review !
2019-06-25 21:48:44 +02:00
Joam
aae31a19a5
Update Itemdb (JRO item) ( #4161 )
...
* The items implementation is based on JRO description instead of IRO description
* Yinyang combo items will be implemented later when more infos will be available
2019-06-25 20:03:33 +02:00
flamefury
19835b638b
Sense - show 0 for negatives ( #4213 )
...
* Fixes #4212 .
* Sense's negative informational stats will now be capped to 0.
Thanks to @flamefury!
2019-06-24 13:41:37 -04:00
Aleos
a548f20c94
Corrected PK Mapflag assignment ( #4165 )
...
* Fixes an issue with different player versus player mapflags not being checked before applying the PK mapflag.
Thanks to @LiamKarlMitchell!
2019-06-04 09:34:30 -04:00
Atemo
f8ea43ebc7
getmapflag MF_RESTRICTED ( #4193 )
...
* Corrected the value returned by getmapflag script command for MF_RESTRICTED
2019-06-03 20:45:19 +02:00
Aleos
052a4fd1e4
Corrected Weapon Forging inventory search ( #4192 )
...
* Fixes an issue with Weapon Forging not checking for index 0.
Thanks to @Tokeiburu!
2019-06-03 11:49:08 -04:00
Aleos
754274bc58
Corrected Enchant Arms for older clients ( #4196 )
...
* Fixes Enchant Arms displaying an incorrect status icon for clients older than 2015-11-04.
Thanks to @Daegaladh and @Lemongrass3110!
2019-06-03 10:32:12 -04:00
Aleos
8cfee2c872
Corrected a potential crash from equip switch ( #4198 )
...
* Resolves a potential crash with the equip switch feature and invalid items.
Thanks to Melvo and @functor-x!
2019-06-03 09:04:25 -04:00
norm
8ed3d0583a
Fixes problem with PR #4148 . ( #4176 )
...
* Fixes the disappearing item mentioned in PR #4148 .
* Should now mirror kRO behavior when cart is full.
Thanks to @Normynator!
2019-05-31 13:30:54 -04:00
norm
eb4b46255f
Changed renewal start coordinates ( #4172 )
...
* Fixes #4171 .
Thanks to @Badarosk0 and @Normynator!
2019-05-30 16:22:13 -04:00
Sader Fawall
a3fc44ef8a
viewpoint command update ( #4143 )
...
* Added the optional parameter 'char ID' to the command
2019-05-23 20:11:45 +02:00
Sader Fawall
ddb7d90396
Fix getareaunits coordinates ( #4155 )
...
Co-Authored-By: AnnieRuru <annieruru@users.noreply.github.com>
2019-05-20 16:36:16 +02:00
Sader Fawall
317146c0d0
Fix maintenance and gm_allow_group config ( #4042 )
...
* Adjusted maintenance and gm_allow_group config to support a range of Group ID rather than just one group.
Thanks to @sader1992!
2019-05-20 09:18:15 -04:00
SeravySensei
b9fb0d5a1e
Login Server console command issue ( #4126 )
...
* Fixes #4124 .
* Resolved an issue with the Login Server console commands: lan-config, login-config, and msg-config
Thanks to @SeravySensei!
2019-05-20 08:43:26 -04:00
Jittapan Pluemsumran
7ad1b32d7d
Additional fixes for cart exploit ( #4148 )
...
* Fixes #4146 .
* Reverted some of 7f772c3 as this falls into a larger refactor scope.
* Resolved an issue where items could not be picked up from the cart when the overweight message was sent to the player.
* Added missing e_additem_result constants.
Thanks to @secretdataz, @Normynator, and @cydh!
2019-05-14 14:19:26 -04:00
Aleos
69843289c9
Fixed some bonuses getting capped ( #4137 )
...
* Fixes #4135 .
* Fixes several item bonuses getting their bonus capped when they shouldn't be.
Thanks to @Badaroks0!
2019-05-10 08:41:16 -04:00
Jittapan Pluemsumran
7f772c32d3
Fixed potential race-condition possibility in cart item transaction ( #4139 )
...
Co-authored-by: Cydh Ramdh <cydh@users.noreply.github.com>
Co-Authored-By: Aleos <aleos89@users.noreply.github.com>
2019-05-02 21:01:18 +07:00
rAthenaAPI
8906dc9762
Effect State Update
2019-05-01 08:05:31 +02:00
rAthenaAPI
94c4e9f471
Effect State Update
2019-05-01 07:06:02 +02:00
Joam
79ba5aa991
Renewal hateffect update ( #4102 )
...
* Updated items with new hat effects.
Thanks to @attackjom!
2019-04-26 18:05:35 -04:00
Atemo
3d8c20f6b9
unitwarp npc - issue #4087 ( #4104 )
...
* Fixed issue #4087
* Added an extra map check in npc_touch_areanpc
* Move the npc warped by unitwarp to the new map.
Thanks to @aleos89 for the review and @Litro for testing !
2019-04-25 15:07:20 +02:00
Aleos
53cedb72af
Corrected Cross Slash ( #4121 )
...
* Fixed Kagerou/Oboro Cross Slash div_ check looking for the status change rather than the skill ID.
Thanks to @mrjnumber1!
2019-04-23 09:59:51 -04:00
Yashim Wong
d05c6035f2
Corrected checks for weapon attack calculation ( #3469 )
...
* Fixes #3371 .
* Fixed instruments (W_MUSICAL, W_WHIP) not receiving attack bonus from DEX.
Thanks to @Rayvis and @yashimwong!
2019-04-23 08:51:12 -04:00