summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2019-06-02Constants Documentation SyncHercules.ws1-0/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-06-02Merge pull request #2221 from carloshenrq/nostorageHaru3-0/+12
Mapflag nostorage and nogstorage
2019-06-02Constants Documentation SyncHercules.ws1-0/+6
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-06-02Adds buildin_getguildonline.EyesOfAHawk1-0/+12
Signed-off-by: Haru <haru@dotalux.com>
2019-06-02standardize script commands to small lettersAnnieRuru1-4/+4
Signed-off-by: Haru <haru@dotalux.com>
2019-06-02Merge pull request #2394 from bWolfie/buildin_delitemidxHaru1-0/+28
Adds BUILDIN(delitemidx), which deletes an item at the given index.
2019-06-02Adds BUILDIN(delitemidx), which deletes an item at the given index.EyesOfAHawk1-0/+28
Signed-off-by: Haru <haru@dotalux.com>
2019-06-01Merge pull request #2380 from AnnieRuru/59-all_AllHaru1-1/+1
Standardize to "all" in script commands
2019-06-01Merge pull request #2471 from Emistry/scriptcommand_mesclearHaru1-0/+15
Add *mesclear script command.
2019-06-01Merge pull request #2472 from Emistry/scriptcommand_cap_valueHaru1-0/+12
Add *cap_value script command
2019-06-01Constants Documentation SyncHercules.ws1-0/+2
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-06-01Merge pull request #2474 from Emistry/scriptcommand_getmapinfoHaru1-5/+6
Update *getmapinfo script command.
2019-05-31Constants Documentation SyncHercules.ws1-0/+6
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-05-15Update *getmapinfo script command.Emistry Haoyan1-5/+6
- Added parameter `MAPINFO_NPC_COUNT` to return the total number of NPC exists in the map. - Added new server define `MAX_NPC_PER_MAP`
2019-05-14Add *cap_value script commandEmistry Haoyan1-0/+12
- add `cap_value(value, min, max)` script command. - avoid the ugly nested `min()` and `max()` combo if needed.
2019-05-14Added *mesclear script command.Emistry Haoyan1-0/+15
- `*mesclear()` script command will clear the NPC dialog text and continue the script without player interaction. example: `next();`.
2019-05-05Implement Refinery UIIbrahim Zidan1-0/+6
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-05-05Constants Documentation SyncHercules.ws1-60/+61
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-05-05Add script function for close roulette windowAndrei Karas1-0/+7
New script function: closeroulette()
2019-05-05Add commands getunittitle and setunittitleAndrei Karas1-0/+15
This commands get/set title for non players bl
2019-05-05Extend setinitdata and getunitdata with UDT_GROUP flagAndrei Karas1-0/+2
2019-05-05Merge pull request #2068 from AnnieRuru/37-F_MesItemInfoHaru1-1/+9
Add F_MesItemInfo function to show item name with description link
2019-05-05Merge pull request #2426 from Emistry/scriptcommand_getinventorylist_favouriteHaru1-1/+2
Expand *getinventorylist() script command - favorite field
2019-05-05Merge pull request #2309 from guilherme-gm/201810-randomopt-dropHaru2-15/+150
Support for monster drops with Random Options
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-20Added support for mobs to drop items with Random OptionsGuilherme G. Menaldo2-15/+150
2019-04-11Standardize to "all" in script commandsAnnieRuru1-1/+1
2019-04-10Expand *getinventorylist() script commandEmistry Haoyan1-1/+2
- return an array `@inventorylist_favorite` - indicate whether an item in the inventory are located inside favorite tab or not.
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