summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
AgeCommit message (Collapse)AuthorFilesLines
2018-10-22Merge pull request #2251 from Asheraf/pr3Haru1-0/+1
Add new type for mercenary class to setquestinfo()
2018-10-22Merge pull request #2249 from Asheraf/pr1Haru1-0/+14
Add missing documentation for script command achievement_progress()
2018-10-22Add missing documentation for script command achievement_progress()Asheraf1-0/+14
2018-10-21Merge pull request #2172 from dastgirp/enhance/getiteminfoHaru1-0/+1
Updated getiteminfo and setiteminfo.
2018-10-21Updated getiteminfo and setiteminfo.Dastgir1-0/+1
Added ITR_TRADE (Trade restriction) for both script commands
2018-10-07Merge pull request #2253 from Emistry/doc_permissionHaru1-1/+1
Update Permission Documents
2018-10-06Update Permission DocumentsEmistry Haoyan1-1/+1
- Changed into markdown format.
2018-10-04Add script commands for show camera info window and change camera parameters.Andrei Karas1-0/+16
New script commands: camerainfo, changecamera
2018-10-03Add new type for mercenary class to setquestinfo()Asheraf1-0/+1
2018-10-03Add script command for remove special effect.Andrei Karas1-0/+11
New script command: removespecialeffect *removespecialeffect(<effect number>{, <send_target>{, <unit id>{, <account id>}}}) *removespecialeffect(<effect number>{, <send_target>{, "<NPC Name>"{, <account id>}}})
2018-09-23Add support for item amount range in setquestinfoAsheraf1-1/+1
2018-08-24Merge pull request #2146 from mekolat/debugmesHaru1-6/+10
bake sprintf into debugmes
2018-08-24Merge pull request #2176 from 4144/updatepacketsHaru1-0/+15
Update packets to 2018-08-08
2018-08-24Merge pull request #2154 from mekolat/isfunctionHaru1-5/+22
improve is_function()
2018-08-23Add script command msgtable and msgtable2.Andrei Karas1-0/+15
New script commands: msgtable msgId [, color] msgtable2 msgId, param [, color]
2018-07-29Merge pull request #2090 from AnnieRuru/45-constantsHaru1-28/+27
Point all db\constant.conf to doc\constants.md
2018-07-28update the documentation for debugmesgumi1-6/+10
2018-07-28update the documentation for is_functiongumi1-5/+22
2018-07-24Questinfo System overhaulAsheraf1-8/+21
2018-07-01Merge pull request #2086 from AnnieRuru/42-queueoptHaru1-4/+4
Fix *queueopt documentation
2018-06-30add support for send target in unittalkAsheraf1-2/+29
2018-06-30add option to hide names from unittalk() and npctalk()Murilo_Bio1-4/+12
2018-06-29Merge pull request #2081 from EyesOfAHawk/buildin_setparamHaru1-0/+16
Adds setparam(), change optional param for readparam()
2018-06-18Point all db\constant.conf to doc\constants.mdAnnieRuru1-28/+27
- with the exception of C_ constant, ->it supposed to be base 16, but listed as base 10 in constants.md
2018-06-16Fix *queueopt documentationAnnieRuru1-4/+4
2018-06-15standardize the multi-form buildin definitionsgumi1-25/+29
2018-06-15add documentation for buildin_setparamgumi1-0/+15
2018-06-15update documentation following changes to buildin_readparamgumi1-2/+3
2018-06-02Implementation of stylist uiAsheraf1-0/+6
2018-06-02Merge pull request #842 from AnnieRuru/request_6Haru1-5/+55
Add new *pcblock script command
2018-05-26update documentation for buildin_getunitsgumi1-3/+8
2018-05-04Implementation of Private AirShipAsheraf1-0/+13
2018-05-04Add setpcblock & checkpcblock script commandsAnnieRuru1-5/+55
thanks to @MishimaHaruna for the updated syntax
2018-02-09Implemented hatEffect.Dastgir1-0/+7
Allows the player to have hatEffect specialeffects. Base taken from rAthena
2018-01-25Implementation of Official Clan SystemMurilo Pereti Tavares1-0/+36
All official features work including the autokick for inactive members And the system is completely customizable.
2017-12-11Add support for packet ZC_PROGRESS_ACTORAsheraf1-0/+6
2017-11-12Add ITEMINFO_VIEWSPRITE support to getiteminfo() / setiteminfo().Haru1-0/+1
Adds the ability to query an item's view sprite, lost with #1828 Fixes #1895 Signed-off-by: Haru <haru@dotalux.com>
2017-11-12Add ITEMINFO_MATK support to getiteminfo() / setiteminfo().Haru1-2/+1
This item info type was documented in commit 315d632e69c60d2996872c9330164133101befdf, but never implemented. Signed-off-by: Haru <haru@dotalux.com>
2017-11-12Add type constants for the getiteminfo()/setiteminfo() buildinsHaru1-24/+24
Replacements are as follows: 0 => ITEMINFO_BUYPRICE 1 => ITEMINFO_SELLPRICE 2 => ITEMINFO_TYPE 3 => ITEMINFO_MAXCHANCE 4 => ITEMINFO_SEX 5 => ITEMINFO_LOC 6 => ITEMINFO_WEIGHT 7 => ITEMINFO_ATK 8 => ITEMINFO_DEF 9 => ITEMINFO_RANGE 10 => ITEMINFO_SLOTS 11 (Subtype, for weapons and ammunitions) => ITEMINFO_SUBTYPE 11 (ViewSprite, for other item types) => ITEMINFO_VIEWSPRITE (NOT AVAILABLE YET) 12 => ITEMINFO_ELV 13 => ITEMINFO_WLV 14 => ITEMINFO_VIEWID 15 => ITEMINFO_MATK (NOT AVAILABLE YET - this was documented but never implemented) Calls to getiteminfo() and setiteminfo() have been replaced with the newly introduced constants. Other constants (such as W_ weapon subtypes) in related code have been replaced as well, to improve code readability. This fixes an issue in the Eden Tutorial script "Tutorial Goal", where ITEMINFO_ATK was accidentally used instead of ITEMINFO_WEIGHT. Note: calls to getiteminfo or setiteminfo with numeric type arguments in third party scripts must be replaced with the respective constants. The use of numeric literals is no longer recommended, and those values may change in the future without notice. See the getiteminfo documentation for details. Signed-off-by: Haru <haru@dotalux.com>
2017-11-04Merge pull request #1889 from 4144/fixpacketsHaru1-0/+1
Fix boss flag and add 2017-10-25 client packets
2017-11-04Merge pull request #1894 from Asheraf/qtypeHaru1-2/+16
update qtype constants to support new 2017 client icons.
2017-11-04Merge pull request #1865 from dastgir/2017-1_equipoption_modHaru1-0/+1
setequipoption Modification
2017-11-02update qtype constants to support new 2017 client icons.Asheraf1-2/+16
2017-10-30Add monster spawn boss flag for miniboss: miniboss_monsterAndrei Karas1-0/+1
also fix boss_monster flag for works as mvp and not like mini boss. unhide boss flag if hp bar disabled.
2017-10-20Merge pull request #1852 from mekolat/getmapinfo2mekolat1-0/+21
2017-10-20Merge pull request #1843 from mekolat/logmes2mekolat1-5/+13
2017-10-20Modified setequipoption to allow removal of equip options.Dastgir1-0/+1
2017-10-05add documentation for buildin_getmapinfogumi1-0/+21
2017-10-04add documentation for buildin_dressroomEdwin1-0/+17
2017-09-21update documentation for buildin_logmesgumi1-5/+13