13225 Commits

Author SHA1 Message Date
Lemongrass3110
c2f8dec830 Fixed #758
Thanks to @Atemo and @RagnarokNova
2015-11-17 14:41:22 +01:00
lighta
bdd6ea6cd0 Atcommand missing doc
Run tool/check_doc.pl and add missing documentation for atcommand
@changecharsex (that one seem tohave been forgetten)
2015-11-17 08:35:07 -05:00
Lemongrass3110
85971d6d4b Fixed #759
Seems to have been here since SVN times.
2015-11-17 13:21:09 +01:00
Lemongrass3110
54fb88d8af Follow up to ae98019 2015-11-17 12:19:38 +01:00
lighta
4342221a1e Follow up a7b8fd4a5d33de75ae
Fix an invalid check on skill_parse_row_requiredb() for EQUIP_REQUIRE
Fix itemdb_group_free call in itemdb_read_itemgroup_sub using real
va_list, (preventing compilation on ARM)
Add some notes.
2015-11-17 00:21:05 -05:00
nanakiwurtz
e9d8661c6f Reverted item ID 4845 (Strength of Ocean)
* Blame b69d9b0db2

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2015-11-17 10:57:16 +07:00
nanakiwurtz
bac1607624 Item DB Update
* Several cards script updated

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2015-11-17 10:46:25 +07:00
Lemongrass3110
4ed43150e8 Follow up to 09ddcdf
Which is actually a follow up for my mistake in a674869

Fixes 756 - sorry guys!
2015-11-16 23:40:40 +01:00
Atemo
3f795c4175 Update of pull #572
Organized the table creation statements by alphabetical order.
Added some redundancy to some SQL statements.
2015-11-16 20:34:05 +01:00
aleos89
c389a6c456 Follow up to e276970
* Fixed an issue with ATK/MATK params. Thanks to Lord Ganja.
2015-11-16 11:14:42 -05:00
Cydh Ramdh
fca42f68b5 Fixed compile warnings
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2015-11-16 17:34:28 +07:00
Atemo
cc8edaaac6 Merged novice academie from Hercules 21564acf13
-> All Credit to Kisuka for this big work.

Added news commands to alter questinfo conditions :
- setquestinfo_level : Add level range criteria for quest info with quest id 'quest_id'.
- setquestinfo_req : Add quest requirement for quest info with quest id 'quest_id'.
   -> Player have / doesn't have the required quest.
- setquestinfo_job : To add additionnal job criteria.
-> Credit to Cydh !
2015-11-16 00:34:00 +01:00
lighta
09ddcdfe2a Merge pull request #731 from lighta/master
Type enforcement
2015-11-15 19:14:39 -04:00
lighta
dcfcb39dd0 Follow up 07ba18d, add @lemon fix for filling out correctly $@arenamembers array. 2015-11-15 18:57:53 -04:00
aleos89
e276970723 Updates for Unit Controller Script Commands
* Follow up to 2cee5b6.
* Fixes #516 - Base stats (STR, AGI, etc) will now stick after the unit's statuses are recalculated.
* Statuses are directly modifiable now (ATK, DEF, etc)
* Created constant values so it's a lot easier to read.
* Updated script command documentation to reflect changes.
2015-11-14 11:47:38 -05:00
nanakiwurtz
27858bd43d Item Combo DB update
* Sorted numerically and delete duplicated line

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2015-11-11 00:51:36 +07:00
Lemongrass3110
9ca5dc40bd Fixed #733
blame 79f4600 @lighta changed it to unsigned by accident
2015-11-10 14:30:19 +01:00
nanakiwurtz
b69d9b0db2 Item DB Update
* Card and Armor Enchantment update

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2015-11-10 11:39:41 +07:00
marha
f34deb0ebc Fixing upgrade 2014 06 12 losing data when having negative data (e.g. char ids) in card slots. Easiest way to reproduce is on a Wedding Ring. 2015-11-10 00:19:57 +01:00
rAthenaAPI
789a54cc17 SQL synchronization
[ci skip]
2015-11-10 00:17:51 +01:00
Lemongrass3110
be22f35e4e Follow up to 21603f0
Fixed a syntax error and seperated valkyrie circlet into item_db and item_combo_db with it.
2015-11-10 00:16:54 +01:00
Lemongrass3110
085cd98bfd Merge pull request #748 from rathena/feature/pincode_extension
Feature/pincode extension
2015-11-09 23:47:18 +01:00
Lemongrass3110
5b5fb1afa3 Added missing maps to pre-re
Fixes #747
2015-11-09 23:31:46 +01:00
aleos89
2afaac82e9 Bug Fixes
* Fixes #729 - Fixes Silent Breeze not casting correctly.
* Fixes #746 - Updated the list of skills that can be copied by Reproduce. Added: Dark Claw, Tetra Vortex, Summon Fire/Lightning/Water/Water/Stone, Magma Eruption, Illusion Doping, and Rapid Throw.
2015-11-09 17:09:37 -05:00
aleos89
10fcd20fa8 Renewal Skill Cast Formula Fixes
* Resolves several issues with renewal cast times. Includes fixes for for items and skills that grant additions/reductions to cast time.
* Fixes #549
* Fixes #592
* Fixes #657
-- Thanks to @exneval.
2015-11-09 11:03:29 -05:00
nanakiwurtz
21603f0f69 Item DB Update
* Thanks to @Badarosk0

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2015-11-08 22:40:57 +07:00
rAthenaAPI
7e04987235 SQL synchronization
[ci skip]
2015-11-08 11:30:46 +01:00
Lemongrass3110
3e64038099 Fixed #745
Just copied the required items over from renewal.
2015-11-08 11:28:52 +01:00
aleos89
a7b8fd4a5d Bug Fixes
* Fixes #696 - Fixed an issue with ammo type fail message for bows and guns.
* Fixes #708 - Fixed Neutral Barrier and Stealth Field not staying with the player through warp portals on the same map. Thanks to @exneval.
* Added the new Pile Bunker S/P/T items to the Pile Bunker skill equipment check.
* Updated Exeed Break damage formula.
* Added a check for skill_require_db parsing to skip requirements on invalid item IDs.
2015-11-06 10:55:00 -05:00
aleos89
bda5b80ae6 Skill Cast Time Updates
* Follow up to df35f33.
* Updated times for 3rd class extended skills.
* Merged 3rd class and on changes to pre-renewal.
2015-11-05 09:22:46 -05:00
nanakiwurtz
c262cb9b01 Fixed #740
* Thanks to @ernestfegarido

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2015-11-05 17:39:52 +07:00
Cydh Ramdh
c73ebec481 Corrected scripts for items following official scripts.
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2015-11-02 10:53:53 +07:00
Cydh Ramdh
d996590cfb Romved duplicate lines in .gitignore. Thank @nanakiwurtz
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2015-11-01 10:06:54 +07:00
lighta
07ba18d01f Follow up for cppcheck cleanup merge.
Revert some part
2015-10-30 04:14:15 -04:00
lighta
ba9ad77742 Merge branch 'cleanup/cppcheck' 2015-10-30 02:50:40 -04:00
lighta
46d417a458 merge master into cppcheck 2015-10-30 02:48:40 -04:00
nanakiwurtz
a1963b76aa Follow up to 8ac1e744
* Changed the 'Last Updated' date for item_bonus.txt (Thanks to @lighta)

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2015-10-30 12:17:13 +07:00
lighta
05aa1ffc8c Type enforcement
Change the type of
father_id,mother_id,child_id
mail.zeny,mail.send_id,mail.dest_id
from int to uint32, as this is their DB representation anyway and most
of those are mapped to char_id which is uint32.
This should remove the need of implicite cast and improve security
overall.
2015-10-29 23:43:48 -04:00
aleos89
b385fd048a Follow up to c48133c and d8d5489
* Fixes #616 - Status effects that damage monsters will now give players their EXP.
2015-10-29 18:09:36 -04:00
aleos89
dc533fe2e1 Core Cleanup
* Removed a useless parameter from elemental_delete().
2015-10-29 17:45:30 -04:00
Cydh Ramdh
ae98019014 Update some NPC constants.
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2015-10-29 12:16:10 +07:00
nanakiwurtz
8ac1e74400 Follow up to efea117f
* Made changes to bonus3 bAddEff, bonus4 bAddEff, bonus3 bAddEffWhenHit, bonus4 bAddEffOnSkill as well

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2015-10-29 10:20:35 +07:00
nanakiwurtz
efea117f91 Fixed #706
Changed y to atf to avoid confusion on 'bonus4 bAddEffWhenHit' & 'bonus5 bAddEffOnSkill' (Thanks to @joelolopez)

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2015-10-29 10:15:03 +07:00
Nova
11e5a59663 Follow up 09e91d4, fixed errors and warnings in MSVS 2015-10-27 00:13:10 -07:00
Nova
09e91d4cd4 Warg Dash Bug Fix
Fixes a bug where you're able to spam Warg Dash while next to a mob
based on your ASPD.
Tested the skill live on iRO, and the skill does not cast if a unit is
right in front of your facing direction.
2015-10-26 10:50:39 -07:00
Aleos
286f251e2e Merge pull request #668 from Vennren/master
Fixed a possible syntax error for roulette tables
* Thanks to @Vennren.
2015-10-26 12:34:05 -04:00
officialronode
a85c232671 Fixed Cash Shop NPC
This update fix the cash shop npc error ( The Purchase has failed because the NPC does not exist. ) Tried & Tested for 2012-04-10 and 2013-08-07 client.
2015-10-25 01:04:13 +08:00
aleos89
ea497b2938 Partial revert of ce7aacb
* Added job, skill, and item stat bonuses back into base status.
* Adjusted specific skills that used base stats to use info stored in mmo_charstatus.
* Fixes #713 - Resolved issue with atcommand 'speed' not adjusting player's movement speed.
2015-10-23 13:03:23 -04:00
nanakiwurtz
581c2368fe Fixed #711
* Thanks to @ernestfegarido

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2015-10-23 08:47:21 +07:00
aleos89
da94f41908 Bug Fixes
* Follow up to ce7aacb - Adjusted status_calc_bl_main() to calculate player status data through battle_status, not base_status.
* Fixes #709 - Corrected a missed variable type conversion from 82467e1. Thanks to @theultramage.
2015-10-22 07:26:23 -04:00