summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2020-04-05Merge pull request #2637 from Kenpachi2k13/fakename_fixHaru1-4/+13
Fix/extend @fakename
2020-04-05Merge pull request #2668 from Kenpachi2k13/extend_pcblock_commandsHaru1-3/+8
Extend *pcblock script commands
2020-04-05Constants Documentation SyncHercules.ws1-2/+21
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-04-05Add pet DB documentation file (doc/pet_db.txt)Kenpachi Developer1-0/+196
2020-04-05Constants Documentation SyncHercules.ws1-0/+9
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-03-28Update doc/script_commands.txtKenpachi Developer1-3/+8
2020-03-13Update doc/atcommands.txtKenpachi Developer1-4/+13
2020-03-09Constants Documentation SyncHercules.ws1-1/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-03-09Merge pull request #2648 from Kenpachi2k13/itemskill_fixHaru1-8/+10
Fix itemskill() script command
2020-03-09Constants Documentation SyncHercules.ws1-0/+3
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-03-09Merge pull request #2639 from Kenpachi2k13/getiteminfo_extensionHaru1-0/+4
Extend getiteminfo() script command
2020-03-08Merge pull request #2628 from Kenpachi2k13/unitiswalkingHaru1-0/+31
Add unitiswalking() script command
2020-03-08Constants Documentation SyncHercules.ws1-0/+8
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-03-08Merge pull request #2650 from Emistry/constant_itemboundtypeHaru1-15/+15
Added Item Bound Type constants
2020-03-08Constants Documentation SyncHercules.ws1-3/+3
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-03-08Added Item Bound Type constantsEmistry Haoyan1-15/+15
- improve readability.
2020-03-06Update doc/script_commands.txtKenpachi Developer1-8/+10
2020-02-21Update doc/script_commands.txtKenpachi Developer1-0/+4
2020-02-11Add unitiswalking() script commandKenpachi Developer1-0/+31
2020-02-10Constants Documentation SyncHercules.ws1-0/+7
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-02-09Updated documentation of itemskill() script command in doc/script_commands.txt.Kenpachi Developer1-4/+21
2020-02-09Constants Documentation SyncHercules.ws1-0/+7
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-02-09Merge pull request #2622 from Kenpachi2k13/mob_viewdata_fixHaru1-2/+3
Make mob DB field ViewData->HairStyleId defaulting to 1 instead of 0.
2020-02-09Merge pull request #2586 from Asheraf/madostatueffectHaru1-1/+7
Implement support for switching madogear type
2020-02-09Constants Documentation SyncHercules.ws1-0/+13
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-02-09Merge pull request #2590 from Kenpachi2k13/issue#2530Haru2-9/+30
Change unload NPC behavior to kill mobs that were spawned by unloaded NPC (non-permanent monster spawns) [Issue #2530]
2020-02-09Add script command achievement_iscompleted to check for achievement statusAsheraf1-0/+8
2020-02-09Add new script commands cloakonnpc/cloakoffnpcAsheraf1-0/+12
2020-02-09Change unload NPC behavior to kill mobs that were spawned by unloaded NPC ↵Kenpachi Developer2-9/+30
(non-permanent monster spawns) [Issue #2530] Mobs spawned by NPC will be removed on @reloadnpc, @unloadnpc, and @unloadnpcfile. Additionally OnNPCUnload NPC label was added, to revert other changes made by NPC. For example set/removed mapflags or added mob drops.
2020-02-09Constants Documentation SyncHercules.ws1-0/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-02-09Add docs for expanded barter shop commandsAndrei Karas1-2/+35
2020-02-09Constants Documentation SyncHercules.ws1-1108/+1108
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-02-01Updated documentation of default value for mob DB field ViewData->HairStyleId.Kenpachi Developer1-2/+3
Additionally fixed reference to monster modes deocumentation in doc/mob_db.txt.
2020-01-29Implement support for switching madogear typeAsheraf1-1/+7
2020-01-13Update copyright headers for year 2020Haru5-5/+5
Signed-off-by: Haru <haru@dotalux.com>
2020-01-12Merge pull request #2604 from Kenpachi2k13/issue#1861Haru1-9/+18
Add flag to ignore mapflag restrictions in warpparty() and warpguild() script commands.
2020-01-12Merge pull request #2606 from Ridley8819/pcblocknpcHaru2-0/+2
Adding PCBLOCK_NPC to setpcblock script command
2020-01-12Adds buildin_resetfeel, buildin_resethate and acmd_hatereset.EyesOfAHawk2-0/+16
2020-01-09Adding PCBLOCK_NPC to setpcblock script commandRidley2-0/+2
2020-01-08Updated doc/script_commands.txt.Kenpachi Developer1-9/+18
2019-12-15Merge pull request #2572 from Asheraf/mobviewdatadbHaru1-0/+23
Add support for overriding default view data in mob database
2019-12-12Add script function specialeffectnumAndrei Karas2-1/+10
2019-11-17Constants Documentation SyncHercules.ws1-616/+635
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-11-17Constants Documentation SyncHercules.ws1-0/+14
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-10-30Add support for overriding default view data in mob databaseAsheraf1-0/+23
2019-10-20deprecate buildin_getguildmasteridgumi1-0/+8
2019-10-20deprecate buildin_getguildmastergumi1-0/+8
2019-10-20deprecate buildin_getguildnamegumi1-0/+8
2019-10-20add documentation for buildin_getguildinfogumi1-0/+26
2019-10-20fix whitespaces in the script docgumi1-7/+7