summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
AgeCommit message (Collapse)AuthorFilesLines
2020-06-01Update documentation of instance_create() script commandKenpachi Developer1-6/+10
* Fix some typos. * Add a paragraph about owner types and the corresponding owner ID to use. * Remove nonexistent return value -3 from example.
2020-06-01Merge pull request #2758 from Kenpachi2k13/loudhailerHaru1-0/+10
Add loudhailer() script command
2020-06-01Merge pull request #2718 from Kenpachi2k13/prere_use_items_skills_in_npcHaru1-15/+26
Add/extend battle flags to enable item/skill usage while interacting with NPC
2020-06-01Merge pull request #2671 from Helianthella/binliteralHaru1-1/+23
add support for binary and octal number literals
2020-05-31Add loudhailer() script command to doc/script_commands.txtKenpachi Developer1-0/+10
2020-05-27Merge pull request #2142 from Helianthella/export2Haru1-33/+56
allow local NPC functions to be public or private
2020-05-13Update documentation of enable_items() and disable_items() script commandsKenpachi Developer1-15/+26
2020-05-09Update doc/script_commands.txtKenpachi Developer1-2/+5
* Add note about maximum length of a string variable's value * Add note about maximum length of a string read by input() script command
2020-05-07add documentation for the number separatorsgumi1-0/+7
2020-05-07add documentation for the octal and binary literalsgumi1-1/+16
2020-05-03update the documentation for local functionsgumi1-33/+56
2020-03-28Update doc/script_commands.txtKenpachi Developer1-3/+8
2020-03-09Merge pull request #2648 from Kenpachi2k13/itemskill_fixHaru1-8/+10
Fix itemskill() script command
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-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-09Updated documentation of itemskill() script command in doc/script_commands.txt.Kenpachi Developer1-4/+21
2020-02-09Merge pull request #2586 from Asheraf/madostatueffectHaru1-1/+7
Implement support for switching madogear type
2020-02-09Merge pull request #2590 from Kenpachi2k13/issue#2530Haru1-0/+5
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 Developer1-0/+5
(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-09Add docs for expanded barter shop commandsAndrei Karas1-2/+35
2020-01-29Implement support for switching madogear typeAsheraf1-1/+7
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/pcblocknpcHaru1-0/+1
Adding PCBLOCK_NPC to setpcblock script command
2020-01-12Adds buildin_resetfeel, buildin_resethate and acmd_hatereset.EyesOfAHawk1-0/+10
2020-01-09Adding PCBLOCK_NPC to setpcblock script commandRidley1-0/+1
2020-01-08Updated doc/script_commands.txt.Kenpachi Developer1-9/+18
2019-12-12Add script function specialeffectnumAndrei Karas1-0/+9
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
2019-09-23Implementation of LapineDdukDdak SystemAsheraf1-0/+6
2019-09-23Merge pull request #2462 from hemagx/dehardcoded_rentralsHaru1-0/+6
Dehardcode Rental Expire/Renting item checks
2019-09-22Implement getfont script command which returns player's current chat fontIbrahim Zidan1-0/+6
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-09-10Fix two examples in scripting documentationskyleo1-2/+2
2019-08-26Merge pull request #2518 from Emistry/scriptcommand_setgetiteminfoHaru1-20/+43
Extend *set/getiteminfo script commands
2019-08-05Extend *set/getiteminfo script commandsEmistry Haoyan1-20/+43
- additional options.
2019-07-29Update *getequiprefinerycnt script commandEmistry Haoyan1-10/+12
- allow to specify more than one equipment slots. - return the total of refine of specified equipment slots.
2019-07-24Update mob_db - DamageTakenRate fieldEmistry Haoyan1-130/+133
- adjust the damage taken by monster. (default = `100 = 1x`) - ref: https://github.com/idathena/trunk/commit/e267d2e2dada6196b479a6f2f35e9d25291ef22b
2019-07-01Add identify script commandGuilherme Menaldo1-0/+9
Signed-off-by: Haru <haru@dotalux.com>
2019-07-01Add identifyidx script commandGuilherme Menaldo1-0/+9
Signed-off-by: Haru <haru@dotalux.com>
2019-06-30Merge pull request #2427 from Emistry/scriptcommand_setfavoriteitemHaru1-0/+24
Add *setfavoriteitemidx & *autofavoriteitem script commands - alter item favorite state
2019-06-02Merge pull request #2221 from carloshenrq/nostorageHaru1-0/+9
Mapflag nostorage and nogstorage