summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
AgeCommit message (Collapse)AuthorFilesLines
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
2017-09-19update the documentation for buildin_getgroupidgumi1-3/+3
2017-09-18clean trailing whitespaces in script documentationgumi1-1551/+1551
2017-09-18update the documentation for useatcmd following deprecationgumi1-0/+9
2017-09-18fix a typo in getunits() documentationgumi1-1/+1
2017-09-17Split 'View' in two different fields in the item databaseHaru1-2/+2
- The field was used both for sprite view IDs and for weapon or ammunition subtypes. Now the fields 'ViewSprite' and 'Subtype' are used respectively. Signed-off-by: Haru <haru@dotalux.com>
2017-07-30Implementation of RoDEXKirieZ1-0/+23
2017-07-11Added getcalendartime script commandKirieZ1-0/+24
Signed-off-by: Haru <haru@dotalux.com>
2017-07-11Added time limit parameter to setquestKirieZ1-1/+3
Signed-off-by: Haru <haru@dotalux.com>
2017-07-11Merge pull request #1788 from mekolat/type2Haru1-0/+24
new buildin: getdatatype()
2017-07-04Merge pull request #1773 from dastgir/bug/item-optionssmokexyz1-1/+1
Item option fixes
2017-06-24update documentation for recovery()gumi1-2/+5
2017-06-21add documentation for getdatatype()gumi1-0/+24
2017-06-08Corrected Documentation of getequipoption.Dastgir1-1/+1
2017-06-03flag misceffect() as deprecatedgumi1-2/+7
2017-06-03flag specialeffect2() as deprecatedgumi1-6/+9
2017-06-03update the documentation for specialeffect()gumi1-7/+20
2017-06-03Documenation for <URL> browser dimensions. (#1755)marky2911-1/+5
* Document <URL> browser dimension.
2017-06-03Merge pull request #1684 from Smokexyz/refine-updateHaru1-5/+16
Enriched refine chance correction
2017-06-03Merge pull request #1747 from mekolat/param2Haru1-1/+1
patch for readparam()
2017-06-03Merge pull request #1753 from mekolat/string2Haru1-0/+23
new buildins: isstr, getarrayindex
2017-06-03Merge pull request #1736 from mekolat/group2Haru1-1/+17
new buildin: add_group_command
2017-06-01add documentation for getarrayindex()gumi1-0/+11
2017-06-01add documentation for isstr()gumi1-0/+12
2017-05-28update documentation for add_group_commandgumi1-1/+17
2017-05-28flag the pow() buildin as deprecatedgumi1-0/+8
2017-05-28update documentation for the exponentiation operatorgumi1-12/+16
2017-05-28document previously undocumented parameter of getparamgumi1-1/+1
2017-05-23Documentation update for getequippercentrefinery() and refine_db.confssmokexyz1-5/+16
2017-05-12add channel handler eventsgumi1-0/+21
2017-05-08Updated *showscript documentation description.marky2911-2/+3
2017-05-04Merge pull request #1717 from mekolat/vault2Haru1-2/+4
expose the bank vault to the script engine
2017-04-29Merge pull request #1712 from mekolat/canuse2Haru1-0/+62
add permission checking buildins, expose PC permission constants
2017-04-27Merge pull request #1711 from mekolat/checkoption2Haru1-5/+6
allow checkoption et al to check another player
2017-04-25expose bank vault to the script enginegumi1-2/+4
2017-04-25add permission checking buildinsgumi1-0/+62
add has_permission() add can_use_command() expose PC permission constants
2017-04-25Merge pull request #1689 from Jedzkie/2-GiantFlyWingHaru1-3/+5
Implemented official Giant Fly Wing Effect