rAthenaAPI
d9e0409176
Effect State Update
2019-10-23 06:05:33 +02:00
Aleos
abec31f320
Updated Ninja Skills ( #4267 )
...
* Fixes #4114 .
* kRO Changelog: http://ro.gnjoy.com/news/notice/View.asp?seq=7084
Thanks to @SeravySensei and @Tokeiburu!
2019-10-21 14:37:32 -04:00
Aleos
24c4c49610
Job Improvement Project - Sura ( #4256 )
...
* Fixes #4210 .
* kRO Changelog: http://ro.gnjoy.com/news/notice/View.asp?seq=7099
Thanks to @flamefury, Sigma, and @attackjom!
2019-10-18 13:10:17 -04:00
Aleos
2e3e8b83f5
Fixed renewal ASPD passive modifiers ( #4405 )
...
* Fixes #3735 .
* Fixed Demon of the Sun Moon and Stars ASPD to now increase by a rate of 1 + skill_level.
* Cavalier Mastery and Dragon Training to be properly calculated.
Thanks to @poporing and @Balferian!
2019-10-17 08:38:06 -04:00
Aleos
9da3ad141c
Corrected Dual Monster Race wager check ( #4342 )
...
* Fixes #4338 .
* Follow up to f73fa23.
* Dual Monster Race wager should apply if either of the monsters chosen win in any order.
Thanks to @Indigo000!
2019-10-16 08:01:36 -04:00
rAthenaAPI
e02ed40728
SQL synchronization
2019-10-16 06:00:58 +02:00
rAthenaAPI
d686c666c7
Mob and NPC Identity Update
2019-10-16 06:00:42 +02:00
rAthenaAPI
a43139da61
SQL synchronization
2019-10-16 05:01:02 +02:00
rAthenaAPI
60749dc4f0
Mob and NPC Identity Update
2019-10-16 05:00:41 +02:00
Aleos
fb6dbc306a
Corrected battle config default_fixed_castrate ( #4341 )
...
* When default_fixed_castrate is set to 0, it should not replace the value of the databases' fixed value when greater than 0.
Thanks to @SeravySensei!
2019-10-15 13:48:41 -04:00
Aleos
72338366c9
Corrected atcommand mobinfo for VIP ( #4404 )
...
* Fixes #4403 .
* The EXP results for atcommand mobinfo return an incorrect adjustment for VIP status.
2019-10-15 10:25:17 -04:00
JohnnyPlayy
7e89c0523d
Added official Malangdo Guide ( #4328 )
...
* Added the guide NPC in Malangdo.
2019-10-15 09:41:54 -04:00
Jittapan Pluemsumran
4806f66e9c
Ignore files generated by CMake in CMakeFiles directory ( #4407 )
2019-10-13 17:01:06 +07:00
Daegaladh
b87d050829
Fixed SG_FRIEND not increasing TK_COUNTER's rate when MO_COMBOFINISH is used ( #4411 )
2019-10-12 22:04:22 +02:00
JohnnyPlayy
081b7cd388
Lighthalzen Quest NPC ID Fix ( #4392 )
...
* Changed NPC view ID to constants.
2019-10-12 12:15:01 -04:00
Aleos
783009d642
Updated Achievement EXP to official values ( #4326 )
...
* Added the official values for the AG_GOAL_ACHIEVE.
* Refactored the leveling logic for Achievements to account for the new values.
* Moved achievement EXP to a database file.
* Added AchievementLevel player variable to allow for easy tracking in the achievement condition checks.
* Cleaned up player GUI EXP progression.
* Added a check to not save achievements that made no changes.
* Added first login achievement.
Thanks to @Lemongrass3110!
2019-10-11 09:42:01 -04:00
Atemo
bb6e583a03
Added game ID check for Horror toy factory instance ( #4383 )
...
* Some parts of the script needed to check if the monster still exists
2019-10-10 21:34:09 +02:00
rAthenaAPI
469183771b
SQL synchronization
2019-10-10 20:30:57 +02:00
Atemo
5cda733587
Updated nightmare biolab monsters drops ( #4282 )
...
* The rates and drops are from playing
* Added a note in nightmare_biolab.txt about missing monster drops
2019-10-10 20:30:43 +02:00
rAthenaAPI
f6ed41562e
SQL synchronization
2019-10-10 18:31:41 +02:00
Jittapan Pluemsumran
be82cf261e
Lowered Eden Uniform Tier 1 level requirement to level 7 Fixes #4009 ( #4401 )
...
Thanks to @zackdreaver
2019-10-10 23:31:28 +07:00
Aleos
995fb2a0a1
Corrected NPC view constant verification ( #4398 )
...
* Fixes #4397 .
* Corrected NPC view constant verification stopping at the first digit found resulting in invalid results.
Thanks to @Lemongrass3110!
2019-10-09 12:05:08 -04:00
Kisuka
3c78691d2d
Removed jAthena 1082 legacy code regarding castle defense rate. ( #4400 )
...
Fixes #4399
2019-10-09 17:49:04 +02:00
Aleos
e54b68a4c3
Updated EditorConfig ( #4394 )
...
* Set character set to UTF-8 for all files.
* Use tabs in C related files.
2019-10-07 08:54:08 -04:00
lemongrass3110
29e753ce83
Fixed small mistake in VS filters
2019-10-06 23:19:48 +02:00
JohnnyPlayy
9100e6b615
Payon script header fix ( #4395 )
2019-10-06 17:48:42 +02:00
Atemo
b412c4fcab
questinfo requirement update ( #4168 )
...
* The <quest ID> is now removed, all the conditions are handled by a <condition> argument. The <condition> is using the achievement_check_condition (like in achievement_db.yml) so any condition (in theory) can be used to display the icon.
* A new script command has been added to refresh the bubble for the given player anytime.
Thanks to @aleos89 and @secretdataz for the review!
2019-10-06 17:15:46 +02:00
Lemongrass3110
df6385fd4a
Fixed reply for adding to equip switch ( #4384 )
...
Fixes #4031
Thanks to @sctnightcore
2019-10-02 11:26:14 +02:00
Lemongrass3110
0e793e0c12
Fixed memory management for achievements ( #4381 )
...
Fixes #4380
2019-10-02 09:17:53 +02:00
Lemongrass3110
f290bc97be
Fixed achievementexists script command ( #4379 )
...
Fixes #4378
Thanks to @ecdarreola and @teededung
2019-10-02 08:19:03 +02:00
rAthenaAPI
58f1fdf206
SQL synchronization
2019-10-02 07:00:49 +02:00
rAthenaAPI
285071dd3b
Mob and NPC Identity Update
2019-10-02 07:00:35 +02:00
rAthenaAPI
136f21272e
Effect State Update
2019-10-02 06:05:38 +02:00
Lemongrass3110
cb5833776c
Added new missing hateffects ( #4382 )
2019-10-02 01:45:37 +02:00
Cydh Ramdh
ac03cea31d
Corrected RDMOPT_DAMAGE_PROPERTY_element_USER ( #4337 )
...
The effect is based on enemy element, not the element's attack
2019-10-01 10:12:38 +07:00
Cydh Ramdh
dda63f517c
Fixes #4311 ( #4312 )
...
* Added item with GUID flag as `CHKADDITEM_NEW` in pc_checkadditem
* Adjust inventory blank check for guid item to `+n`
* Moved slot check as item_data function
* Removed quantity force-set-to-1 check for buying equip from cashshop, it will gives the item to player just like item with GUID flag
2019-10-01 07:49:23 +07:00
Aleos
bbca9efd57
Added new achievements ( #4368 )
...
* Added new achievements
* Reordered some older achievements by ID.
* Fixed memory management on duplicate achievements.
Thanks to @Lemongrass3110!
2019-09-30 11:27:49 -04:00
JohnnyPlayy
752d3143f5
Portals Correction - yuno_in03 ( #4360 )
2019-09-21 11:42:52 +02:00
Aleos
e3fd7a6ff0
Fixed Escape not working with bNoKnockback ( #4353 )
...
* Fixes #4344 .
* Resolved Escape not letting the player backslide when wearing items that give bNoKnockback bonus.
Thanks to @Badarosk0!
2019-09-20 13:59:04 -04:00
Aleos
78b2f10964
Corrected Fame Points for level 3 weapons ( #4354 )
...
* Fixes #4346 .
* Level 3 forged weapons should give 1,000 fame points instead of 10,000.
Thanks to @Indigo000!
2019-09-20 10:50:16 -04:00
rAthenaAPI
d2aebaf0a5
SQL synchronization
2019-09-20 01:00:21 +02:00
JohnnyPlayy
62fa1b86cf
Added items for Advanced Potions NPC ( #4313 )
...
* Included respective item delays.
2019-09-19 18:59:46 -04:00
Aleos
81c5dc9aaa
Cleaned up left handed checks ( #4358 )
...
* Fixes #4347 .
* Cleaned up left handed weapon checks.
* Fixed a potential crash.
Thanks to @laziem!
2019-09-19 13:02:38 -04:00
Aleos
0d1eb99483
Corrected Brasilis Sign Post location ( #4355 )
...
* Fixes #4349 .
* Moved the sign post to the correct location.
Thanks to @bgamez23 and @JohnnyPlayy!
2019-09-19 12:43:42 -04:00
rAthenaAPI
af2433a82d
SQL synchronization
2019-09-19 15:22:44 +02:00
SeravySensei
5fb6dd7ed5
Removed obsolete Novice Rod bonus ( #4357 )
...
* Fixes #4356 .
* Removed +16 MATK% from Novice Rod in renewal mode.
2019-09-19 09:22:34 -04:00
Jittapan Pluemsumran
08d160aaac
Added multi-hit critical damage display support ( #2982 )
...
* Fixed #1788 .
* Double Attack and Fear Breeze can now critically strike.
2019-09-17 14:48:29 +07:00
JohnnyPlayy
ce42168b0d
Updated Young Man Position ( #4319 )
...
* Updated Young Man position for Renewal.
2019-09-16 10:44:14 -04:00
Radian
3126bd8a0b
Corrected custom Job Changer quest item reward ( #4339 )
...
* Gunslinger and Ninja class will now properly receive their job reward item.
2019-09-15 20:27:44 -04:00
Atemo
ddb9e814a2
Corrected dandelion request script ( #4309 )
...
An undefined label was called
Thanks to @dragonis1701 !
2019-09-14 19:03:02 +02:00