summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-29Fix packet 836 (search in stores).Andrei Karas1-1/+1
2018-06-29Merge pull request #2081 from EyesOfAHawk/buildin_setparamHaru1-2/+45
2018-06-25Merge pull request #2077 from AnnieRuru/39-pre-incrementHaru1-2/+2
2018-06-25Merge pull request #2075 from guilherme-gm/rodex-scriptHaru1-1/+1
2018-06-22Merge pull request #1924 from Asheraf/instance3Haru1-13/+35
2018-06-18Merge pull request #2064 from 4144/updatepacketsHaru1-1/+3
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-14Split enum zc_ui_types by supported packet versions.Andrei Karas1-0/+2
2018-06-14Fix pre-increment / pre-decrement operator errorAnnieRuru1-2/+2
2018-06-13Add cz enum for types in packet 0x0a68.Andrei Karas1-1/+1
2018-06-10Fixed rodex_sendmail_acc script command and rodex examplesGuilherme G. Menaldo1-1/+1
2018-06-05Update buildin instance_create to follow official behaviourAsheraf1-13/+35
2018-06-03Merge pull request #2004 from Asheraf/stylistHaru1-0/+12
2018-06-02Fix map flag pvp_nocalcrank if use at or script command for enable pvp.Andrei Karas1-2/+4
2018-06-02Implementation of stylist uiAsheraf1-0/+12
2018-06-02Merge pull request #842 from AnnieRuru/request_6Haru1-3/+95
2018-06-02Merge pull request #2038 from 4144/msiHaru1-1/+4
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2018-05-29Add autogenerated messages list headers with original strings and translation.Andrei Karas1-0/+3
2018-05-29Fix wrong values in clif_messages enum.Andrei Karas1-1/+1
2018-05-21add support for global lookups in buildin_getunitsgumi1-19/+69
2018-05-04Implementation of Private AirShipAsheraf1-1/+31
2018-05-04Quick Fix *getunitdataAnnieRuru1-1/+1
2018-05-04Add setpcblock & checkpcblock script commandsAnnieRuru1-3/+95
2018-05-01Merge pull request #2019 from Asheraf/mskillconfHaru1-0/+54
2018-04-19Convert mob_skill_db into libconf formatAsheraf1-0/+54
2018-04-11*delwall now give a friendly warning to remind non-existent wallAnnieRuru1-2/+8
2018-04-08Merge pull request #2009 from MishimaHaruna/sprintf-hooking-fixHaru1-5/+5
2018-04-03Merge pull request #1965 from dastgir/2018/3-hateffectHaru1-0/+39
2018-04-02Rename script->sprintf() to script->sprintf_helper()Haru1-5/+5
2018-03-28don't throw a warning in buildin_getmapinfo when the map is not foundgumi1-2/+2
2018-02-15expose script_sprintf to pluginsgumi1-0/+1
2018-02-10Clean up trailing whitespace and non-indent tabsHaru1-10/+10
2018-02-09Implemented hatEffect.Dastgir1-0/+39
2018-01-25Implementation of Official Clan SystemMurilo Pereti Tavares1-18/+127
2018-01-25Implementation of 'constants.inc' fileMurilo Pereti Tavares1-0/+1
2018-01-14Merge pull request #1939 from Asheraf/zero_drop_packetHaru1-7/+7
2017-12-23Add support for new drop packet 0xadd for zero clientsAsheraf1-7/+7
2017-12-11Add support for packet ZC_PROGRESS_ACTORAsheraf1-0/+23
2017-11-18Merge pull request #1902 from MishimaHaruna/getiteminfo-fixHaru1-31/+65
2017-11-18Merge pull request #1896 from MishimaHaruna/skill_id_idxHaru1-2/+2
2017-11-18Merge pull request #1469 from dastgir/2016-3_IOT_NONEHaru1-26/+44
2017-11-12Add ITEMINFO_VIEWSPRITE support to getiteminfo() / setiteminfo().Haru1-0/+7
2017-11-12Add ITEMINFO_MATK support to getiteminfo() / setiteminfo().Haru1-0/+7
2017-11-12Add type constants for the getiteminfo()/setiteminfo() buildinsHaru1-31/+51
2017-11-05Fix/clarify various incorrect modulo operationsHaru1-1/+1
2017-11-05Reduce confusion between skill IDs and skill DB indexes (part 2)Haru1-1/+1