Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-28 | * Remove all the (int) in the documentation | AnnieRuru | 1 | -2/+10 | |
- 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-27 | Change return value from 0 into -1 when *getunitdata return error | AnnieRuru | 1 | -11/+11 | |
2019-02-26 | Add MOB_CLONE_START & MOB_CLONE_END to server defined constants | AnnieRuru | 1 | -0/+2 | |
2019-02-26 | Add missing documentation for disable battleground respawn | AnnieRuru | 1 | -1/+1 | |
- fix a minor bug that bg_create_team should return -1, as mentioned in doc/script_commands.txt | |||||
2019-02-20 | Fix *atcommand cannot be use when PCBLOCK_COMMANDS is true | AnnieRuru | 1 | -4/+2 | |
- also minor fix when atcommand failed, print source npc twice | |||||
2019-02-11 | Change type for class variables from short to int | Andrei Karas | 1 | -1/+1 | |
2019-02-06 | Add new server define constant MAX_ITEM_ID | AnnieRuru | 1 | -0/+1 | |
2019-02-05 | Add support for barter shops for main and re clients with version 20190116 | Andrei Karas | 1 | -2/+2 | |
2019-02-04 | Add missing check in run_script_main | Andrei Karas | 1 | -0/+3 | |
2019-02-01 | Merge pull request #2307 from kisuka/checknameditem | Haru | 1 | -0/+60 | |
Added countnameditem script command. | |||||
2019-02-01 | Added countnameditem script command. | kisuka | 1 | -0/+60 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-01-14 | Add support for saving/loading barter shops from sql table. | Andrei Karas | 1 | -32/+70 | |
Also allow add duplicated item id to barter shops if price is different. | |||||
2019-01-14 | Add barter type shop and add packet ZC_NPC_BARTER_OPEN | Andrei Karas | 1 | -10/+44 | |
2018-12-16 | Merge pull request #2246 from Emistry/scriptcommand_pcneedstatuspoint | Haru | 1 | -0/+20 | |
Implement status reduction script command. | |||||
2018-12-14 | Add script command getInventorySize. | Andrei Karas | 1 | -0/+11 | |
This command allow read current max inventory size. | |||||
2018-12-14 | Add script command expandInventory | Andrei Karas | 1 | -0/+11 | |
This command allow adjust inventory size to positive or negative value. | |||||
2018-12-14 | Add script command expandInventoryResult. | Andrei Karas | 1 | -0/+18 | |
This function send to client final expand status. | |||||
2018-12-14 | Add script command expandInventoryAck | Andrei Karas | 1 | -0/+21 | |
It send initial response for inventory expanding request. | |||||
2018-12-14 | Add inventory size field into db and using it in server. | Andrei Karas | 1 | -37/+35 | |
2018-12-12 | Add script command servicemessage. | Andrei Karas | 1 | -0/+24 | |
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-12 | Add script command for insert cards into equipped items. | Andrei Karas | 1 | -0/+51 | |
enchantitem(<equip_pos>, <card_slot>, <card_id>) | |||||
2018-12-04 | Added mapflags 'nostorage' and 'nogstorage' | Carlos Henrique | 1 | -0/+19 | |
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-11-14 | Use an enum as flag for status->heal() and related functions | Haru | 1 | -14/+14 | |
This introduces the `enum status_heal_flag`. No functional changes are made. Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-11-13 | Merge pull request #2289 from EyesOfAHawk/buildin_getnpcid | Haru | 1 | -21/+12 | |
Remove type argument from buildin_getnpcid. | |||||
2018-11-13 | Remove type argument from buildin_getnpcid. | EyesOfAHawk | 1 | -21/+12 | |
2018-11-13 | Merge pull request #2304 from Helianthella/data-to-string | Haru | 1 | -0/+59 | |
add data_to_string() | |||||
2018-11-13 | Merge pull request #2105 from Helianthella/getunits3 | Haru | 1 | -11/+3 | |
break the loop in buildin_getunits when the max is reached | |||||
2018-11-07 | break the loop in buildin_getunits when the max is reached | gumi | 1 | -11/+3 | |
2018-10-22 | add buildin_data_to_string and buildin_string_to_data | gumi | 1 | -0/+59 | |
2018-10-22 | Merge pull request #2279 from Helianthella/prompt | Haru | 1 | -98/+24 | |
deprecate buildin_prompt, bake it into buildin_select | |||||
2018-10-22 | Add script command itempreview for update preview window with given item. | Andrei Karas | 1 | -0/+12 | |
2018-10-22 | Merge pull request #2251 from Asheraf/pr3 | Haru | 1 | -0/+12 | |
Add new type for mercenary class to setquestinfo() | |||||
2018-10-22 | Merge pull request #2250 from Asheraf/pr2 | Haru | 1 | -12/+1 | |
change showevent icon validation to use function from questinfo | |||||
2018-10-21 | Merge pull request #2172 from dastgirp/enhance/getiteminfo | Haru | 1 | -0/+21 | |
Updated getiteminfo and setiteminfo. | |||||
2018-10-21 | Updated getiteminfo and setiteminfo. | Dastgir | 1 | -0/+21 | |
Added ITR_TRADE (Trade restriction) for both script commands | |||||
2018-10-11 | add constants for max menu length and options | gumi | 1 | -14/+16 | |
2018-10-11 | bake buildin_prompt into buildin_select and clarify the difference between ↵ | gumi | 1 | -87/+11 | |
the two | |||||
2018-10-07 | Merge pull request #2239 from guilherme-gm/201810-assertion_berserk | Haru | 1 | -1/+3 | |
Fixes an assertion error when sc_end is called for SC_BERSERK | |||||
2018-10-07 | Merge pull request #2240 from Helianthella/getd-const | Haru | 1 | -1/+3 | |
allow buildin_getd to work with constants and params | |||||
2018-10-07 | Merge pull request #2238 from Helianthella/varofpc | Haru | 1 | -80/+13 | |
fix setting char/account variables of another player | |||||
2018-10-05 | Implement status reduction script command. | Emistry Haoyan | 1 | -0/+20 | |
- for stat reduction support. - return the amount of status point required to increase a status. | |||||
2018-10-04 | Add script commands for show camera info window and change camera parameters. | Andrei Karas | 1 | -0/+30 | |
New script commands: camerainfo, changecamera | |||||
2018-10-03 | Add new type for mercenary class to setquestinfo() | Asheraf | 1 | -0/+12 | |
2018-10-03 | Add script command for remove special effect. | Andrei Karas | 1 | -0/+45 | |
New script command: removespecialeffect *removespecialeffect(<effect number>{, <send_target>{, <unit id>{, <account id>}}}) *removespecialeffect(<effect number>{, <send_target>{, "<NPC Name>"{, <account id>}}}) | |||||
2018-10-02 | change showevent icon validation to use function from questinfo | Asheraf | 1 | -12/+1 | |
2018-10-01 | use the regular pc->setregistry to set vars of another char | gumi | 1 | -103/+12 | |
this will prevent further errors, and will allow setting special variables such as `#CASHPOINTS` | |||||
2018-10-01 | fix setting char/account variables of another player | gumi | 1 | -2/+26 | |
2018-10-01 | allow buildin_getd to work with constants and params | gumi | 1 | -1/+3 | |
this is highly discouraged, but it should still work | |||||
2018-10-01 | Fixes an assertion error when sc_end is called for SC_BERSERK | Guilherme G. Menaldo | 1 | -1/+3 | |
2018-09-24 | Merge pull request #2193 from Helianthella/mes | Asheraf | 1 | -3/+7 | |
buildin_mes shorthand |