Yudi Maharlika
758e319dfa
* Drooping Pope should be refineable ( #2713 )
...
* Fixes #2712 .
Thanks to @Questune09 and @uddevil!
2017-12-15 12:47:38 -05:00
Aleos
947875d27b
Corrected Chain Lightning behavior ( #2683 )
...
* Fixes #2674 and fixes #2678 .
* Chain Lightning will no longer bounce across Ice Wall.
* Chain Lightning damage should slowly decrease based on the number of bounces remaining.
* Removed the splash effect which was causing the damage to iterate faster on the first two hits.
* Removed the skill unit defines.
Thanks to @Sweet520!
2017-12-15 10:09:23 -05:00
rAthenaAPI
91a8ed3747
SQL synchronization
2017-12-15 08:29:22 +01:00
Yudi Maharlika
346fcef57e
* Fixes Hervor (Item ID 2181) ( #2709 )
...
* Should have unbreakable shield instead of armor
* Source : https://www.divine-pride.net/database/item/2181
2017-12-15 08:29:14 +01:00
Aleos
ab1fa803a2
Fixed Giant Growth damage bonus ( #2688 )
...
* Fixed Crush Strike damage bonus
* Fixes #2684 .
* Base damage increase should not be affected by a success rate.
* Adjusted Crush Strike weapon attack to take from the current indexed value.
Thanks to @Badarosk0 and @Paoly28!
2017-12-14 18:52:19 -05:00
Aleos
0f33de9b4d
Updated Sorcerer Insignia Skills ( #2645 )
...
* Updated Sorcerer Insignia Skills
* Fixes #2630 .
* Added missing Elemental 20% damage bonus for level 1 Insignia.
* Adjusted the recovery bonus to only apply to Elementals.
* Adjusted 25% magic damage bonus calculation.
* Added the missing ASPD bonus for Wind Insignia.
* Insignias should not affect status immune.
* Removed the BATK addition.
* Miscellaneous cleanups.
Thanks to @admkakaroto and @exneval!
2017-12-12 18:33:08 -05:00
Jey
d08bc1ce2d
Revert "status_change_timer refactorization"
...
This reverts commit 00d8ace8d8f1d2ab525e7b53dcae9cfcae32c638.
2017-12-11 03:02:47 +01:00
Jey
00d8ace8d8
status_change_timer refactorization
...
* Changes some pointers to const pointers to prevent unwanted behavoir.
* Changes sc_timer_next to a lambda function with only the tick as a
paramter.
* sce is not reassigned in sc_timer_next anymore, therefore it should be
crash safe (see #2414 and #2539 )
2017-12-11 02:57:03 +01:00
Cydh Ramdh
1e1bd71e5a
Fixed script commands for Item Option
...
* Fixes #2682 : `getitem3`, `delitem3`, and `countitem3` always fail if `RandomValueArray` or `RandomParamArray` are not defined (Not all Item Options need 'Value' and 'Param')
* Thanks to @rAthenaCN
2017-12-10 18:40:01 +07:00
syracuase
336a475dba
Wrong NPC name ( #2696 )
...
* Fixed wrong npc name in npc/events/xmas.txt
2017-12-09 18:35:14 +01:00
Aleos
33bfe1d214
Updated script command npcskill documentation ( #2691 )
...
* Fixes #2681 .
* NPCs must have basic stats applied to them for specific skills to work properly.
Thanks to @sader1992!
2017-12-09 14:05:53 +01:00
Yudi Maharlika
7113743cb4
Updated status change documentation ( #2686 )
...
* Updated status change documentation for SC_STRIKING, SC_MOONLITSERENADE, SC_RUSHWINDMILL, SC_GT_REVITALIZE, SC_GT_ENERGYGAIN, SC_GT_CHANGE.
Thanks to @uddevil!
2017-12-07 10:25:39 -05:00
sader fawall
6afc36255b
packet.h clarification ( #2639 )
...
* Added comments to clarify PACKETVER changes.
Thanks to @sader1992!
2017-12-06 14:45:59 -05:00
lighta
fd8e1fe2cd
Introduced utilities to gradually replace utils. ( #2651 )
...
* Replace current levenshtein with much faster implementation.
* Remove usage of alias to simplify code for VS 2013.
2017-12-06 10:38:10 -05:00
Jittapan Pluemsumran
3f88826bf0
Merge pull request #2680 from rathena/hotfix/megingard_seal-1
...
Update Megingard Seal Quest
2017-12-06 10:19:25 +07:00
Cydh Ramdh
bb4a88a362
Update Megingard Seal Quest
...
* Wrong Item ID for for Baphomet Doll (750). 744 is Bouquet
2017-12-06 08:24:55 +07:00
aleos89
34a905df65
Corrected the Windows runserver script
...
* Fixes #2679 .
* Follow up to 53db435.
* Changed the start label to a non-standard name.
Thanks to @gusjungsza.
2017-12-05 12:21:36 -05:00
aleos89
0fa57e2bbe
Follow up to 53db435
...
* Corrected some typos.
Thanks to @keitenai!
2017-12-04 14:20:13 -05:00
aleos89
c5b7850a9a
Fixed atcommand where parsing
...
* Fixes #2675 .
* Resolves atcommand where not accepting players with spaces in their name.
Thanks to @Tokeiburu!
2017-12-04 13:26:21 -05:00
rAthenaAPI
44ddc9fd15
SQL synchronization
2017-12-04 19:21:36 +01:00
Aleos
5531fef9ed
Corrected Celine Kimi Card ( #2646 )
...
* Fixes #1875 .
* Should cast level 3 Critical Wound on all the enemies within the area, rather than level 5 on self.
Thanks to @Everade!
2017-12-04 13:21:15 -05:00
rAthenaAPI
22cd02843f
SQL synchronization
2017-12-03 23:40:59 +01:00
Yudi Maharlika
f639c0012f
Fixes Item ID 14677 (Limited Power Booster) ( #2667 )
...
* bAddClass should use bonus2 instead of bonus
2017-12-03 23:40:41 +01:00
sader fawall
4dde4c664b
Fixes title selection in ui window ( #2662 )
...
* Fixes #2660
* Thanks to @hnomkeng
2017-12-03 01:56:56 +01:00
Lemongrass3110
f7bc3bca66
Fixed an issue with invisible item shops
...
Thanks to @Everade
2017-12-02 12:18:07 +01:00
Lemongrass3110
7c1a88270b
Added support for custom constant import ( #2656 )
2017-12-01 13:58:24 -05:00
lighta
53db4358b7
Add few test to travis and appveyor. ( #2641 )
...
* Add few test to travis and appveyor.
* Update runserver.bat to be more alike athena-start. (nb terminating cmd.bat would be better)
2017-12-01 13:46:09 -05:00
Lemongrass3110
f59298adda
Added support for windows admin detection ( #2657 )
...
Credits to Microsoft
2017-12-01 13:09:51 -05:00
Lemongrass3110
b3cfd12228
Added the custom and test scripts to the buildbot ( #2658 )
...
* Added the custom and test scripts to the buildbot
All scripts inside the custom and test npc directory are now parsed and executed automatically by the buildbot.
The only exceptions are the custom battleground scripts that would cause duplication warnings.
Thanks to @Jeybla for the Unix script!
2017-12-01 12:50:34 -05:00
Lemongrass3110
812e3a9a04
Disabled root/admin user check for build bots ( #2659 )
...
Thanks to @hurtsky
2017-12-01 17:24:16 +01:00
rAthenaAPI
217bd0e5bf
SQL synchronization
2017-12-01 16:39:11 +01:00
Aleos
37b95826fb
Corrected some item bonuses ( #2642 )
...
* Fixes #1430 .
* Corrected the bonuses for Flying Galapago and Falconer's Claw.
* Added missing item Falconer's Flute.
Thanks to @Everade and @exneval!
2017-12-01 10:39:02 -05:00
rAthenaAPI
8223f46867
SQL synchronization
2017-11-30 19:52:27 +01:00
Aleos
da152c6f7e
Corrected Gray and Thanatos equipment sets ( #2638 )
...
* Corrected Gray and Thanatos equipment sets
* Fixes #2636 .
* Corrected display names.
* Corrected applicable jobs.
* Corrected item bonuses.
Thanks to @mazvi and @Atemo!
2017-11-30 13:52:10 -05:00
rAthenaAPI
21aa0155df
SQL synchronization
2017-11-30 18:20:33 +01:00
Aleos
b00f3bcf5f
Corrected Magical Ring bonus ( #2640 )
...
* Fixes #2635 .
* Should add ATK versus element and not add DEF against element.
Thanks to @uddevil!
2017-11-30 12:20:16 -05:00
Cydh Ramdh
02044c0d58
Added custom src files to rAthena.sln ( #2650 )
...
Listed all files inside src/custom/ to rAthena.sln makes easier to find the file while opening the solution
2017-11-29 10:31:54 +07:00
Lemongrass3110
c5af8c76e3
Added 2 new hat effects
...
Thanks to @RagnarokNova
2017-11-28 23:15:00 +01:00
lighta
664ea47891
Fix basic_test not having common.lib has dependancies registered in solution.
...
(cause some build failure due to linking trying to be process before lib was finished)
2017-11-28 03:57:07 -04:00
lighta
618b9356fc
Fix #2591 spinlock issue. ( #2637 )
...
* Fix #2591 spinlock issue.
Add basic_test, for few integration test.
Add thread_local_storage support in cmake
Fix thread.c for linux and fix small typo
2017-11-26 22:30:17 -04:00
sader fawall
cfb8b42d84
Fix Bifrost Tower ( #2644 )
2017-11-26 19:02:40 +01:00
aleos
1645fc0cdb
Corrected a ShowError output
...
* The new mob database range error message was missing the new ranges.
Thanks to @CairoLee!
2017-11-26 10:29:41 -05:00
rAthenaAPI
4128740a1a
SQL synchronization
2017-11-25 21:46:35 +01:00
Atemo
c45db5d6ef
Fixed issue #2629 "Dummy at Prontera prevents critical attack from being displayed"
2017-11-25 21:46:15 +01:00
Atemo
d708fb35d7
* Move close3 function into Global_Functions.txt
...
* Added mapflag for some instance
2017-11-25 21:42:03 +01:00
aleos
114bebac68
Corrected a potential map crash with achievements
...
* Follow up to 1c66035.
* Reverted a lambda function which was causing a mismatch between achievement vectors and player achievements.
Thanks to @reymarbc and @cydh!
2017-11-23 16:40:06 -05:00
lighta
03da2f6854
Fix tools/config.pl
...
Add current path to @inc
Add more support for public_ip / private_ip.
Add pincode support
2017-11-22 07:29:05 -05:00
Aleos
cdbb14b90d
Resolved a compile warning on pre-renewal ( #2625 )
...
* Fixes #2624 .
* Resolves a switch statement warning with only a default case for pre-renewal builds.
Thanks to @Daegaladh!
2017-11-21 17:35:32 -05:00
aleos89
3ce3bc3fed
Added a new Vending Tax config
...
* Follow up to 8e002bc.
* Added vending_tax_min which allows for defining a custom minimum value to apply taxes to.
Thanks to @cydh's suggestion!
2017-11-21 10:27:18 -05:00
aleos89
6fdb605932
Corrected Hell Inferno Dark damage behavior
...
* Follow up to dc2c51c.
* Fixes #2623 .
* Resolved the Dark damage not being flagged properly.
Thanks to @Sweet520 and @hartonox!
2017-11-21 09:36:52 -05:00