Lemongrass3110
c28c9f61be
Removed maximum packet size from configuration
...
It's a source side define now, because you should really only change this if you know what you are doing.
Beautified the number for pre 2013-12-23, thanks to @dastgir.
Fixed a warning which was added by the last commit and was issued with the default settings, thanks to @cydh.
Follow up to f4b42b2
2015-12-09 19:28:44 +01:00
Cydh Ramdh
7489fab958
Spaces cleanup follow up 2b5332a3b17ed5a3b15b08eb47a533f6158980a3
...
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2015-12-09 20:17:20 +07:00
Cydh Ramdh
96119fb1d0
Follow up c4fe3be0a13b6dfa993a9d07029735c4f4c16164
...
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2015-12-09 19:42:01 +07:00
Cydh Ramdh
c4fe3be0a1
Fixed #779
...
* Fixed 'Elemental Reistance Potions' doesn't work without changing any equipment.
* Moved player's Elemental resistance & attack bonus from `status_calc_pc_` that need `SCB_BASE` to `status_calc_atk_ele_pc` and `status_calc_def_ele_pc` as a child of `SCB_ATK_ELE` and `SCB_DEF_ELE` (doesn't need to calculate everything just for these points)
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2015-12-09 13:01:26 +07:00
Romero Malaquias
ede159ee20
Avoiding conditional directives that break statements
2015-12-09 01:06:27 -03:00
Cydh Ramdh
241e10b92c
Follow up 89a33a77ad47da523828d1156c2f68d1d2e561ee
...
* Corrected documentaion of `bStateNoRecoverRace`
* Added `bStateNoRecoverRace` to const.txt
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
2015-12-09 05:26:18 +07:00
aleos89
f04156756d
Merge branch 'master' of https://github.com/rathena/rathena
2015-12-08 14:40:00 -05:00
aleos89
89a33a77ad
Updated Genetic Sling Item effects
...
* Moved all item effects to source.
* Updated HP/SP Increase Potions to use the official statuses.
* Updated Vellum Flail to use the official status instead of Critical Wound.
Thanks to @exneval.
2015-12-08 14:38:55 -05:00
Lemongrass3110
f4b42b26fb
Updated the maximum size for packets
...
According to 3ceam revision 764 clients from 2013-12-23 on can deal with bigger packets. 3ceam uses 65636 as maximum, but we decided to stick with the maximum for unsigned shorts. Thanks to Rytech!
Please consider staying with the default value, because we will remove this configuration soon and make it a source side define which is depending on the packetversion define.
2015-12-08 17:35:58 +01:00
aleos89
be3d5fe298
Fixes #821
...
* Earth Strain no longer strips enemies that don't receive damage.
* Cleaned up the dmg_lv parameter type for skill_additional_effect().
2015-12-07 20:14:49 -05:00
aleos89
2e2e1abdc8
Fixes #804
...
* Corrected Hesperus Lit and Ray of Genesis Banding check.
2015-12-07 16:53:53 -05:00
aleos89
f7f1ec0769
Fixes #819
...
* Resolves Tiger Cannon not reducing HP when max HP is out of variable bounds. Thanks to @CairoLee.
2015-12-07 14:12:23 -05:00
Napster
0c9bd301d8
Follow up to 8b3b32e
...
* Revert code, found problem with npcshopattach
2015-12-07 12:47:38 +07:00
Lemongrass3110
5fc3cbf5b0
Merge pull request #789 from Baalberith6/clif_quest_info2
...
Fixing quest objectives being shown by client incorrectly on monster kill.
2015-12-06 14:01:40 +01:00
Napster
8b3b32e000
Fixed #503
...
* when use the callshop, then player can't move in the game. thank to @CairoLee
2015-12-06 01:01:07 +07:00
aleos89
0212d44bb4
Fixes #809
...
* Reverted 42b7ba9 and cef2f9e NPC shop ID checks.
2015-12-05 10:08:18 -05:00
aleos89
4b7301ac89
Follow up to c7ede8d
...
* Adjusted the check for hidden targets for Earth Shaker.
2015-12-04 17:00:05 -05:00
aleos89
c7ede8ddbd
Fixes #563
...
* Updated various detection skills pulling out hidden targets.
2015-12-04 16:24:54 -05:00
aleos89
8f4660b774
Fixes #524
...
* Spore Explosion will now properly give damage to targets.
2015-12-04 16:10:13 -05:00
aleos89
feb885cb37
Fixes #797
...
* Elemental Control will no longer be removed on map change/Teleport.
2015-12-04 15:53:37 -05:00
aleos89
42b7ba9d63
Fixes #790
...
* Fixes the close button not displaying after canceling a shop transaction.
2015-12-04 15:15:33 -05:00
icxbb-xx
92d617bbb0
Fixed #807
...
* Add missing packets version check, @thank you to @cold-hr
2015-12-04 20:29:41 +07:00
aleos89
523cb145f5
Follow up to a7b8fd4
...
* Resolves a check for skills that have required equipment items to check for all items in the list.
* Fixes #782 - Removed renewal items from pre-renewal skill requirements for 3rd classes.
2015-12-03 11:20:12 -05:00
icxbb-xx
1f1160300b
Follow up to d2d1fd2
...
* Add missing packets other
* Fixed #785 , Big HP Bar show only MVP (this not sure, needs official info)
note: BIG HP Bar for MVP, Now not update status hp
2015-12-02 21:33:46 +07:00
Atemo
24ecdadf48
Merge branch 'master' into academie
2015-12-02 00:40:42 +01:00
Atemo
1a5b5f6057
Typo
2015-12-02 00:21:40 +01:00
Atemo
564f4f8100
Partial revert of 65b6861e84d29a8226680312ca4639bd15373bed
...
Created Small_cleanup branch to merge the mapcache clean up later, after debug.
2015-12-02 00:07:36 +01:00
aleos89
0ffeec075b
Disabled rAthena Stat Reporter by default
...
* Fixes #793
2015-12-01 10:30:18 -05:00
Atemo
5695dc57e2
Update & fix.
...
- Updated script_commands.txt
- Fixed typo in bio4_reward.txt
- Fixed getexp command giving 1 exp with 0 value
2015-11-29 16:57:04 +01:00
Atemo
c3125026d2
Merge branch 'master' into academie
2015-11-29 16:03:09 +01:00
Atemo
3e7b90d8cb
Coquille
2015-11-29 16:00:17 +01:00
Lemongrass3110
86d6113801
VS 2015 support(commit 4/4)
...
Fixed all compiler warnings for the default settings(defines). There might be a lot with different packetversions or other setings. Feel free to create a issue on github if you find any.
2015-11-29 14:23:21 +01:00
Lemongrass3110
a2270aad71
VS 2015 support(commit 2/4)
...
Changed the compiler to VC14 and made it compileable.
2015-11-29 14:18:42 +01:00
marha
6f5f53dae6
Fixing quest objectives being shown by client incorrectly on monster kill. Client only shows the first monster received, but we want to show the killed monster.
2015-11-29 13:07:36 +01:00
Cydh Ramdh
002f321b27
Merge pull request #776 from Baalberith6/master
...
Fixing VIP rates to add configured rate.
2015-11-29 10:12:05 +07:00
icxbb-xx
c7d73711fd
Fixed#780
...
* Fixed compile warning
* Add missing Packets version check
Thank you to @hnomkeng
2015-11-27 22:07:46 +07:00
icxbb-xx
25cb15161f
Follow up to d2d1fd2
...
* Fixed Map server crash,add check packets version for 2013-08-07
2015-11-27 16:26:10 +07:00
Atemo
c3e56b9c1b
Update
2015-11-26 23:11:22 +01:00
nsbuild
fe30f2cde8
Revert Fixing HP/SP tables for 3rd levels 150-175 according to Hercules tables and irocalc.
...
This reverts commit 5e28e5a45dc1ff71b6561b31f587be421fe343f7.
2015-11-26 00:15:55 -08:00
marha
5e28e5a45d
Fixing HP/SP tables for 3rd levels 150-175 according to Hercules tables and irocalc.
...
Also fixing calculation of base hp/sp based on the tables - they were not used at all..
2015-11-25 22:16:47 +01:00
icxbb-xx
54136ddfca
Follow up to ec9c2b2
...
* hp display 50% by client, for novice class when dead
2015-11-25 22:07:08 +07:00
icxbb-xx
8ca20d184f
Follow up to 85971d6
...
* Fixed#758 : hp display by client, for novice class when dead
thank you to @kyeme
2015-11-25 16:44:53 +07:00
Atemo
7fcd0f5b9d
Clean up
2015-11-24 23:22:42 +01:00
marha
f1bb9743dc
Fixing VIP rates to add configured rate.
2015-11-24 21:23:38 +01:00
Atemo
9b13351817
Merge branch 'master' into academie
2015-11-24 18:01:09 +01:00
Atemo
501751df39
- corrected getequipid warning when nothing equipped
...
- getstatus should push -1 for infinite timer
2015-11-24 17:23:35 +01:00
icxbb-xx
a47af467f3
Follow up to bc8a12f
...
* forgot change Packets version, Thank you to @Varyss
2015-11-23 15:21:29 +07:00
icxbb-xx
bc8a12f2c6
Follow up to d2d1fd2
...
* Fixed an issue #770 Thank you to @Varyss
2015-11-23 13:32:40 +07:00
icxbb-xx
d2d1fd21d3
*Add full Support 2015 client
...
- New EquipPackets Support v6
- add missing some old packets
Thank you to @Rytech and 3Ceam http://sourceforge.net/projects/v1-3ceam/
2015-11-21 21:33:16 +07:00
Aleos
ad3a74bb8f
Merge pull request #761 from rathena/hotfix/atcommand_doc
...
Updated atcommand documentation
* Added atcommand changecharsex to the atcommand documentation.
2015-11-20 09:42:09 -05:00