summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
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)
2017-03-29Constants Documentation SyncHercules.ws1-0/+6
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2017-03-28add gettimer() buildingumi1-10/+39
2017-03-13Constants Documentation SyncHercules.ws1-41/+4650
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2017-03-13Constants Documentation SyncHercules.ws1-4650/+41
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2017-03-13Merge pull request #1623 from AtlantisRO/documentationRidley1-0/+219
Fixes #569. Adds mob_db.txt documentation.
2017-03-12Fixes #569. Adds mob_db.txt documentation.AtlantisRO1-0/+219
Signed-off-by: Ragno <ragno@atlantis-ro.net>
2017-03-12Merge pull request #1610 from mekolat/timer2Haru1-4/+5
allow the PC timer buildins to run on another player
2017-03-12Minor optimizations for the warpguild implementationHaru1-1/+1
Follow-up to ebb77e29f343531b508f8c37b32826afbb5f240d Signed-off-by: Haru <haru@dotalux.com>
2017-03-12Merge pull request #1496 from Emistry/scriptcommand_warpguildHaru1-1/+4
Updated *warpguild() script command.
2017-03-07update documentation for the timer buildinsgumi1-4/+5
2017-03-05Merge pull request #1589 from mekolat/strinfo2Haru1-2/+10
allow strcharinfo() and strnpcinfo() to take a GID
2017-03-05Update *warpguild() script command.Emistry Haoyan1-1/+4
- Added optional parameter to warp member from target map. - Update to loop guild member using `g->member[]` data.
2017-02-26add getvariableofpc() buildingumi1-0/+21
2017-02-26Revert "allow to get vars of other players with getd"gumi1-3/+2
This reverts commit eb5fc0076764d2f604e6a484fe144988f6e9da9b.
2017-02-26Merge pull request #1586 from mekolat/getd2Ridley1-2/+3
Allow getd to get vars if other players
2017-02-26Added option to show classchange only to one player (#1587)Guilherme G. M1-18/+9
* Added option to show classchange only to one player
2017-02-25allow strcharinfo() and strnpcinfo() to take a GIDgumi1-2/+10
2017-02-25allow to get vars of other players with getdgumi1-2/+3
2017-02-25add chr() and ord() buildinsgumi1-0/+20
2017-01-02Update *waitingroom script document (#1537)Emistry Haoyan1-1/+1
- when trigger event label, it run as *donpcevent() not *doevent(), no player are attached to the script when it's triggering the event.