Daegaladh
5154e07899
Follow up to 73140bd078036ef173568918102e42f824ee148c
2020-05-12 23:09:22 +02:00
Aleos
c5a0279b5c
Adds skill placeholder for Super Novice Expanded ( #4919 )
...
* Adds skill placeholder for Super Novice Expanded in the pre-renewal skill database.
* Prevents undefined skill errors for pc_checkskill.
Thanks to @gidzdlcrz!
2020-05-11 14:08:33 -04:00
Daegaladh
48fd0e859b
Follow up to 8d2c26d115f0c44fb2d53efb5409c43ad0103946
2020-05-10 15:54:43 +02:00
Yashim Wong
8d2c26d115
Removed sonic blow attack animation ( #4926 )
2020-05-10 13:49:46 +07:00
Sader Fawall
49c4ddf8f9
npctalk script command now accepts color parameter ( #4910 )
...
Co-authored-by: Jittapan Pluemsumran <secret@jittapan.app>
Co-authored-by: Lemongrass3110 <lemongrass3110@users.noreply.github.com>
Co-authored-by: Aleos <aleos89@users.noreply.github.com>
2020-05-10 13:34:00 +07:00
Daegaladh
c4609b19d6
Follow up to b2aa7e698da55bcae198dfcda7ab706f35d958e3
2020-05-10 05:30:24 +02:00
~Neutral~
39f3a17f54
Fixed Dual Wielding Axes breaking when they should be unbreakable ( #4518 )
2020-05-10 04:21:41 +02:00
Daegaladh
fb890c747c
Fixed Piano Key Quest hidden warp position in pre-re ( #4888 )
2020-05-10 04:12:29 +02:00
Daegaladh
73140bd078
Fixed monster messages not loading ( #4908 )
2020-05-09 15:53:17 +02:00
Kreustoo
d1719f670f
Adds missing args for round/ceil/floor ( #4899 )
...
* Fixes #4898 .
* Only missing one integer in parameter in BUILDIN_DEF2, already ready to read in the definition of the function.
Thanks to @Kreustoo!
2020-05-08 08:28:14 -04:00
Aleos
931155ee33
Job Improvement Project - Super Novice ( #4429 )
...
* Fixes #4427 .
* kRO Changelog: http://ro.gnjoy.com/news/notice/View.asp?BBSMode=10001&seq=7081
Thanks to @Rytech2!
2020-05-07 14:48:44 -04:00
LordWhiplash
956f14bbfd
Missing NC_ARMSCANNON Cooldown ( #4906 )
...
* Adds cool down for Arms Cannon.
Thanks to @LordWhiplash!
2020-05-06 21:28:43 -04:00
Aleos
eaa0a873f6
Adjusts Adoramus cooldown ( #4900 )
...
* Follow up to d699def.
* Adjusts Adoramus cooldown from 2 seconds to 2.5 seconds.
Thanks to @Badarosk0!
2020-05-06 14:57:09 -04:00
Yashim Wong
2863dc262b
Fixed Bard's Musical Strike AfterCastDelay ( #4904 )
...
* Fixes #4903 .
* Fixes Bard's Musical Stroke AfterCastDelay from 3.0 seconds to 0.3 seconds.
Thanks to @yashimwong!
2020-05-06 14:28:23 -04:00
Aleos
5e8d9aafab
Job Improvement Project - Kagerou & Oboro ( #4425 )
...
* Fixes #4424 .
* kRO Changelog: http://ro.gnjoy.com/news/notice/View.asp?BBSMode=10001&seq=7081
Thanks to @Badarosk0, @OptimusM, @teededung, and @Angelic234!
2020-05-06 13:36:27 -04:00
Daegaladh
c6aceea6c3
Follow up to fe14af99625d16f3c7ef1e8192a2d3b0214f33f1
...
* Thanks to @CairoLee
2020-05-06 16:38:30 +02:00
Kreustoo
77f91e5af1
Fixes WoE:TE God item requirement message ( #4893 )
...
* Fixes #4844 .
* Adjusts the WoE:TE God item quest stating it needs 1 Giant's Chisel instead of 4.
Thanks to @ElinhoPP and @Kreustoo!
2020-05-05 11:17:13 -04:00
Eric Liu
24ea092dd2
Fix bonuses for SJ_STARSTANCE and SJ_LUNARSTANCE ( #4884 )
...
* Fix Max HP bonus for SJ_LUNARSTANCE
* Fix missing ASPD bonus in renewal for SJ_STARSTANCE
2020-05-04 12:20:11 -04:00
Aleos
ea59d80490
Corrects Feint Bomb not hiding the caster ( #4874 )
...
* Resolves an issue with Feint Bomb not hiding the caster.
Thanks to @Badarosk0!
2020-05-04 11:56:14 -04:00
LordWhiplash
c1246ebe9a
Fixes some Star Emperor/Soul Reaper skills ( #4869 )
...
* Adds missing SP requirements for SP_SPA, SJ_FULLMOONKICK, SP_CURSEEXPLOSION, SJ_SOLARBURST.
* Fixes SJ_FALLINGSTAR duration.
* Increases SJ_FALLINGSTAR_ATK and SJ_FALLINGSTAR_ATK2 to level 10.
Thanks to @LordWhiplash!
2020-05-04 11:21:17 -04:00
Aleos
9309986a86
Heat Barrel should be giving fixed ASPD ( #4867 )
...
* Heat Barrel's ASPD bonus should be a fixed amount, not at a rate.
Thanks to @LordWhiplash!
2020-05-04 10:20:25 -04:00
Aleos
9794aa2b80
Fixes an issue with status timers being destroyed ( #4885 )
...
* Fixes #4856 .
* Follow up to d1f8c8c and 652d77e.
* A missing break from an old commit along with a refactor in code resulted in a "valid" fall through and breaking status change timers.
* Also fixes a potential crash with Book of Creating Star.
Thanks to @OptimusM, @technoken, @sader1992, @mazvi, and @akiyamamio16 for helping debug!
2020-05-03 11:30:50 -04:00
Chaos92
2e4ec1d1f6
Fix description typo for Bio4 Reward Script ( #4851 )
2020-05-01 17:56:48 +02:00
Aleos
e92f88a030
Fixes battle config skill_removetrap_type ( #4865 )
...
* Fixes an array out of bounds check when attempting to return used traps to a player through HT_REMOVETRAP.
Thanks to @marky291!
2020-04-30 13:51:09 -04:00
Daegaladh
40c776340f
Follow up to 77dd729d770bcc9fc508ff09160419224bf5120b
2020-04-30 18:51:41 +02:00
Aleos
8f19cfc3a1
Fixes Weapon Crush and Weapon Blocking combo ( #4809 )
...
* Fixes #4808 .
* Weapon Crush now uses SC_WEAPONBLOCK_ON to track the target instead of SC_COMBO.
* Also fixes Quick Draw Shot target selection.
* Quick Draw Shot and Weapon Blocking should be considered a combo and not end physical attacks when casting them.
* SC_QD_SHOT_READY will no longer become active if the player has 193+ ASPD.
* SC_QD_SHOT_READY will now end once Quick Draw Shot has been casted.
* Cleans up skill_check_condition_sc_required and removes duplicate code.
Thanks to @wdivet, @LordWhiplash, and @ecdarreola!
2020-04-30 12:17:50 -04:00
Aleos
da523d9fcd
Stop vending when an invalid list is received ( #4868 )
...
* Fixes #4778 .
* Vending will now be stopped if an invalid list is received.
Thanks to @blipblopblip!
2020-04-30 11:12:54 -04:00
Daegaladh
be0c0efe40
Follow up to 38cf16edbaa36836072780b4481023e57e014892
...
*Thanks to @aleos89 and @LordWhiplash
2020-04-30 16:49:40 +02:00
Aleos
2ca94ad411
Adds back removed skills from kRO ( #4803 )
...
* Fixes #4802 .
* Adds back AB_EUCHARISTICA, GN_SLINGITEM, and GN_MAKEBOMB.
* Adds back CR_CULTIVATION for renewal.
* Skills are disabled in the skill tree database but gives easy ability to re-enable.
* Fixes an issue with pre-renewal produce database spitting errors when using any production-type skills.
Thanks to @trinitynetworks!
2020-04-30 09:33:38 -04:00
Eric Liu
331b31d8cf
Fix WZ_HEAVENDRIVE skill ratio ( #4862 )
...
* Adjusted to account for the default 100.
Thanks to @Latiosu!
2020-04-29 21:08:56 -04:00
Daegaladh
fe14af9962
Fixed duplicate itemshops and pointshops ( #4850 )
2020-04-30 01:44:53 +02:00
Eric Liu
4829f3775d
Fix Lord of Vermilion damage ( #4855 )
...
* Fixes #4852 .
* Fixes Lord of Vermilion damage not accounting for the total of each hit.
Thanks to @mazvi and @Latiosu!
2020-04-29 10:55:06 -04:00
rAthenaAPI
53ad415e7a
SQL synchronization
2020-04-28 17:51:36 +02:00
Chaos92
251b6cbc59
Add Flame Basin, Isle of Bios, Morse's Cave and Temple of Demon God Mob Card Drop ( #4842 )
...
* Enable Despair God Morocc Card ItemID
2020-04-28 17:51:28 +02:00
Daegaladh
ca56c060cf
Added independent idle time and settings for homunculus share ( #4761 )
...
* Follow up to 921b3e2c3e9eae36cbf2ca35bcede6e0d73ba074
2020-04-27 20:21:22 +02:00
rAthenaAPI
286645d850
SQL synchronization
2020-04-26 16:52:18 +02:00
Kanin Temsrisuk
935c08cc8e
Corrected up item_db ( #4829 )
...
* Corrected up item_db and item_combo_db
Thanks to 🅺🅸🅽🅶🅰🆁🆃🅴🆁
2020-04-26 16:52:10 +02:00
rAthenaAPI
05ebde0198
SQL synchronization
2020-04-24 19:58:19 +02:00
Aleos
312df0f10c
Job Improvement Project - Rebellion ( #4428 )
...
* Fixes #4426 .
* kRO Changelog: http://ro.gnjoy.com/news/notice/View.asp?BBSMode=10001&seq=7081
Thanks to @Tokeiburu, @OptimusM, @admkakaroto,@cahya1992, @Tolimatoi, and @Badarosk0!
2020-04-24 13:58:09 -04:00
Kanin Temsrisuk
5756ae945e
Minor item combo correct up. ( #4837 )
...
Corrected the following combos
* Shackles + Prisoner's Uniform
* All of Vesper + Memory of Lovers
* Sprint Glove + Sprint Mail + Sprint Shoes + Sprint Ring
Thanks to Jumbo
2020-04-24 15:52:26 +02:00
Aleos
785cd766cd
Fixes Brandish Spear hit count ( #4830 )
...
* Fixes #4826 .
* Brandish Spear damage should be calculated separately for each hit.
Thanks to @Masao87!
2020-04-24 08:37:32 -04:00
rAthenaAPI
7cac782db0
SQL synchronization
2020-04-24 06:53:17 +02:00
Cydh Ramdh
d9ab23ae0f
Fixed Max HP & SP rate bonus ( #4828 )
...
* Fixed #4264
* Added new SCs for proper HP & SP Pill usages
* Thanks to @Daegaladh
2020-04-24 11:53:08 +07:00
Eric Liu
e764fdd4b5
Fix Heaven's Drive damage ( #4835 )
...
* Fixes #4834 .
* Fixes Heaven's Drive damage in renewal mode.
Thanks to @Latiosu!
2020-04-23 21:30:19 -04:00
Aleos
b65443d8f5
Removal of OnPCStatCalcEvent ( #4831 )
...
* Fixes #4812 .
* This script event can be replaced with the other various player script events.
* The trigger during equipment changing causes headache across other calculation events in source.
2020-04-23 16:53:07 -04:00
Daegaladh
4a3dac6c93
Fixed Dimensional Gorge pre-re spawns ( #4823 )
2020-04-20 19:22:46 +02:00
Aleos
663d2eb3b4
Removes an invalid mob death event ( #4821 )
...
* Fixes #4816 .
* Follow up to c6470ff.
* Removes an event that was accidentally added during a macro cleanup.
Thanks to @will21!
2020-04-19 14:07:01 -04:00
rAthenaAPI
dd9b6d30e2
SQL synchronization
2020-04-18 16:37:37 +02:00
Kanin Temsrisuk
8a0adc4902
Minor correct up item_db and item_combo_db ( #4811 )
...
Thanks to 🅺🅸🅽🅶🅰🆁🆃🅴🆁#4210
2020-04-18 16:37:29 +02:00
atemo
775b079fd3
Follow-up 736a5a31f1
...
Fixed a typo in Dimensional Travel Quest
Thanks to @reunite-ro
2020-04-17 16:32:15 +02:00