Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-06 | Add NoPet mapflag | Emistry Haoyan | 1 | -1/+2 | |
- allow to set nopet mapflag at any maps. - mapflag to disable pet, and force return to egg. | |||||
2020-06-28 | Enlarge field size of npc_item_flag in struct script_state according to ↵ | Kenpachi Developer | 1 | -1/+1 | |
possible values | |||||
2020-05-27 | Merge pull request #2142 from Helianthella/export2 | Haru | 1 | -6/+15 | |
allow local NPC functions to be public or private | |||||
2020-05-09 | Add script_is_permanent_variable() function | Kenpachi Developer | 1 | -0/+1 | |
2020-05-03 | document script_label_entry | gumi | 1 | -0/+4 | |
2020-05-03 | add a config flag to allow to local functions to be event handlers | gumi | 1 | -0/+1 | |
2020-05-03 | add a config flag to allow local functions to be public by default | gumi | 1 | -0/+1 | |
2020-05-03 | allow local NPC functions to be public or private | gumi | 1 | -6/+9 | |
2020-03-09 | Merge pull request #2648 from Kenpachi2k13/itemskill_fix | Haru | 1 | -1/+1 | |
Fix itemskill() script command | |||||
2020-03-06 | Rename ISF_IGNORECONDITIONS to ISF_CHECKCONDITIONS | Kenpachi Developer | 1 | -1/+1 | |
2020-02-21 | Add ITEMINFO_ID, ITEMINFO_AEGISNAME and ITEMINFO_NAME constants | Kenpachi Developer | 1 | -0/+3 | |
2020-02-09 | Added a new option flag to itemskill() script command to be able to ↵ | Kenpachi Developer | 1 | -0/+1 | |
forcefully cast skill on on invoking character. | |||||
2020-02-09 | Added a new option flag to itemskill() script command, to be able to cast a ↵ | Kenpachi Developer | 1 | -0/+1 | |
skill without cast time. | |||||
2020-02-09 | Fixed skill conditions check and <flag> parameter in itemskill() script command. | Kenpachi Developer | 1 | -0/+8 | |
* itemskill() script command should check for the skill's conditions and also consumes them. SP are not consumed. * The same applies to Hocus-pocus skill. Conditions should be checked and consumed, SP are not consumed. * This was bugged for more than 6 years now. See linked bug report and commits. Related bug: * https://herc.ws/oldboard/tracker/issue-7210-itemskill-command-does-not-check-for-required-items/ Related commits: * https://github.com/HerculesWS/Hercules/commit/b864056b8d088660fca9129bddad477732ed8df9 * https://github.com/HerculesWS/Hercules/commit/07272f7a16db87970583286db03167ca79604a69 | |||||
2020-02-09 | Merge pull request #2586 from Asheraf/madostatueffect | Haru | 1 | -0/+12 | |
Implement support for switching madogear type | |||||
2020-02-09 | Add script commands for expanded barter shops | Andrei Karas | 1 | -0/+1 | |
2020-01-29 | Implement support for switching madogear type | Asheraf | 1 | -0/+12 | |
2020-01-13 | Update copyright headers for year 2020 | Haru | 1 | -2/+2 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-01-09 | Adding PCBLOCK_NPC to setpcblock script command | Ridley | 1 | -10/+11 | |
2019-10-18 | Merge pull request #2492 from dastgirp/huld/split | Haru | 1 | -2/+3 | |
Split HULD translations to per NPC file instead of one large file | |||||
2019-10-02 | Load translations from a directory rather than a file | Haru | 1 | -2/+3 | |
2019-09-23 | Implementation of LapineDdukDdak System | Asheraf | 1 | -0/+1 | |
2019-09-22 | Implement new script fields for items triggered on rentral status changes | Ibrahim Zidan | 1 | -0/+2 | |
- OnRentalStartScript triggered when a rental item is added to inventory - OnRentalEndScript triggered when a rental period end/expire of the item Related #140 Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-09-22 | Implementation of new guild ui client features | Asheraf | 1 | -0/+10 | |
2019-08-05 | Extend *set/getiteminfo script commands | Emistry Haoyan | 1 | -1/+24 | |
- additional options. | |||||
2019-07-24 | Update mob_db - DamageTakenRate field | Emistry Haoyan | 1 | -0/+1 | |
- adjust the damage taken by monster. (default = `100 = 1x`) - ref: https://github.com/idathena/trunk/commit/e267d2e2dada6196b479a6f2f35e9d25291ef22b | |||||
2019-06-02 | Merge pull request #2221 from carloshenrq/nostorage | Haru | 1 | -1/+3 | |
Mapflag nostorage and nogstorage | |||||
2019-05-05 | Extend setinitdata and getunitdata with UDT_GROUP flag | Andrei Karas | 1 | -0/+1 | |
2019-03-12 | Add constants to *getpetinfo, and add some new fields | AnnieRuru | 1 | -0/+21 | |
2019-03-11 | Add constants and MERCINFO_GID to *getmercinfo script command | AnnieRuru | 1 | -0/+17 | |
2018-12-04 | Added mapflags 'nostorage' and 'nogstorage' | Carlos Henrique | 1 | -1/+3 | |
nostorage 1 -- blocks only @storage nostorage 2 -- blocks only openstorage(); nostorage 3 -- blocks @storage and openstorage() nogstorage 1 -- blocks only @gstorage nogstorage 2 -- blocks only guildopenstorage(); nogstorage 3 -- blocks @gstorage and guildopenstorage() | |||||
2018-10-22 | Merge pull request #2279 from Helianthella/prompt | Haru | 1 | -0/+5 | |
deprecate buildin_prompt, bake it into buildin_select | |||||
2018-10-21 | Updated getiteminfo and setiteminfo. | Dastgir | 1 | -0/+1 | |
Added ITR_TRADE (Trade restriction) for both script commands | |||||
2018-10-11 | add constants for max menu length and options | gumi | 1 | -0/+3 | |
2018-10-11 | bake buildin_prompt into buildin_select and clarify the difference between ↵ | gumi | 1 | -0/+2 | |
the two | |||||
2018-07-30 | push constants as C_NAME in the script buffer | gumi | 1 | -1/+0 | |
2018-07-30 | always set the type when doing script->add_str | gumi | 1 | -0/+1 | |
2018-07-25 | Merge pull request #2093 from AnnieRuru/47-MAX_ARRAYSIZE | Haru | 1 | -1/+1 | |
Fix SCRIPT_MAX_ARRAYSIZE | |||||
2018-07-24 | Merge pull request #2130 from mekolat/reloadconst | Haru | 1 | -1/+1 | |
reload the const db on script reload | |||||
2018-07-19 | Replace item id shorts to int in map server. | Andrei Karas | 1 | -1/+1 | |
2018-07-13 | reload the const db on script reload | gumi | 1 | -1/+1 | |
2018-06-19 | Fix SCRIPT_MAX_ARRAYSIZE | AnnieRuru | 1 | -1/+1 | |
2018-06-02 | Merge pull request #842 from AnnieRuru/request_6 | Haru | 1 | -0/+16 | |
Add new *pcblock script command | |||||
2018-05-31 | 2012-2018 ! | Maytichai Saowa | 1 | -1/+1 | |
2018-05-04 | Implementation of Private AirShip | Asheraf | 1 | -1/+3 | |
2018-05-04 | Add setpcblock & checkpcblock script commands | AnnieRuru | 1 | -0/+16 | |
thanks to @MishimaHaruna for the updated syntax | |||||
2018-04-02 | Rename script->sprintf() to script->sprintf_helper() | Haru | 1 | -1/+1 | |
This prevents compile errors in HPMHooking in case sprintf is defined as a macro by the C library Fixes #2003 Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-02-15 | expose script_sprintf to plugins | gumi | 1 | -0/+1 | |
2017-11-12 | Add ITEMINFO_VIEWSPRITE support to getiteminfo() / setiteminfo(). | Haru | 1 | -0/+1 | |
Adds the ability to query an item's view sprite, lost with #1828 Fixes #1895 Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-11-12 | Add ITEMINFO_MATK support to getiteminfo() / setiteminfo(). | Haru | 1 | -0/+1 | |
This item info type was documented in commit 315d632e69c60d2996872c9330164133101befdf, but never implemented. Signed-off-by: Haru <haru@dotalux.com> |