summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-06Merge pull request #2682 from HerculesWS/questinfo_memory_fixesHaru1-2/+3
2020-04-05Merge pull request #2668 from Kenpachi2k13/extend_pcblock_commandsHaru1-5/+8
2020-04-05Apply code style to BUILDIN(setunitdata) functionKenpachi Developer1-284/+343
2020-04-05Add pet_set_hunger() functionKenpachi Developer1-1/+1
2020-04-05Add enum for pet intimacy levels and use its constantsKenpachi Developer1-0/+9
2020-04-05Add enum for pet hunger levels and use its constantsKenpachi Developer1-1/+9
2020-04-05Merge pull request #2657 from Kenpachi2k13/autocast_clean_upHaru1-17/+19
2020-04-05Fixed a memory violation in quest info caused by accessing -1 index when qi_l...Ibrahim Zidan1-2/+3
2020-03-28Add optional paramter <account id> to checkpcblock() script commandKenpachi Developer1-2/+2
2020-03-28Add return values to setpcblock() script commandKenpachi Developer1-1/+4
2020-03-28Add optional paramter <account id> to setpcblock() script commandKenpachi Developer1-2/+2
2020-03-14Remove skillitem and skillitemlv variables and use map_session_data->autocast...Kenpachi Developer1-5/+3
2020-03-14Remove map_session_data->state.itemskill_* and use map_session_data->autocast...Kenpachi Developer1-6/+1
2020-03-14Remove itemskill_id and itemskill_lv helper variables, since they are not use...Kenpachi Developer1-4/+0
2020-03-14Add pc_autocast_clear() function callsKenpachi Developer1-0/+6
2020-03-14Rename function pc_itemskill_clear() to pc_autocast_clear()Kenpachi Developer1-7/+7
2020-03-14Add map_session_data->autocast.itemskill_* assignmentsKenpachi Developer1-0/+4
2020-03-14Add map_session_data->autocast.skill_id/_lv assignmentsKenpachi Developer1-0/+2
2020-03-14Add map_session_data->autocast.type assignmentsKenpachi Developer1-0/+1
2020-03-12Use script_pushstrcopy() instead of script_pushstr() for returning item namesKenpachi Developer1-2/+2
2020-03-09Merge pull request #2648 from Kenpachi2k13/itemskill_fixHaru1-3/+5
2020-03-09Merge pull request #2639 from Kenpachi2k13/getiteminfo_extensionHaru1-22/+53
2020-03-08Merge pull request #2628 from Kenpachi2k13/unitiswalkingHaru1-0/+33
2020-03-08Change the name of all functions which got their return-value meaning changedskyleo1-14/+14
2020-03-08Change returning error-code in unit->walktoxy to obey code-style guidelinesskyleo1-7/+10
2020-03-08Refactor code using directions to use enum unit_dirskyleo1-13/+13
2020-03-08Added Item Bound Type constantsEmistry Haoyan1-0/+7
2020-03-06Change validation of itemskill_check_conditions according to new nameKenpachi Developer1-1/+1
2020-03-06Rename itemskill_no_conditions to itemskill_check_conditionsKenpachi Developer1-2/+2
2020-03-06Rename ISF_IGNORECONDITIONS to ISF_CHECKCONDITIONSKenpachi Developer1-2/+2
2020-03-06Add pc_itemskill_clear() calls to BUILDIN(itemskill)Kenpachi Developer1-0/+2
2020-02-21Apply code style to BUILDIN(getiteminfo) functionKenpachi Developer1-19/+32
2020-02-21Add new ITEMINFO_* constants to getiteminfo() script commandKenpachi Developer1-0/+9
2020-02-21Add ITEMINFO_ID, ITEMINFO_AEGISNAME and ITEMINFO_NAME constantsKenpachi Developer1-0/+3
2020-02-21Make getiteminfo() script command usable with item name, tooKenpachi Developer1-3/+9
2020-02-11Add unitiswalking() script commandKenpachi Developer1-0/+33
2020-02-09Added pc_itemskill_clear() function.Kenpachi Developer1-6/+5
2020-02-09Applied code style to BUILDIN(itemskill).Kenpachi Developer1-23/+29
2020-02-09Added itemskill option flags to the script constants.Kenpachi Developer1-0/+6
2020-02-09Added a new option flag to itemskill() script command to be able to forcefull...Kenpachi Developer1-2/+3
2020-02-09Added a new option flag to itemskill() script command, to be able to cast a s...Kenpachi Developer1-1/+2
2020-02-09Fixed skill conditions check and <flag> parameter in itemskill() script command.Kenpachi Developer1-7/+18
2020-02-09Merge pull request #2586 from Asheraf/madostatueffectHaru1-3/+16
2020-02-09Merge pull request #2619 from dastgirp/getunits/fixHaru1-0/+7
2020-02-09Merge pull request #2590 from Kenpachi2k13/issue#2530Haru1-58/+91
2020-02-09Add script command achievement_iscompleted to check for achievement statusAsheraf1-0/+18
2020-02-09Add new script commands cloakonnpc/cloakoffnpcAsheraf1-0/+52
2020-02-09Applied code style to touched script commands.Kenpachi Developer1-58/+91
2020-02-09Change unload NPC behavior to kill mobs that were spawned by unloaded NPC (no...Kenpachi Developer1-3/+3
2020-02-09Add script commands for expanded barter shopsAndrei Karas1-27/+294