Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-16 | Merge pull request #2246 from Emistry/scriptcommand_pcneedstatuspoint | Haru | 1 | -0/+16 | |
Implement status reduction script command. | |||||
2018-12-14 | Add script command getInventorySize. | Andrei Karas | 1 | -0/+9 | |
This command allow read current max inventory size. | |||||
2018-12-14 | Add script command expandInventory | Andrei Karas | 1 | -0/+10 | |
This command allow adjust inventory size to positive or negative value. | |||||
2018-12-14 | Add script command expandInventoryResult. | Andrei Karas | 1 | -0/+20 | |
This function send to client final expand status. | |||||
2018-12-14 | Add script command expandInventoryAck | Andrei Karas | 1 | -1/+18 | |
It send initial response for inventory expanding request. | |||||
2018-12-12 | Add script command servicemessage. | Andrei Karas | 1 | -0/+10 | |
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/+11 | |
enchantitem(<equip_pos>, <card_slot>, <card_id>) | |||||
2018-11-13 | Merge pull request #2289 from EyesOfAHawk/buildin_getnpcid | Haru | 1 | -6/+3 | |
Remove type argument from buildin_getnpcid. | |||||
2018-11-13 | Remove type argument from buildin_getnpcid. | EyesOfAHawk | 1 | -6/+3 | |
2018-10-22 | add documentation for buildin_data_to_string | gumi | 1 | -0/+12 | |
2018-10-22 | Merge pull request #2279 from Helianthella/prompt | Haru | 1 | -7/+12 | |
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/+8 | |
2018-10-22 | Merge pull request #2251 from Asheraf/pr3 | Haru | 1 | -0/+1 | |
Add new type for mercenary class to setquestinfo() | |||||
2018-10-22 | Merge pull request #2249 from Asheraf/pr1 | Haru | 1 | -0/+14 | |
Add missing documentation for script command achievement_progress() | |||||
2018-10-22 | Add missing documentation for script command achievement_progress() | Asheraf | 1 | -0/+14 | |
2018-10-21 | Merge pull request #2172 from dastgirp/enhance/getiteminfo | Haru | 1 | -0/+1 | |
Updated getiteminfo and setiteminfo. | |||||
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 | -2/+4 | |
2018-10-11 | bake buildin_prompt into buildin_select and clarify the difference between ↵ | gumi | 1 | -7/+10 | |
the two | |||||
2018-10-07 | Merge pull request #2253 from Emistry/doc_permission | Haru | 1 | -1/+1 | |
Update Permission Documents | |||||
2018-10-06 | Update Permission Documents | Emistry Haoyan | 1 | -1/+1 | |
- Changed into markdown format. | |||||
2018-10-05 | Implement status reduction script command. | Emistry Haoyan | 1 | -0/+16 | |
- 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/+16 | |
New script commands: camerainfo, changecamera | |||||
2018-10-03 | Add new type for mercenary class to setquestinfo() | Asheraf | 1 | -0/+1 | |
2018-10-03 | Add script command for remove special effect. | Andrei Karas | 1 | -0/+11 | |
New script command: removespecialeffect *removespecialeffect(<effect number>{, <send_target>{, <unit id>{, <account id>}}}) *removespecialeffect(<effect number>{, <send_target>{, "<NPC Name>"{, <account id>}}}) | |||||
2018-09-23 | Add support for item amount range in setquestinfo | Asheraf | 1 | -1/+1 | |
2018-08-24 | Merge pull request #2146 from mekolat/debugmes | Haru | 1 | -6/+10 | |
bake sprintf into debugmes | |||||
2018-08-24 | Merge pull request #2176 from 4144/updatepackets | Haru | 1 | -0/+15 | |
Update packets to 2018-08-08 | |||||
2018-08-24 | Merge pull request #2154 from mekolat/isfunction | Haru | 1 | -5/+22 | |
improve is_function() | |||||
2018-08-23 | Add script command msgtable and msgtable2. | Andrei Karas | 1 | -0/+15 | |
New script commands: msgtable msgId [, color] msgtable2 msgId, param [, color] | |||||
2018-07-29 | Merge pull request #2090 from AnnieRuru/45-constants | Haru | 1 | -28/+27 | |
Point all db\constant.conf to doc\constants.md | |||||
2018-07-28 | update the documentation for debugmes | gumi | 1 | -6/+10 | |
2018-07-28 | update the documentation for is_function | gumi | 1 | -5/+22 | |
2018-07-24 | Questinfo System overhaul | Asheraf | 1 | -8/+21 | |
2018-07-01 | Merge pull request #2086 from AnnieRuru/42-queueopt | Haru | 1 | -4/+4 | |
Fix *queueopt documentation | |||||
2018-06-30 | add support for send target in unittalk | Asheraf | 1 | -2/+29 | |
2018-06-30 | add option to hide names from unittalk() and npctalk() | Murilo_Bio | 1 | -4/+12 | |
2018-06-29 | Merge pull request #2081 from EyesOfAHawk/buildin_setparam | Haru | 1 | -0/+16 | |
Adds setparam(), change optional param for readparam() | |||||
2018-06-18 | Point all db\constant.conf to doc\constants.md | AnnieRuru | 1 | -28/+27 | |
- with the exception of C_ constant, ->it supposed to be base 16, but listed as base 10 in constants.md | |||||
2018-06-16 | Fix *queueopt documentation | AnnieRuru | 1 | -4/+4 | |
2018-06-15 | standardize the multi-form buildin definitions | gumi | 1 | -25/+29 | |
2018-06-15 | add documentation for buildin_setparam | gumi | 1 | -0/+15 | |
2018-06-15 | update documentation following changes to buildin_readparam | gumi | 1 | -2/+3 | |
2018-06-02 | Implementation of stylist ui | Asheraf | 1 | -0/+6 | |
2018-06-02 | Merge pull request #842 from AnnieRuru/request_6 | Haru | 1 | -5/+55 | |
Add new *pcblock script command | |||||
2018-05-26 | update documentation for buildin_getunits | gumi | 1 | -3/+8 | |
2018-05-04 | Implementation of Private AirShip | Asheraf | 1 | -0/+13 | |
2018-05-04 | Add setpcblock & checkpcblock script commands | AnnieRuru | 1 | -5/+55 | |
thanks to @MishimaHaruna for the updated syntax | |||||
2018-02-09 | Implemented hatEffect. | Dastgir | 1 | -0/+7 | |
Allows the player to have hatEffect specialeffects. Base taken from rAthena | |||||
2018-01-25 | Implementation of Official Clan System | Murilo Pereti Tavares | 1 | -0/+36 | |
All official features work including the autokick for inactive members And the system is completely customizable. |