summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-20Fix UDT_LEVEL when show_mob_info level display is onAnnieRuru1-0/+2
2019-03-12Add constants to *getpetinfo, and add some new fieldsAnnieRuru1-21/+74
2019-03-11Deprecate *petstat script commandAnnieRuru1-1/+1
2019-03-11Merge pull request #2399 from AnnieRuru/70-needed_status_pointHaru1-2/+2
2019-03-11Merge pull request #2391 from AnnieRuru/64-setunitdata_phase_1Haru1-2/+10
2019-03-11Merge pull request #2396 from AnnieRuru/67-mobattachedHaru1-0/+29
2019-03-11Merge pull request #2397 from AnnieRuru/68-getmercinfoHaru1-32/+59
2019-03-11Merge pull request #2381 from AnnieRuru/60-bg_norespawnHaru1-1/+1
2019-03-11Add constants and MERCINFO_GID to *getmercinfo script commandAnnieRuru1-32/+59
2019-03-09Expanded getinventorylist:Dastgir1-0/+1
2019-03-03Fix *needed_status_point not support <char_id>AnnieRuru1-2/+2
2019-03-02Merge pull request #2390 from AnnieRuru/63-MOB_CLONE_STARTAsheraf1-0/+2
2019-03-02* Add *mobattached and *killmonstergid script commandAnnieRuru1-0/+29
2019-02-28* Remove all the (int) in the documentationAnnieRuru1-2/+10
2019-02-27Change return value from 0 into -1 when *getunitdata return errorAnnieRuru1-11/+11
2019-02-26Add MOB_CLONE_START & MOB_CLONE_END to server defined constantsAnnieRuru1-0/+2
2019-02-26Add missing documentation for disable battleground respawnAnnieRuru1-1/+1
2019-02-11Change type for class variables from short to intAndrei Karas1-1/+1
2019-02-06Add new server define constant MAX_ITEM_IDAnnieRuru1-0/+1
2019-02-05Add support for barter shops for main and re clients with version 20190116Andrei Karas1-2/+2
2019-02-04Add missing check in run_script_mainAndrei Karas1-0/+3
2019-02-01Merge pull request #2307 from kisuka/checknameditemHaru1-0/+60
2019-02-01Added countnameditem script command.kisuka1-0/+60
2019-01-14Add support for saving/loading barter shops from sql table.Andrei Karas1-32/+70
2019-01-14Add barter type shop and add packet ZC_NPC_BARTER_OPENAndrei Karas1-10/+44
2018-12-16Merge pull request #2246 from Emistry/scriptcommand_pcneedstatuspointHaru1-0/+20
2018-12-14Add script command getInventorySize.Andrei Karas1-0/+11
2018-12-14Add script command expandInventoryAndrei Karas1-0/+11
2018-12-14Add script command expandInventoryResult.Andrei Karas1-0/+18
2018-12-14Add script command expandInventoryAckAndrei Karas1-0/+21
2018-12-14Add inventory size field into db and using it in server.Andrei Karas1-37/+35
2018-12-12Add script command servicemessage.Andrei Karas1-0/+24
2018-12-12Add script command for insert cards into equipped items.Andrei Karas1-0/+51
2018-12-04Added mapflags 'nostorage' and 'nogstorage'Carlos Henrique1-0/+19
2018-11-14Use an enum as flag for status->heal() and related functionsHaru1-14/+14
2018-11-13Merge pull request #2289 from EyesOfAHawk/buildin_getnpcidHaru1-21/+12
2018-11-13Remove type argument from buildin_getnpcid.EyesOfAHawk1-21/+12
2018-11-13Merge pull request #2304 from Helianthella/data-to-stringHaru1-0/+59
2018-11-13Merge pull request #2105 from Helianthella/getunits3Haru1-11/+3
2018-11-07break the loop in buildin_getunits when the max is reachedgumi1-11/+3
2018-10-22add buildin_data_to_string and buildin_string_to_datagumi1-0/+59
2018-10-22Merge pull request #2279 from Helianthella/promptHaru1-98/+24
2018-10-22Add script command itempreview for update preview window with given item.Andrei Karas1-0/+12
2018-10-22Merge pull request #2251 from Asheraf/pr3Haru1-0/+12
2018-10-22Merge pull request #2250 from Asheraf/pr2Haru1-12/+1
2018-10-21Merge pull request #2172 from dastgirp/enhance/getiteminfoHaru1-0/+21
2018-10-21Updated getiteminfo and setiteminfo.Dastgir1-0/+21
2018-10-11add constants for max menu length and optionsgumi1-14/+16
2018-10-11bake buildin_prompt into buildin_select and clarify the difference between th...gumi1-87/+11
2018-10-07Merge pull request #2239 from guilherme-gm/201810-assertion_berserkHaru1-1/+3