idk-whoami
5d26d86cc0
Resolved some compiler warnings ( #6047 )
...
Co-authored-by: Aleos <aleos89@users.noreply.github.com>
2021-07-05 12:07:57 +02:00
Lemongrass3110
af97f7f9bd
Added ID field to mob_db structure ( #6069 )
...
Fixes #6055
Thanks to @k1ngJ
2021-07-03 17:48:30 +02:00
Lemongrass3110
1803324478
Fixed an issue with status reset ( #5998 )
...
If use_statpoint_table was disabled and the player got additional stats or status points from somewhere (bugs in scripts, gm commands, etc.) they were not reset correctly, because the additional points were taken into account when reseting the stats.
Thanks to @Everade
2021-07-02 09:30:36 +02:00
Lemongrass3110
db7075ecb2
Fixed hells plant on warping
...
Thanks to @limitro
2021-07-02 01:18:16 +02:00
Lemongrass3110
801864fe60
Fixed shield spell status changes
...
Thanks to @limitro
2021-07-01 22:11:29 +02:00
Aleos
0300b2e2b1
Reverts the effects of Fire Expansion Acid ( #5966 )
...
Fixes #5939 .
Fire Expansion Acid should behave like it did prior to the skill balance updates and not like the current Acid Demonstration behavior.
Thanks to @Felleonel!
2021-07-01 21:29:28 +02:00
Aleos
4bca1867b7
Fixes Rifle damage being lower than expected ( #6048 )
...
Fixes #6018 .
Resolves Rifle damage not properly accounting for skill ratio damage.
Thanks to @Indigo000!
2021-07-01 18:42:37 +02:00
Lemongrass3110
073834d1ca
Follow up to 2110a6e
...
Thanks to @CairoLee
2021-07-01 17:37:15 +02:00
j
6a12857583
Follow up searchstore fix ( #6051 )
...
Always start at the first index every new page of a search store result
2021-07-01 10:31:11 +02:00
Vincent Stumpf
cd4d4af0bd
Fix hasnext page in search stores ( #6030 )
...
Thanks to Insomnia#4862 on discord!
2021-07-01 09:50:48 +02:00
Lemongrass3110
2110a6ead8
Turned storage_db into an unordered_map ( #6038 )
...
Fixed some inconsistent behaviors between normal and premium storages.
Thanks to @limitro
2021-07-01 09:09:45 +02:00
Atemo
0599ee1832
Converted create_arrow_db.txt to YAML ( #6039 )
...
Converts the create_arrow_db.txt into YAML.
Includes CSV2YAML converter.
Co-authored-by: Aleos <aleos89@users.noreply.github.com>
Co-authored-by: Lemongrass3110 <lemongrass@kstp.at>
2021-06-25 22:56:15 +02:00
Aleos
7bb74f0fd4
Fixes Lightning Walk versus magic skills ( #6029 )
...
* Fixes #5953 .
* Lightning Walk should only be canceled by long ranged physical attack/skills.
Thanks to @Felleonel!
2021-06-23 13:41:01 -04:00
Aleos
5c59d1110e
Fixes Dark Claw boss damage ( #6043 )
...
* Dark Claw damage increase is only by half versus boss monsters.
* Flipped the check around from halving the final damage.
Thanks to @limitro!
2021-06-23 10:57:37 -04:00
Aleos
82cc35a532
Fixes Spore Explosion item consumption ( #6044 )
...
* Spore Explosion will now properly consume the Bomb Mushroom Spore on skill use.
Thanks to @limitro!
2021-06-23 10:05:03 -04:00
idk-whoami
da39809fcf
Random options update ( #6042 )
2021-06-22 16:07:31 +02:00
idk-whoami
993f929516
Updated enchant costumes box ( #6026 )
...
* Fixed price buy
2021-06-21 15:19:53 +02:00
Vincent Stumpf
63db37708b
Fixed Assumptio increased healing ( #6027 )
...
Assumptio should increase receiving heals, instead of increasing outgoing heals
Fixes #6024
Thanks to @ecdarreola
Co-authored-by: Lemongrass3110 <lemongrass@kstp.at>
2021-06-17 21:12:23 -07:00
Atemo
9322f67002
Converted mob_boss to yaml ( #6011 )
...
* Converts the Monster summon group Database into YAML. (mob_boss.txt, mob_branch.txt, mob_classchange.txt, mob_poring.txt, mob_mission.txt, mob_pouch.txt, mob_random_db.txt)
* Includes CSV2YAML converter.
Thanks to @Lemongrass3110 !
2021-06-12 21:52:45 +02:00
Atemo
e8385d812b
Converted exp_homun database to yaml ( #6002 )
...
* Converts the Homunculus Experience Database into YAML.
* Includes CSV2YAML converter.
Thanks to @Lemongrass3110 !
2021-06-08 19:59:49 +02:00
Atemo
4ca4e71a17
Display more info on the location of the deprecated constant (script from parse_script only) ( #5993 )
...
Fixed #5979
Thanks to @M45T3Ryu, @Lemongrass3110 and @aleos89 !
2021-06-08 15:38:02 +02:00
Vincent Stumpf
ebdce4a530
whodrops should respect drop_rate0item ( #5984 )
...
Fixes #5983
Thanks to heyChille#1304 on Discord
2021-06-01 23:01:13 -07:00
Atemo
7f71f4c0c3
mob_chat_db txt to yml ( #5976 )
...
* Converted mob_chat_db txt to yml
* mob_skill_db now display a warning when the chat ID doesn't exist
Thanks to @Lemongrass3110 and @aleos89 !
2021-06-01 15:02:33 +02:00
Lemongrass3110
3a8e4ffbc7
Improved support for enchantgrade ( #5975 )
...
Added further support for enchantgrade so that the enchantgrade is not lost during certain processes and can be accessed via script commands.
Also added missing logging support for it.
2021-05-30 00:44:50 +02:00
Lemongrass3110
5d92d1a000
Increased possible storage limit ( #5972 )
...
Disallowing the compiler to add padding to the structures allows more items in storage again.
2021-05-29 23:10:55 +02:00
Aleos
f2b0c9426d
Fixes Gate of Hell SP damage bonus formula ( #5977 )
...
* Follow up to f10de84.
* Fixes an extra 100% bonus being applied to the SP damage bonus formula.
* Also fixes the decimal value when the level used is less than 5.
Thanks to @limitro!
2021-05-27 19:00:31 -04:00
Vincent Stumpf
ec1b6da54c
Fixes another possible crash with atcommand time ( #5962 )
...
Fixes #5956
Adds a timer data validation check for atcommand time.
Thanks @cahya1992
2021-05-27 22:29:41 +02:00
Vincent Stumpf
252c63dda7
Fix tools compilation ( #5967 )
...
Fixes #5844
2021-05-27 00:25:22 +02:00
Lemongrass3110
755f912c55
Exporting AG_NONE to script engine
...
Fixes assignment of group None in the achievement database
Thanks to @Everade
2021-05-25 23:50:33 +02:00
Lemongrass3110
f7231f35ae
Fixed minimum version of quest database
2021-05-25 19:44:51 +02:00
Atemo
7a2c936913
Implemented status change for Packing_Envelope item ( #5959 )
...
Co-authored-by: Lemongrass3110 <lemongrass@kstp.at>
Thanks to @limitro !
2021-05-23 18:34:27 +02:00
Aleos
202f37c2fc
Fixes skill cooldown adjustment from items ( #5950 )
...
* Fixes #5934 .
* Items that adjust cooldown will now not return 0 if no cooldown is defined for a skill.
Thanks to @Felleonel!
2021-05-19 12:50:59 -04:00
Aleos
ec91884ca6
Remove delayed consumption when switching types ( #5949 )
...
* Fixes #5937 .
* Removed the delayed consumption flag when switching item types.
Thanks to @mazvi!
2021-05-19 09:46:49 -04:00
Lemongrass3110
7b39ee2f7e
Fixed int64 support for some exp commands ( #5942 )
...
Fixes #5941
Thanks to @Angelic234 and @aleos89
2021-05-18 17:15:21 +02:00
Aleos
58f2d2173f
Updates Monster Transform statuses ( #5930 )
...
* Fixes #5449 .
* Updates several Monster Transform items with their updated bonuses.
Thanks to @Balferian!
Co-authored-by: Lemongrass3110 <lemongrass@kstp.at>
2021-05-12 13:35:07 -04:00
Aleos
202945ab37
Resolves a map crash from an equipment lookup ( #5935 )
...
* Fixes #5933 .
* Follow up to 82ff520.
Thanks to @mazvi!
2021-05-12 11:26:23 -04:00
Aleos
3d4021bfc6
Job Improvement Bundle patch ( #5517 )
...
* Updates various skills following kRO's job improvement patch.
* Change log: https://ro.gnjoy.com/news/notice/View.asp?BBSMode=10001&seq=7275&curpage=2
* Does not include changes to homunculus HP/SP level up bonuses as more information is required.
Thanks to @ecdarreola, @attackjom, @Haydrich, @rye305, @eppc0330, @Badarosk0, and @Lemongrass3110!
2021-05-07 08:23:42 -04:00
Aleos
16b4cbfca1
Resolves players warping to freed maps ( #5922 )
...
* Fixes #4363 .
* Resolves players warping to freed maps resulting in a crash.
* Clear out the instance_id from mapdata when clearing.
Thanks to everyone who reported and helped get to the bottom of the issue!
2021-05-06 15:48:17 -04:00
HAO YAN
82ff5203ef
Display item_id of current item combo set ( #5911 )
...
- fix item_id aren't shown.
2021-04-29 10:10:15 +02:00
Daegaladh
b52b3c9a40
Fixed potential crash on BG queue ( #5900 )
2021-04-27 23:02:54 +02:00
Lemongrass3110
9837fcd2b9
Made the char-server name available ( #5891 )
...
Co-authored-by: Daegaladh <Daegaladh@users.noreply.github.com>
2021-04-26 19:12:08 +02:00
Lemongrass3110
704bf33649
Added CL_CLL to all message categories ( #5895 )
...
This makes sure that every possible leftover of any console messages that contained \r are correctly removed when using a category based show message call.
2021-04-26 18:08:51 +02:00
Lemongrass3110
e5f4e4058a
Added support for nemo's cashshop preview ( #5896 )
...
Fixes #5744
Credits to @4144
Thanks to @RagnaWay
2021-04-26 14:43:45 +02:00
Lemongrass3110
2c0283d0e0
Follow up to 525ec33 [ci-skip]
...
Thanks to @reunite-ro
2021-04-25 14:58:31 +02:00
Lemongrass3110
525ec334ee
Removed refine UI state during warp ( #5894 )
...
Additionally fixed some leftover refine_db.txt references
Fixes #5869
Thanks to @reunite-ro and @RadianFord
2021-04-25 01:53:39 +02:00
Lemongrass3110
7052b8a95a
Fixed reloading of statusdb ( #5893 )
...
Fixes #5879
Thanks to @mazvi
2021-04-25 01:51:42 +02:00
Lemongrass3110
dc4d20ca52
Fixed get_githash ( #5892 )
...
Fixes #5878
Thanks to @mazvi
2021-04-25 00:48:01 +02:00
Aleos
d47be50f12
Fixes Sharp Shooting ammo consumption ( #5883 )
...
* Follow up to 9616362.
* Fixes Sharp Shooting not consuming an arrow on usage.
2021-04-22 09:43:25 -04:00
Aleos
cc5425c2bd
Fixes Ancilla and Spore Explosion consuming twice ( #5882 )
...
* Fixes Ancilla consuming two Blue Gemstones.
* Fixes Spore Explosion consuming another Mushroom Spore when the second attack hits.
2021-04-22 08:56:41 -04:00
Aleos
6ee25396c5
Fixes Shadow Leap and Shadow Slash cast ranges ( #5868 )
...
* Fixes #4265 .
* Shadow Leap's cast range is now 5-9 in pre-renewal and 6-10 in renewal.
* Shadow Slash is now considered a melee attack.
Thanks to @Indigo000!
2021-04-20 09:25:34 -04:00