summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Collapse)AuthorFilesLines
2017-04-18Add missing packets for 2013-03-20dRagexe and move some bank related packets ↵Andrei Karas1-3/+10
into past.
2017-04-18Add missing non shuffle packets for 2013-03-13aRagexe.Andrei Karas1-0/+14
2017-04-18Move packet 0x09A6 ZC_BANKING_CHECK into past and add some old versions of ↵Andrei Karas1-1/+11
other banking packets.
2017-04-18Add missing packet 0x09a4.Andrei Karas1-0/+7
2017-04-17Fix wrong level check for MC_CHANGECART skillJedzkie1-16/+13
2017-04-16Fix issue #1685Smokexyz1-1/+1
Where the item in a vending list would display incorrect option information.
2017-04-16Code-styling fixes to pc_unequipitem() in pc.cSmokexyz1-50/+49
2017-04-16Fixes an issue where the unequipped items with options do not re-calculate ↵Smokexyz1-8/+19
status.
2017-04-15Merge pull request #1675 from 4144/packetsupdateHaru1-76/+939
Add packets for diffrent 2015 clients
2017-04-14Add packets for client 2015-12-23bRagexeRE.Andrei Karas1-0/+38
2017-04-14Add packets for client 2015-12-02bRagexeRE.Andrei Karas1-0/+38
2017-04-14Add packets for client 2015-11-18aRagexeRE.Andrei Karas1-0/+38
2017-04-14Add packets for client 2015-10-28cRagexeRE.Andrei Karas1-0/+38
2017-04-14Add packets for client 2015-10-14bRagexeRE.Andrei Karas1-1/+39
2017-04-14Add packets for client 2015-10-07aRagexeRE.Andrei Karas1-29/+67
2017-04-14Add packets for client 2015-08-26aRagexeRE.Andrei Karas1-0/+38
2017-04-14Add packets for client 2015-08-19aRagexeRE.Andrei Karas1-0/+38
2017-04-14Add packets for client 2015-06-18aRagexeRE.Andrei Karas1-0/+38
2017-04-14Add packets for client 2015-06-17aRagexeRE.Andrei Karas1-0/+38
2017-04-14Add packets for client 2015-05-27aRagexe.Andrei Karas1-0/+38
2017-04-14Add packets for client 2015-05-07bRagexe.Andrei Karas1-1/+39
2017-04-14Add packets for 2015-04-29aRagexe.Andrei Karas1-0/+38
2017-04-14Add packets for client 2015-04-22aRagexeRE.Andrei Karas1-0/+38
2017-04-14Add packets for client 2015-04-01aRagexe.Andrei Karas1-0/+38
2017-04-14Add packets for client 2015-03-25aRagexe.Andrei Karas1-0/+38
2017-04-14Add packets for client 2015-03-11aRagexeRE.Andrei Karas1-0/+38
2017-04-14Add packets for client 2015-02-26aRagexeRE.Andrei Karas1-0/+38
2017-04-14Add packets for client 2015-02-25aRagexeRE.Andrei Karas1-0/+38
2017-04-14Add packets for client 2015-02-04aRagexe.Andrei Karas1-2/+40
2017-04-14Add packets for client 2015-01-28aRagexe.Andrei Karas1-0/+37
2017-04-14Add packets for client 2015-01-14aRagexe.Andrei Karas1-0/+38
2017-04-14Add packets for 2015-01-07aRagexeRE.Andrei Karas1-0/+38
2017-04-14Merge pull request #1682 from Smokexyz/1681-fixsmokexyz1-2/+2
Fixes issue #1681
2017-04-14Fixes issue #1681Smokexyz1-2/+2
2017-04-13add missing _pc in set_reggumi1-4/+4
2017-04-13Fix shuffle packets for 2015-10-01aRagexe.Andrei Karas1-31/+32
2017-04-13Move packets ZC_SELECTCART and CZ_SELECTCART into past into correct date.Andrei Karas1-9/+2
2017-04-13Remove wrong and duplicate packets for 20150226. They already added in 20140402.Andrei Karas1-6/+0
2017-04-13Fix non shuffle unused packets in 20140305.Andrei Karas1-0/+2
2017-04-13Fix shuffle packets for 2014-01-15eRagexe.Andrei Karas1-32/+32
2017-04-12fix 1b0d3bd "add getvariableofpc() buildin"gumi1-1/+0
2017-04-12fix a16fbb3 "allow character and account variables to reference another ↵gumi2-26/+143
registry"
2017-04-11Merge pull request #1670 from Smokexyz/vulture-snake-eyessmokexyz3-2/+5
Monster Vulture's Eye and Snake's Eye removed.
2017-04-11Fixes a minor typo in buildin_setequipoptionsmokexyz1-2/+2
Related to the order of the arguments.
2017-04-10Monster Vulture's Eye and Snake's Eye removed.Smokexyz3-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-09Merge pull request #1598 from Smokexyz/IROHaru11-64/+536
Implementation of Item Options System.
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)