summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2017-07-30Implementation of RoDEXKirieZ2-0/+62
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-11Constants Documentation SyncHercules.ws1-0/+10
Signed-off-by: HerculesWSAPI <dev@herc.ws>
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-03Constants Documentation SyncHercules.ws1-0/+7
Signed-off-by: HerculesWSAPI <dev@herc.ws>
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-09Merge pull request #1730 from marky291/patch-1smokexyz1-2/+3
Updated *showscript documentation description.
2017-05-09Constants Documentation SyncHercules.ws1-1/+3
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2017-05-08Updated *showscript documentation description.marky2911-2/+3
2017-05-04Constants Documentation SyncHercules.ws1-0/+2
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2017-05-04Merge pull request #1717 from mekolat/vault2Haru1-2/+4
expose the bank vault to the script engine
2017-04-29Merge pull request #1713 from Jedzkie/17-DropAnnounceHaru1-0/+3
Fixes #994
2017-04-29Fixes #994Jedzkie1-0/+3
2017-04-29Constants Documentation SyncHercules.ws1-0/+29
Signed-off-by: HerculesWSAPI <dev@herc.ws>
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
2017-04-24allow checkoption et al to check another playergumi1-5/+6
2017-04-23Constants Documentation SyncHercules.ws1-1/+67
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2017-04-23Implemented official Giant Fly Wing EffectJedzkie1-3/+5
Update the *warpparty script commmand, credits to Dastgir Coding-style fixes & whitespace adjustments in warpparty part in script.c
2017-04-23Merge pull request #1584 from Smokexyz/masterHaru1-0/+146
Implementation of unit controlling script commands.
2017-04-20Constants Documentation SyncHercules.ws1-0/+44
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2017-04-09Constants Documentation SyncHercules.ws1-0/+10
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2017-04-09Merge pull request #1598 from Smokexyz/IROHaru1-0/+44
Implementation of Item Options System.
2017-04-09Constants Documentation SyncHercules.ws1-15/+15
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2017-04-08add getunits() buildingumi2-0/+49
2017-04-04Implementation of unit controlling script commands.Smokexyz1-0/+146
Setunitdata <GID>, <DataType>, <Val1> {, <Val2>, <Val3>} Getunitdata <GUID>, <DataType> {, <Variable>} Getunitname <unit id> Setunitname <unit id>, <name> Performs alteration and retrieval of real-time unit data for a game object of the types - NPCs, Pets, Monsters, Homunuculus', Mercenaries, Elementals. Applicable data types (available as script constants) - UDT_TYPE: Unit Type value (BL_MOB, BL_NPC, BL_PET, BL_ELEM, BL_MER, BL_HOM) UDT_SIZE: Unit Size UDT_LEVEL: Level UDT_HP: Current HP UDT_MAXHP: Max HP UDT_SP: SP UDT_MAXSP: MAX SP UDT_MASTERAID: Master Account ID (for Summons) UDT_MASTERCID: Master Char ID (for Summons) UDT_MAPIDXY: Warp a Unit to a map. UDT_WALKTOXY: Make a unit walk to certain co-ordinates. UDT_SPEED: Unit Speed UDT_MODE: Mode (Mobs) UDT_AI: Unit AI Type UDT_SCOPTION: Status Options. UDT_SEX: mm Sex. UDT_CLASS: Class of the unit. UDT_HAIRSTYLE: Hair Style of the unit. UDT_HAIRCOLOR: Hair Color. UDT_HEADBOTTOM: Headgear Bottom Sprite. UDT_HEADMIDDLE: Headgear Middle Sprite. UDT_HEADTOP: Headegar Top Sprite. UDT_CLOTHCOLOR: Cloth Color. UDT_SHIELD: Shield Sprite. UDT_WEAPON: Weapon Sprite. UDT_LOOKDIR: Face direction. UDT_CANMOVETICK:Stop a unit from move for n seconds. UDT_STR: Unit STR. UDT_AGI: Unit AGI. UDT_VIT: Unit VIT. UDT_INT: Unit INT. UDT_DEX: Unit DEX. UDT_LUK: Unit LUK. UDT_ATKRANGE: Attack range of a unit. UDT_ATKMIN: Min Atk of a unit. UDT_ATKMAX: Max Atk of a unit. UDT_MATKMIN: Min MATK of a unit. UDT_MATKMAX: Max MATK of a unit. UDT_DEF: DEF. UDT_MDEF: MDEF. UDT_HIT: HIT. UDT_FLEE: FLEE. UDT_PDODGE: Perfect Dodge. UDT_CRIT: Critical Rate. UDT_RACE: Race. (Eg. string constants RC_DemiHuman or Integer 7). UDT_ELETYPE: Element. (Eg. string constants Ele_Neutral or Integer 0). UDT_ELELEVEL: Element Level (int). UDT_AMOTION: AMotion Rate (int). UDT_ADELAY: ADelay Rate (int). UDT_DMOTION: DMotion Rate (int). UDT_HUNGER: Hunger Rate (int) - for summons. UDT_INTIMACY: Intimacy Rate (int) - for summons. UDT_LIFETIME: LifeTime (int) - for summons. UDT_MERC_KILLCOUNT: Kill count for mercenaries (int). UDT_STATPOINT: Status Points (int) - for npcs. Addition of AI constants as well. Documentation is included. Credits: [rA](https://github.com/rathena/rathena/commit/2cee5b6ff1bf53c4ae53bc1278b09ae84b8a0a76) & [Smokexyz](https://github.com/Smokexyz)
2017-04-04Implementation of Item Options System.Smokexyz1-0/+44
Allows the infusing of equipments with bonus item options. This feature is constrained to clients of packet versions greater than or equal to `20150226`. Item Options and their effects are defined server-side in `db/item_options.conf` and client side in `data/luafiles514/lua files/datainfo/addrandomoptionnametable.lub` The ID of the option must tally with the correct index of the description provided in the client side lua file to avoid bugs. IT_OPT_* keys and MAX_ITEM_OPTIONS macro are also exported from the source as constants. An additional flag `disable_options` has been added to sql, and as `DisableOptions: true/false (boolean, defaults to false !!for equipments only!!)` to item_db.conf files. Script commands documentation is also included. SQL file updates are included. Credits: [Smokexyz](https://github.com/Smokexyz) Style and Script Fixes by [Asheraf](https://github.com/Asheraf) Initial design Idea by [secretdataz](https://github.com/secretdataz)