8488 Commits

Author SHA1 Message Date
aleos89
e5a197ad70 Corrected Cloud Kill effect (fixes #407)
* Properly implemented the Cloud Kill status icon.
* Poison duration is not reduced and lasts if the target leaves the AoE.
- Walking into the AoE a second time resets the Poison status.
2016-07-02 19:49:58 -04:00
aleos89
10d1020008 Fixed Elemental Change skills versus players (fixes #1411)
* Should not be usable on players or Status Immune monsters.
2016-07-02 19:24:24 -04:00
aleos89
9f68f7817c Corrected an issue with script command set
* Follow up to fd48238.
* Added a few checks so the optional value for script command setr doesn't conflict with the optional character ID value.
2016-07-01 17:46:59 -04:00
aleos89
fd482381f6 Script engine fixes/additions (fixes #1212)
* Follow up to c3193f3.
* Resolved some issues with += and -= operators.
* Cleaned up post ++ and -- operators.
* Implemented pre ++ and -- operators.
Thanks to Hercules!
2016-07-01 17:13:50 -04:00
Lemongrass3110
b1b43bb0df Removed hardcoded aloevera restriction
Additional changed some hardcoded ids to constants.
2016-07-01 00:33:43 +02:00
Lemongrass3110
d6d92a4b8e Small follow up to fe11416 2016-06-30 01:03:17 +02:00
aleos89
fe11416429 Streamlined renewal ASPD skill and potion calculations
* Only calculate the specific ASPD type (fixed or rate) when needed.
* Condensed some fixed ASPD bonus checks.
2016-06-29 13:23:54 -04:00
aleos89
06eab75006 Cleaned up Impressive Riff ASPD formula
* Renewal - No longer has to be /10 each time.
* Pre-renewal - Calculated separately from renewal formula.
2016-06-29 10:14:59 -04:00
aleos89
b99114c0ce Corrected Swing Dance ASPD bonus
* Wrong status change value was being applied.
2016-06-28 14:00:06 -04:00
aleos89
cccb740817 Adjusted atcommand showexp display (fixes #1401)
* Follow up to d2bbd91.
* When no base or job EXP is given the message won't display.
2016-06-28 09:27:25 -04:00
aleos89
c2035f0477 Follow up to 82af619
* Resolved a compile error.
2016-06-27 14:33:22 -04:00
aleos89
82af619dfd Refactored clif damage type calls
* Cleaned up the calls for e_damage_type to use the constant value.
2016-06-27 12:48:26 -04:00
aleos89
562a1a7b61 Removed some leftover variables
* Follow up to 65b716f.
2016-06-24 13:06:55 -04:00
Jittapan Pluemsumran
26aa69d6ef
ECL_SQUOIA now removes SC_DECREASEAGI 2016-06-24 20:16:49 +07:00
Lemongrass3110
f03174123e Fixed full throttle status icon
It now displays the time correctly.
Fixes #1384 thanks to @julia40124009
2016-06-23 15:55:28 +02:00
Jittapan Pluemsumran
b95df50cd1
Follow up to 6412c82
Correct typo in the code
2016-06-23 17:14:02 +07:00
Cydh Ramdh
6412c82d59 Follow up d2bbd913ec886b1f4466f8d7651aba88f0de2b93
* Clean up `party_exp_share` for Renewal.
* Updated `party_exp_share` source doc.

Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2016-06-23 10:42:59 +07:00
Cydh Ramdh
d2bbd913ec Fixed #1383: 0 EXP oddity for 'even share' party EXP
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2016-06-23 08:48:21 +07:00
Lemongrass3110
2534588af6 Added const support to mob race2 db 2016-06-23 01:16:27 +02:00
Lemongrass3110
65b716f586 Removed some hardcoded mob ids
Created some race2 values for mobs used in the Manuk and Splendide status changes
2016-06-23 00:41:21 +02:00
Lemongrass3110
9558ef0868 Moved mob random groups constants
Added/Moved the two missing groups into src.
All of them are exported now directly through script_constants.h
2016-06-22 21:04:53 +02:00
Jittapan Pluemsumran
c658ea23d4
Follow up to 33270ed.
Change type of running_npc_stat_calc_event variable to bool.
2016-06-22 17:54:40 +07:00
Jittapan Pluemsumran
33270ed2f5 Expands pc_bonus warnings to give more info when unknown bonus type is detected. 2016-06-22 15:42:58 +07:00
Jittapan Pluemsumran
ec042e99a5
Follow up to 1d09abe
Only retrieve the pointer for base status once
2016-06-21 17:23:16 +07:00
aleos89
b2fedb8ea1 Follow up to 1d09abe
* Removed an unused variable.
2016-06-20 14:21:20 -04:00
Jittapan Pluemsumran
1d09abe0a8
Fix Rebirth Spirit (SL_HIGH) not increasing stat on recast
Fixes #1372. Thanks to @dragonis1701
2016-06-19 22:28:06 +07:00
Jittapan Pluemsumran
9b3a58128a
Opps.
This reverts commit d4824c3
2016-06-19 22:08:01 +07:00
Jittapan Pluemsumran
d4824c36c5
Soul Breaker's magic portion should not be affected by element.
Fixes #734. Thanks to @MrAntares.
2016-06-19 22:06:33 +07:00
aleos89
247217e7d5 Fixed an incorrect message ID for the bodystyle atcommand
* When using an unsupported bodystyle job an invalid ID was trying to be printed.
Thanks to @julia40124009!
2016-06-19 09:02:04 -04:00
aleos89
7a84b535d8 Reflect Damage versus Emperium (fixes #1356)
* Reflect Damage will no longer damage Emperium.
2016-06-18 11:29:17 -04:00
aleos89
dfd9bdef63 Resolved a compile warning
* Resolves a possible attempt of outputting an uninitialized instance name during reload.
2016-06-17 13:21:47 -04:00
Lemongrass3110
93c01ee056 Fixed monsterinfo and whereis
Also updated the german translation.
Follow up to 604e805
2016-06-16 23:40:14 +02:00
aleos89
604e805c03 Corrected some MAX_SEARCH results (fixes #1345)
* The count was already being capped by itemdb_searchname_array() so the check was never hit.
* Adjusted the return message to match the corrected result.
2016-06-16 13:46:15 -04:00
Atemo
abf939c559 Partial solved issue #1368
@ii displayed double info, introduced in cef2f9ea63aabd45bc5dda294a37fe2f96821275
2016-06-16 16:15:12 +02:00
Aleos
195a5254a7 Merge pull request #1334 from rathena/issue_IM_CHAR
Adjusted IM_CHAR instance mode option
* Now stores the instance using the character's ID rather than the account ID.
Thanks to @Atemo!
2016-06-15 09:14:10 -04:00
aleos89
a14e21f4dd Follow up to 15fdc12
* Adjusted the item database parser cast type.
* Adjusted the SQL tables to reflect the increased limit.
2016-06-14 17:37:04 -04:00
aleos89
15fdc12f72 Updated item database job mask to 64 bit
* Expands job mask values to higher range for future use.
Thanks to HerculesWS/Hercules@5399666!
2016-06-14 13:44:21 -04:00
Jittapan Pluemsumran
f61535b819
Revert 407fd01. I should not work at midnight...
Sorry guys, Fixes #1359
2016-06-12 23:43:44 +07:00
Jittapan Pluemsumran
407fd01d4e Revert "Cleaned up do_reload_instance. Fixes #1359."
This reverts commit e219dd9510aa8b0618b601fcef33e4b431fb0064.
2016-06-12 23:32:52 +07:00
Jittapan Pluemsumran
e219dd9510
Cleaned up do_reload_instance. Fixes #1359.
* Added mode-specific handling of instance reload.
* Resolved potential crash when not on IM_PARTY mode.
Thanks to @iubantot.
2016-06-12 23:26:38 +07:00
Aleos
0d43d26fb9 Follow up to 98fdf31
* Fixes an uninitialized variable.
2016-06-07 17:26:46 -04:00
Jittapan Pluemsumran
98fdf31fb3 Implemented recalculatestat command (#1348)
This command will force a stat recalculation for the attached player.
2016-06-07 23:50:34 +07:00
aleos89
aa5d7a4d2d Corrected Knuckle Arrow's effect (fixes #1071)
* Caster will now move beside the target, not on top of the target.
* Boss monsters and knock back immune players (through items or Basilica) are not pushed and don't receive the bonus damage.
2016-06-07 10:06:23 -04:00
Lemongrass3110
7cf7a546c5 Fixed compilation for clients before 2011-11-08
Follow up to 6e9c67c
Fixes #1347
2016-06-07 12:10:39 +02:00
aleos89
ab576e9bf8 Corrected Warmer's effect (fixes #1097)
* Moved the healing effect to status change timer.
* Warmer's effect will now last the entire life of the unit.
* Warmer's effect will now be removed when a player leaves the unit.
* Corrected Cloud Kill unit flag not being applied.
2016-06-06 09:47:03 -04:00
aleos89
3817bb33ec Corrected Earthquake damage (fixes #1338)
* Resolved the ternary operator zeroing out the rest of the equation.
2016-06-05 08:37:31 -04:00
Lemongrass3110
39f06ba71d Removed redundant session check
Follow up to 323bd72
Thanks to @lighta
2016-06-05 11:03:27 +02:00
aleos89
323bd72907 Resolved a memory leak in the channel system (fixes #473)
* Added a check to preemptively stop autotrading players from creating multiple guild chat channels at server start.
2016-06-04 18:16:05 -04:00
aleos89
46f1a6f695 Resolved a compile warning
* Follow up to a89ab2f.
* Casted the message length to uint16 from size_t when writing to FIFO.
2016-06-03 12:59:30 -04:00
aleos89
e39293f129 Follow up to 19f2bc5
* Reverted parts of the Earth Quake cleanup.
* Added the missing 100% damage increase for levels 5 and higher.
* Corrected the hit rate to be 2x not 1.2x.
* Commented out the unofficial ATK2 damage increase.
2016-06-02 18:39:17 -04:00