summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2019-04-29Merge pull request #2439 from Emistry/atcommand_dropallIbrahem Zidan1-3/+17
Update dropall atcommand drop item based on type.
2019-04-29Update dropall atcommand drop item based on type.Emistry Haoyan1-3/+17
- Enable to drop items based on item type.
2019-04-29Constants Documentation SyncHercules.ws1-0/+9
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-04-29Added *consolemes script commandEmistry Haoyan1-0/+27
- deprecated `*debugmes` script command. - added `*consolemes` script command which display the console message based on `type`. - allow map-server console to auto logging into text file depend on type of message.
2019-04-07Merge pull request #2415 from AnnieRuru/76-showscriptHaru1-1/+4
Add optional parameter for *showscript to send target to SELF only
2019-04-07Constants Documentation SyncHercules.ws1-0/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-04-07Merge pull request #2367 from AnnieRuru/54-MAX_ITEM_IDHaru1-0/+1
Add new server define constant MAX_ITEM_ID
2019-04-07Constants Documentation SyncHercules.ws1-6/+22
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-04-07Merge pull request #2398 from AnnieRuru/69-getpetinfoHaru1-15/+26
Deprecate *petstat and add CONSTANTS to *getpetinfo
2019-04-07Merge pull request #2388 from AnnieRuru/61-gettimestrHaru1-3/+4
Add optional parameter for *gettimestr
2019-04-07Merge pull request #2401 from dastgirp/feature/getinventorylistHaru1-0/+1
Expanded getinventorylist:
2019-03-30Add optional parameter for *showscript to send target to SELF onlyAnnieRuru1-1/+4
- also remove the useless script_pushint
2019-03-23Fix strftime in the documentationAnnieRuru1-2/+2
2019-03-23Add optional parameter for *gettimestrAnnieRuru1-1/+2
2019-03-12Add constants to *getpetinfo, and add some new fieldsAnnieRuru1-15/+19
2019-03-11Deprecate *petstat script commandAnnieRuru1-0/+7
2019-03-11Merge pull request #2399 from AnnieRuru/70-needed_status_pointHaru1-1/+1
Fix *needed_status_point not support <char_id>
2019-03-11Constants Documentation SyncHercules.ws1-2/+2
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-03-11Merge pull request #2391 from AnnieRuru/64-setunitdata_phase_1Haru1-104/+100
setunitdata/getunitdata clean up. Phase 1
2019-03-11Merge pull request #2396 from AnnieRuru/67-mobattachedHaru1-2/+21
* Add *mobattached and *killmonstergid script command
2019-03-11Constants Documentation SyncHercules.ws1-0/+12
Signed-off-by: HerculesWSAPI <dev@herc.ws>
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-09Expanded getinventorylist:Dastgir1-0/+1
* getinventorylist now creates extra variable named @inventorylist_idx, which returns items corresponding inventory index.
2019-03-03Fix *needed_status_point not support <char_id>AnnieRuru1-1/+1
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-03-02* Add *mobattached and *killmonstergid script commandAnnieRuru1-2/+21
also fix quests_rachel, now support with *unitemote
2019-02-28* Remove all the (int) in the documentationAnnieRuru1-101/+100
- once all the strings culprit are out, now only left with int to deal with. - Please make this script command only dealing with ONE INTEGER value
2019-02-27Change return value from 0 into -1 when *getunitdata return errorAnnieRuru1-1/+1
2019-02-27Deprecate UDT_WALKTOXY constantAnnieRuru1-1/+0
- this constant only used by *setunitdata, now has to use *unitwalk
2019-02-27Deprecate UDT_MAPIDXY constantAnnieRuru1-2/+0
- use *unitwarp for setunitdata - use *getmapxy for getunitdata
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-06Add new server define constant MAX_ITEM_IDAnnieRuru1-0/+1
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.