summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2019-03-11Merge pull request #2397 from AnnieRuru/68-getmercinfoHaru1-11/+12
Add constants and MERCINFO_GID to *getmercinfo script command
2019-03-11Merge pull request #2381 from AnnieRuru/60-bg_norespawnHaru1-0/+7
Add missing documentation for disable battleground respawn
2019-03-11Minor fix a typo in the documentationAnnieRuru1-1/+1
thanks to https://github.com/rathena/rathena/pull/3951#discussion_r263220245
2019-03-11Add constants and MERCINFO_GID to *getmercinfo script commandAnnieRuru1-11/+12
2019-03-02Constants Documentation SyncHercules.ws1-0/+2
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-03-02Merge pull request #2390 from AnnieRuru/63-MOB_CLONE_STARTAsheraf1-0/+2
Add MOB_CLONE_START & MOB_CLONE_END to server defined constants
2019-02-27Change return value from 0 into -1 when *getunitdata return errorAnnieRuru1-1/+1
2019-02-26Add MOB_CLONE_START & MOB_CLONE_END to server defined constantsAnnieRuru1-0/+2
2019-02-26Add missing documentation for disable battleground respawnAnnieRuru1-0/+7
- fix a minor bug that bg_create_team should return -1, as mentioned in doc/script_commands.txt
2019-02-20Fix some typos in item_bonus doc.EyesOfAHawk1-3/+3
2019-02-01Merge pull request #2307 from kisuka/checknameditemHaru1-0/+24
Added countnameditem script command.
2019-02-01Added countnameditem script command.kisuka1-0/+24
Signed-off-by: Haru <haru@dotalux.com>
2019-01-16Constants Documentation SyncHercules.ws1-7/+8
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-01-14Add barter shop demo script.Andrei Karas1-0/+8
2019-01-14Add support for saving/loading barter shops from sql table.Andrei Karas1-0/+2
Also allow add duplicated item id to barter shops if price is different.
2019-01-14Add barter type shop and add packet ZC_NPC_BARTER_OPENAndrei Karas1-0/+5
2018-12-16Merge pull request #2246 from Emistry/scriptcommand_pcneedstatuspointHaru1-0/+16
Implement status reduction script command.
2018-12-16Constants Documentation SyncHercules.ws1-0/+22
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-12-14Add script command getInventorySize.Andrei Karas1-0/+9
This command allow read current max inventory size.
2018-12-14Add script command expandInventoryAndrei Karas1-0/+10
This command allow adjust inventory size to positive or negative value.
2018-12-14Add script command expandInventoryResult.Andrei Karas1-0/+20
This function send to client final expand status.
2018-12-14Add script command expandInventoryAckAndrei Karas1-1/+18
It send initial response for inventory expanding request.
2018-12-12Add script command servicemessage.Andrei Karas1-0/+10
This command will show colored message in chat. This message will be not logged to file and will be not visible over head.
2018-12-12Add script command for insert cards into equipped items.Andrei Karas1-0/+11
enchantitem(<equip_pos>, <card_slot>, <card_id>)
2018-11-14Merge pull request #2255 from Emistry/doc_mob_modeHaru2-113/+72
Update Monster Modes Documentation
2018-11-14Merge pull request #2256 from Emistry/doc_quest_variableHaru2-108/+262
Update Quest Variables Documentation
2018-11-13Merge pull request #2289 from EyesOfAHawk/buildin_getnpcidHaru1-6/+3
Remove type argument from buildin_getnpcid.
2018-11-13Remove type argument from buildin_getnpcid.EyesOfAHawk1-6/+3
2018-11-13Merge pull request #2259 from Emistry/doc_item_bonusHaru2-444/+436
Update Item Bonus Documentation
2018-10-22add documentation for buildin_data_to_stringgumi1-0/+12
2018-10-22Constants Documentation SyncHercules.ws1-0/+2
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-10-22Merge pull request #2279 from Helianthella/promptHaru1-7/+12
deprecate buildin_prompt, bake it into buildin_select
2018-10-22Constants Documentation SyncHercules.ws1-0/+493
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-10-22Constants Documentation SyncHercules.ws1-0/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-10-22Add script command itempreview for update preview window with given item.Andrei Karas1-0/+8
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-22Merge pull request #2229 from linton-dawson/branch1Haru2-69/+65
global_configuration.md
2018-10-21Constants Documentation SyncHercules.ws1-0/+15
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-10-21Merge pull request #2172 from dastgirp/enhance/getiteminfoHaru2-3/+7
Updated getiteminfo and setiteminfo.
2018-10-21simplify the wording in the global conf documentationgumi1-63/+51
2018-10-21global_configuration.mdlinton-dawson1-11/+19
2018-10-21Updated getiteminfo and setiteminfo.Dastgir2-3/+7
Added ITR_TRADE (Trade restriction) for both script commands
2018-10-15Update Quest Variables DocumentationEmistry Haoyan2-108/+262
- Changed into markdown format.
2018-10-15Update Monster Modes DocumentationEmistry Haoyan2-113/+72
- Changed into markdown format.
2018-10-15Update Item Bonus DocumentationEmistry Haoyan2-444/+436
- Change into markdown format.
2018-10-11add constants for max menu length and optionsgumi1-2/+4
2018-10-11bake buildin_prompt into buildin_select and clarify the difference between ↵gumi1-7/+10
the two
2018-10-07Merge pull request #2253 from Emistry/doc_permissionHaru3-40/+52
Update Permission Documents