Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-07 | add documentation for the number separators | gumi | 1 | -0/+7 | |
2020-05-07 | add documentation for the octal and binary literals | gumi | 1 | -1/+16 | |
2020-03-09 | Constants Documentation Sync | Hercules.ws | 1 | -1/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-03-09 | Merge pull request #2648 from Kenpachi2k13/itemskill_fix | Haru | 1 | -8/+10 | |
Fix itemskill() script command | |||||
2020-03-09 | Constants Documentation Sync | Hercules.ws | 1 | -0/+3 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-03-09 | Merge pull request #2639 from Kenpachi2k13/getiteminfo_extension | Haru | 1 | -0/+4 | |
Extend getiteminfo() script command | |||||
2020-03-08 | Merge pull request #2628 from Kenpachi2k13/unitiswalking | Haru | 1 | -0/+31 | |
Add unitiswalking() script command | |||||
2020-03-08 | Constants Documentation Sync | Hercules.ws | 1 | -0/+8 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-03-08 | Merge pull request #2650 from Emistry/constant_itemboundtype | Haru | 1 | -15/+15 | |
Added Item Bound Type constants | |||||
2020-03-08 | Constants Documentation Sync | Hercules.ws | 1 | -3/+3 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-03-08 | Added Item Bound Type constants | Emistry Haoyan | 1 | -15/+15 | |
- improve readability. | |||||
2020-03-06 | Update doc/script_commands.txt | Kenpachi Developer | 1 | -8/+10 | |
2020-02-21 | Update doc/script_commands.txt | Kenpachi Developer | 1 | -0/+4 | |
2020-02-11 | Add unitiswalking() script command | Kenpachi Developer | 1 | -0/+31 | |
2020-02-10 | Constants Documentation Sync | Hercules.ws | 1 | -0/+7 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-02-09 | Updated documentation of itemskill() script command in doc/script_commands.txt. | Kenpachi Developer | 1 | -4/+21 | |
2020-02-09 | Constants Documentation Sync | Hercules.ws | 1 | -0/+7 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-02-09 | Merge pull request #2622 from Kenpachi2k13/mob_viewdata_fix | Haru | 1 | -2/+3 | |
Make mob DB field ViewData->HairStyleId defaulting to 1 instead of 0. | |||||
2020-02-09 | Merge pull request #2586 from Asheraf/madostatueffect | Haru | 1 | -1/+7 | |
Implement support for switching madogear type | |||||
2020-02-09 | Constants Documentation Sync | Hercules.ws | 1 | -0/+13 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-02-09 | Merge pull request #2590 from Kenpachi2k13/issue#2530 | Haru | 2 | -9/+30 | |
Change unload NPC behavior to kill mobs that were spawned by unloaded NPC (non-permanent monster spawns) [Issue #2530] | |||||
2020-02-09 | Add script command achievement_iscompleted to check for achievement status | Asheraf | 1 | -0/+8 | |
2020-02-09 | Add new script commands cloakonnpc/cloakoffnpc | Asheraf | 1 | -0/+12 | |
2020-02-09 | Change unload NPC behavior to kill mobs that were spawned by unloaded NPC ↵ | Kenpachi Developer | 2 | -9/+30 | |
(non-permanent monster spawns) [Issue #2530] Mobs spawned by NPC will be removed on @reloadnpc, @unloadnpc, and @unloadnpcfile. Additionally OnNPCUnload NPC label was added, to revert other changes made by NPC. For example set/removed mapflags or added mob drops. | |||||
2020-02-09 | Constants Documentation Sync | Hercules.ws | 1 | -0/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-02-09 | Add docs for expanded barter shop commands | Andrei Karas | 1 | -2/+35 | |
2020-02-09 | Constants Documentation Sync | Hercules.ws | 1 | -1108/+1108 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-02-01 | Updated documentation of default value for mob DB field ViewData->HairStyleId. | Kenpachi Developer | 1 | -2/+3 | |
Additionally fixed reference to monster modes deocumentation in doc/mob_db.txt. | |||||
2020-01-29 | Implement support for switching madogear type | Asheraf | 1 | -1/+7 | |
2020-01-13 | Update copyright headers for year 2020 | Haru | 5 | -5/+5 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-01-12 | Merge pull request #2604 from Kenpachi2k13/issue#1861 | Haru | 1 | -9/+18 | |
Add flag to ignore mapflag restrictions in warpparty() and warpguild() script commands. | |||||
2020-01-12 | Merge pull request #2606 from Ridley8819/pcblocknpc | Haru | 2 | -0/+2 | |
Adding PCBLOCK_NPC to setpcblock script command | |||||
2020-01-12 | Adds buildin_resetfeel, buildin_resethate and acmd_hatereset. | EyesOfAHawk | 2 | -0/+16 | |
2020-01-09 | Adding PCBLOCK_NPC to setpcblock script command | Ridley | 2 | -0/+2 | |
2020-01-08 | Updated doc/script_commands.txt. | Kenpachi Developer | 1 | -9/+18 | |
2019-12-15 | Merge pull request #2572 from Asheraf/mobviewdatadb | Haru | 1 | -0/+23 | |
Add support for overriding default view data in mob database | |||||
2019-12-12 | Add script function specialeffectnum | Andrei Karas | 2 | -1/+10 | |
2019-11-17 | Constants Documentation Sync | Hercules.ws | 1 | -616/+635 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-11-17 | Constants Documentation Sync | Hercules.ws | 1 | -0/+14 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-10-30 | Add support for overriding default view data in mob database | Asheraf | 1 | -0/+23 | |
2019-10-20 | deprecate buildin_getguildmasterid | gumi | 1 | -0/+8 | |
2019-10-20 | deprecate buildin_getguildmaster | gumi | 1 | -0/+8 | |
2019-10-20 | deprecate buildin_getguildname | gumi | 1 | -0/+8 | |
2019-10-20 | add documentation for buildin_getguildinfo | gumi | 1 | -0/+26 | |
2019-10-20 | fix whitespaces in the script doc | gumi | 1 | -7/+7 | |
2019-09-23 | Constants Documentation Sync | Hercules.ws | 1 | -0/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-09-23 | Constants Documentation Sync | Hercules.ws | 1 | -0/+617 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-09-23 | Implementation of LapineDdukDdak System | Asheraf | 1 | -0/+6 | |
2019-09-23 | Merge pull request #2462 from hemagx/dehardcoded_rentrals | Haru | 1 | -0/+6 | |
Dehardcode Rental Expire/Renting item checks | |||||
2019-09-23 | Merge pull request #2533 from skyleo/master | Haru | 1 | -2/+2 | |
Fix two examples in scripting documentation |