Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-14 | Add packets for client 2015-03-25aRagexe. | Andrei Karas | 1 | -0/+38 | |
2017-04-14 | Add packets for client 2015-03-11aRagexeRE. | Andrei Karas | 1 | -0/+38 | |
2017-04-14 | Add packets for client 2015-02-26aRagexeRE. | Andrei Karas | 1 | -0/+38 | |
2017-04-14 | Add packets for client 2015-02-25aRagexeRE. | Andrei Karas | 1 | -0/+38 | |
2017-04-14 | Add packets for client 2015-02-04aRagexe. | Andrei Karas | 1 | -2/+40 | |
2017-04-14 | Add packets for client 2015-01-28aRagexe. | Andrei Karas | 1 | -0/+37 | |
2017-04-14 | Add packets for client 2015-01-14aRagexe. | Andrei Karas | 1 | -0/+38 | |
2017-04-14 | Add packets for 2015-01-07aRagexeRE. | Andrei Karas | 1 | -0/+38 | |
2017-04-14 | Merge pull request #1682 from Smokexyz/1681-fix | smokexyz | 1 | -2/+2 | |
Fixes issue #1681 | |||||
2017-04-14 | Fixes issue #1681 | Smokexyz | 1 | -2/+2 | |
2017-04-13 | add missing _pc in set_reg | gumi | 1 | -4/+4 | |
2017-04-13 | Fix shuffle packets for 2015-10-01aRagexe. | Andrei Karas | 1 | -31/+32 | |
2017-04-13 | Move packets ZC_SELECTCART and CZ_SELECTCART into past into correct date. | Andrei Karas | 1 | -9/+2 | |
2017-04-13 | Remove wrong and duplicate packets for 20150226. They already added in 20140402. | Andrei Karas | 1 | -6/+0 | |
2017-04-13 | Fix non shuffle unused packets in 20140305. | Andrei Karas | 1 | -0/+2 | |
2017-04-13 | Fix shuffle packets for 2014-01-15eRagexe. | Andrei Karas | 1 | -32/+32 | |
2017-04-12 | fix 1b0d3bd "add getvariableofpc() buildin" | gumi | 1 | -1/+0 | |
2017-04-12 | fix a16fbb3 "allow character and account variables to reference another ↵ | gumi | 2 | -26/+143 | |
registry" | |||||
2017-04-11 | Merge pull request #1670 from Smokexyz/vulture-snake-eyes | smokexyz | 3 | -2/+5 | |
Monster Vulture's Eye and Snake's Eye removed. | |||||
2017-04-11 | Fixes a minor typo in buildin_setequipoption | smokexyz | 1 | -2/+2 | |
Related to the order of the arguments. | |||||
2017-04-10 | Monster Vulture's Eye and Snake's Eye removed. | Smokexyz | 3 | -2/+5 | |
Original PR #1148 by @SamuelHercules committed on 8 Feb 2016 * Monsters no longer have Vulture's Eye level 10 and Snake's Eye level 10 learned by default * When you tank Cecil Damon from 10-14 cells away, she will no longer use her target skills * Added a configuration with which you can set the level of Vulture's Eye and Snake's Eye that monsters have learned Merged rAthena @ cccd1496f716fe02a3db20780b6e52b3c33391b4 Credit: Playtester | |||||
2017-04-09 | Merge pull request #1598 from Smokexyz/IRO | Haru | 11 | -64/+536 | |
Implementation of Item Options System. | |||||
2017-04-09 | Fix a null pointer in guild->isallied() | Haru | 1 | -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-09 | Merge pull request #1657 from mekolat/getunits2 | Haru | 1 | -0/+100 | |
add getunits() buildin | |||||
2017-04-08 | Merge pull request #1662 from 4144/packetsh | Haru | 3 | -40/+392 | |
Add missing non shuffle packets for 2014 - 2015 years. | |||||
2017-04-08 | Merge pull request #1663 from Smokexyz/bow-unequip-fix | Haru | 3 | -0/+8 | |
Unequip arrows when a bow is unequipped. (RE only) | |||||
2017-04-08 | add getunits() buildin | gumi | 1 | -0/+100 | |
2017-04-04 | Unequip arrows when a bow is unequipped. (RE only) | Smokexyz | 3 | -0/+8 | |
Forces the unequipment of arrows when a bow is unequipped. Based on original PR by @Jedzkie in #1079 | |||||
2017-04-04 | Implementation of Item Options System. | Smokexyz | 11 | -64/+536 | |
Allows the infusing of equipments with bonus item options. This feature is constrained to clients of packet versions greater than or equal to `20150226`. Item Options and their effects are defined server-side in `db/item_options.conf` and client side in `data/luafiles514/lua files/datainfo/addrandomoptionnametable.lub` The ID of the option must tally with the correct index of the description provided in the client side lua file to avoid bugs. IT_OPT_* keys and MAX_ITEM_OPTIONS macro are also exported from the source as constants. An additional flag `disable_options` has been added to sql, and as `DisableOptions: true/false (boolean, defaults to false !!for equipments only!!)` to item_db.conf files. Script commands documentation is also included. SQL file updates are included. Credits: [Smokexyz](https://github.com/Smokexyz) Style and Script Fixes by [Asheraf](https://github.com/Asheraf) Initial design Idea by [secretdataz](https://github.com/secretdataz) | |||||
2017-04-04 | Add missing non shuffle packets for 2014 - 2015 years. | Andrei Karas | 3 | -40/+392 | |
2017-03-31 | Merge pull request #1544 from HerculesWS/1543-fix | smokexyz | 1 | -6/+8 | |
getstatus() Update | |||||
2017-03-28 | add gettimer() buildin | gumi | 1 | -0/+95 | |
2017-03-26 | Merge pull request #1649 from HerculesWS/issue-1647-1 | Haru | 1 | -7/+16 | |
Fixes issue #1647 | |||||
2017-03-23 | Fixes issue #1647 | smokexyz | 1 | -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-23 | Merge pull request #1638 from Asheraf/hami | Haru | 1 | -2/+8 | |
Correct Castling skill to use cooldown | |||||
2017-03-21 | Fix map server auth packet for clients >= 20160330. | Andrei Karas | 2 | -3/+8 | |
2017-03-20 | Fix npc text input For 2015 clients (Fixes #1640). | Andrei Karas | 1 | -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-16 | Correct Castling skill to use cooldown | Asheraf | 1 | -2/+8 | |
2017-03-16 | Official status change base durations for Stun (#1234) (#1632) | Flipp | 1 | -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-16 | Merge pull request #1630 from Emistry/fix_mvp_message | Haru | 4 | -0/+18 | |
Fixed MVP exp message issue for clients 2013-12-23cRagexe and newer | |||||
2017-03-16 | Merge pull request #1612 from Emistry/atcommand_commands | Haru | 1 | -0/+30 | |
Enable display of custom commands in @commands. | |||||
2017-03-14 | Fixed MVP exp message issue for clients 2013-12-23cRagexe and newer | Emistry Haoyan | 4 | -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-13 | Enable display of custom commands in @commands. | Emistry Haoyan | 1 | -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-12 | Merge pull request #1610 from mekolat/timer2 | Haru | 1 | -17/+37 | |
allow the PC timer buildins to run on another player | |||||
2017-03-12 | Minor optimizations for the warpguild implementation | Haru | 1 | -12/+13 | |
Follow-up to ebb77e29f343531b508f8c37b32826afbb5f240d Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-03-12 | Merge pull request #1496 from Emistry/scriptcommand_warpguild | Haru | 1 | -28/+33 | |
Updated *warpguild() script command. | |||||
2017-03-11 | Remove a duplicate comment line | Haru | 1 | -1/+0 | |
- follow-up to 0f5fdca8945ec3afd5ba2e67a9d414f1ef5565c3 Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-03-10 | Merge pull request #1509 from 4144/fixwarn | smokexyz | 1 | -4/+5 | |
Fix assert in unit_resume_running. | |||||
2017-03-05 | allow to use addtimercount on another player | gumi | 1 | -2/+6 | |
2017-03-05 | fix code style in buildin_addtimercount | gumi | 1 | -4/+5 | |