summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2018-06-29Fix for clif_parse_RouletteInfo for new 2018 clients.Andrei Karas2-0/+9
2018-06-29Add support for new auth error packet in zero.Andrei Karas3-4/+37
2018-06-29Add new packet for change map server with air ship.Andrei Karas3-3/+27
2018-06-29Add new packet for change map with airship (warp).Andrei Karas3-2/+23
2018-06-29Update messages enum up to 2018-06-27.Andrei Karas3-10599/+10621
2018-06-29Update packets and keys up to 2018-06-27.Andrei Karas5-10/+30
2018-06-29Fix packet 836 (search in stores).Andrei Karas11-21/+34
2018-06-29Merge pull request #2098 from Asheraf/pairshipupdateHaru1-6/+6
2018-06-29Merge pull request #2097 from HerculesWS/incatkrate_n_divestfixHaru1-6/+1
2018-06-29Merge pull request #2081 from EyesOfAHawk/buildin_setparamHaru1-2/+45
2018-06-29Merge pull request #2063 from dastgirp/2-petevolHaru8-31/+322
2018-06-25Implemented Pet Evolution System.Dastgir6-22/+286
2018-06-25Implemented Pet AutofeedingDastgir6-9/+36
2018-06-25Merge pull request #2077 from AnnieRuru/39-pre-incrementHaru1-2/+2
2018-06-25Merge pull request #2076 from dastgirp/3-skill_pluginHaru2-4/+6
2018-06-25Merge pull request #2075 from guilherme-gm/rodex-scriptHaru1-1/+1
2018-06-22enable use of private airship on packetver_mainAsheraf1-6/+6
2018-06-22Merge pull request #1924 from Asheraf/instance3Haru1-13/+35
2018-06-20Revert "Fixed Bug#8624"skyleo1-6/+1
2018-06-18Merge pull request #2064 from 4144/updatepacketsHaru11-10622/+10726
2018-06-18Merge pull request #2069 from marky291/patch-1Haru2-2/+2
2018-06-18Merge pull request #2072 from 4144/fixvendHaru1-4/+4
2018-06-18Merge pull request #2066 from Asheraf/stylistfollowupHaru2-3/+11
2018-06-18Merge pull request #2071 from Asheraf/expdbfollowupHaru1-2/+4
2018-06-18followup ec527a6a2d2d915fb23ebb9b62c684eb7ad9b0b4 correct wrong respond messa...Asheraf2-3/+11
2018-06-15always give a return value in buildin_getunitsgumi1-0/+2
2018-06-15fix whitespaces in script.cgumi1-2/+2
2018-06-15add buildin_setparamgumi1-0/+38
2018-06-15allow to pass an account id to buildin_readparamgumi1-4/+9
2018-06-14Fix compilation for packet version smaller than 20090805.Andrei Karas1-5/+7
2018-06-14Split enum zc_ui_types by supported packet versions.Andrei Karas4-12/+33
2018-06-14Fix pre-increment / pre-decrement operator errorAnnieRuru1-2/+2
2018-06-13Add cz enum for types in packet 0x0a68.Andrei Karas3-16/+28
2018-06-13Update message table for clients 20180530 - 20180612.Andrei Karas3-10587/+10641
2018-06-13Update packets for clients 20180530 - 20180612.Andrei Karas3-8/+23
2018-06-12Changed returntype of skill_check_condition_castend_unknown.Dastgir2-4/+6
2018-06-10Fixed rodex_sendmail_acc script command and rodex examplesGuilherme G. Menaldo1-1/+1
2018-06-07Fix clif_parse_OpenVending with empty items list.Andrei Karas1-4/+4
2018-06-07Fix a crash caused by removing entries in job_dbAsheraf1-2/+4
2018-06-06typo fix clif.cMark Hester1-1/+1
2018-06-06Fix typo on pc.c documentationMark Hester1-1/+1
2018-06-05Update buildin instance_create to follow official behaviourAsheraf1-13/+35
2018-06-03Merge pull request #2004 from Asheraf/stylistHaru7-1/+269
2018-06-03Merge pull request #2036 from Asheraf/exp-dbHaru3-185/+274
2018-06-03Merge pull request #2057 from 4144/pvptimerHaru2-3/+6
2018-06-03Fix the skill element for levels above the MAX_SKILL_LEVELHaru1-4/+0
2018-06-03Conversion of exp.txt to libconfigSmokexyz3-185/+274
2018-06-02Fix map flag pvp_nocalcrank if use at or script command for enable pvp.Andrei Karas2-3/+6
2018-06-02Implementation of stylist uiAsheraf7-1/+269
2018-06-02Merge pull request #842 from AnnieRuru/request_6Haru9-12/+144