summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2017-04-09Fix wrong parameters in a call to mapif->party_broken()Haru1-1/+1
The call is in a code path currently unused, and so was never noticed during normal gameplay. The wrong line dates back to (j)Athena, and was already present in snapshots from 2003. Signed-off-by: Haru <haru@dotalux.com>
2017-04-09Fix a null pointer in guild->isallied()Haru1-4/+4
Introduced in cb4297e6eb734c60825ebfa13f32989fa3a470eb, that doesn't check for a nonzero guild ID before calling guild->isallied(). Signed-off-by: Haru <haru@dotalux.com>
2017-04-09Merge pull request #1657 from mekolat/getunits2Haru1-0/+100
add getunits() buildin
2017-04-08Merge pull request #1662 from 4144/packetshHaru3-40/+392
Add missing non shuffle packets for 2014 - 2015 years.
2017-04-08Merge pull request #1663 from Smokexyz/bow-unequip-fixHaru3-0/+8
Unequip arrows when a bow is unequipped. (RE only)
2017-04-08add getunits() buildingumi1-0/+100
2017-04-04Unequip arrows when a bow is unequipped. (RE only)Smokexyz3-0/+8
Forces the unequipment of arrows when a bow is unequipped. Based on original PR by @Jedzkie in #1079
2017-04-04Add missing non shuffle packets for 2014 - 2015 years.Andrei Karas3-40/+392
2017-03-31Merge pull request #1544 from HerculesWS/1543-fixsmokexyz1-6/+8
getstatus() Update
2017-03-28add gettimer() buildingumi1-0/+95
2017-03-26Merge pull request #1649 from HerculesWS/issue-1647-1Haru1-7/+16
Fixes issue #1647
2017-03-23Fixes issue #1647smokexyz1-7/+16
Allow skills and attacks with flags BCT_ENEMY and BCT_PARTY to affect "guild enemy units" within the party on maps with flag `gvg` and `gvg_noparty`.
2017-03-23Merge pull request #1638 from Asheraf/hamiHaru1-2/+8
Correct Castling skill to use cooldown
2017-03-23Merge pull request #1643 from 4144/authfixsmokexyz2-3/+8
Fix map server auth packet for clients >= 20160330.
2017-03-21Update HPM hooks.Andrei Karas2-8/+8
2017-03-21Add support for sex based character creation for 2015-10+ clients.Dastgir2-17/+29
Allow select for new char gender and human or doram class. Doram starting point not implimented. Based on ragemu commit: commit 5d618a64b041341a48ce24a92633a6a2dcf5af4f Author: Dastgir <dastgirp@gmail.com> Date: Sun Jun 12 22:11:51 2016 +0530 Added Support for Sex Based Character Creation for 2015-10+ clients.
2017-03-21Fix map server auth packet for clients >= 20160330.Andrei Karas2-3/+8
2017-03-20Fix npc text input For 2015 clients (Fixes #1640).Andrei Karas1-1/+6
Based on ragemu commit: commit a7ff9d064b238f5c2c4947f41eeaa0bfe331f2e6 Author: athron98 <athron.poster@gmail.com> Date: Mon May 23 20:36:43 2016 +0700 input fix
2017-03-20Add comment to safestrncpy about size checks.Andrei Karas1-0/+1
2017-03-19Merge pull request #1184 from HerculesWS/CHARACTER_SLOTSHaru1-1/+9
Increase Character Slots from 9 to 12
2017-03-16Increase Character Slots from 9 to 12Jedzkie1-1/+9
- kRO Mains recently increased their character slots from 11 to 12.
2017-03-16Correct Castling skill to use cooldownAsheraf1-2/+8
2017-03-16Official status change base durations for Stun (#1234) (#1632)Flipp1-3/+3
- NPC_LICK now has a base chance of 20%*level and a base duration of 5s - Excruciating Palm now has a base duration 5s - Shield Press now has a base duration of 5s+0.5s*level - Earth Shaker now has a base duration of 2s (level 2-3) and 3s (level 4-5) - Sightless Mind now has a base duration of 30s in pre-re and 20s in renewal - Credit rathena/rathena@80e026433
2017-03-16Merge pull request #1630 from Emistry/fix_mvp_messageHaru4-0/+18
Fixed MVP exp message issue for clients 2013-12-23cRagexe and newer
2017-03-16Merge pull request #1612 from Emistry/atcommand_commandsHaru1-0/+30
Enable display of custom commands in @commands.
2017-03-14Fixed MVP exp message issue for clients 2013-12-23cRagexe and newerEmistry Haoyan4-0/+18
- Fixed MVP exp message issue clients 2013-12-23cRagexe and newer. - Gravity remove packet MVP exp message - Credit to https://github.com/rathena/rathena/commit/85749e84b91087960e868e30a7a052b0c0cdce5b
2017-03-13Enable display of custom commands in @commands.Emistry Haoyan1-0/+30
- Based on @Dastgir's commit. https://github.com/RagEmu/Renewal/commit/9409e435cab3c7ee24172f09b865b2803411f0ff - only GM with the minimum group id able to view it.
2017-03-13Revert "Basic Server Configurations"Asheraf1-1/+1
This reverts commit 5b15b7b79729258f55533e0d76fcccf1a3d16021.
2017-03-13Basic Server ConfigurationsAsheraf1-1/+1
2017-03-12Merge pull request #1610 from mekolat/timer2Haru1-17/+37
allow the PC timer buildins to run on another player
2017-03-12Minor optimizations for the warpguild implementationHaru1-12/+13
Follow-up to ebb77e29f343531b508f8c37b32826afbb5f240d Signed-off-by: Haru <haru@dotalux.com>
2017-03-12Merge pull request #1496 from Emistry/scriptcommand_warpguildHaru1-28/+33
Updated *warpguild() script command.
2017-03-11Remove a duplicate comment lineHaru1-1/+0
- follow-up to 0f5fdca8945ec3afd5ba2e67a9d414f1ef5565c3 Signed-off-by: Haru <haru@dotalux.com>
2017-03-10Merge pull request #1509 from 4144/fixwarnsmokexyz1-4/+5
Fix assert in unit_resume_running.
2017-03-05allow to use addtimercount on another playergumi1-2/+6
2017-03-05fix code style in buildin_addtimercountgumi1-4/+5
2017-03-05allow to use deltimer on another playergumi1-2/+6
2017-03-05fix code style in buildin_deltimergumi1-2/+3
2017-03-05allow to use addtimer on another playergumi1-2/+6
2017-03-05make addtimer return success or failuregumi1-2/+6
2017-03-05fix code style in buildin_addtimergumi1-4/+6
2017-03-05Merge pull request #1589 from mekolat/strinfo2Haru1-58/+77
allow strcharinfo() and strnpcinfo() to take a GID
2017-03-05Update *warpguild() script command.Emistry Haoyan1-28/+33
- Added optional parameter to warp member from target map. - Update to loop guild member using `g->member[]` data.
2017-03-04Merge pull request #1530 from guilherme-gm/party-leader-leaveHaru2-23/+53
Changed behavior when party leader leaves
2017-02-26add getvariableofpc() buildingumi1-2/+51
2017-02-26allow character and account variables to reference another registrygumi1-15/+59
2017-02-26fix code style in set_reggumi1-19/+32
2017-02-26fix indentation in set_reggumi1-44/+44
2017-02-26fix code style in script_array_srcgumi1-5/+6
2017-02-26fix indentation in script_array_srcgumi1-22/+22