Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 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-09-24 | Merge pull request #2193 from Helianthella/mes | Asheraf | 1 | -3/+7 | |
buildin_mes shorthand | |||||
2018-09-23 | Merge pull request #2218 from Asheraf/questinfo_fix | Haru | 1 | -5/+14 | |
Fix wrong validation for quests in setquestinfo | |||||
2018-09-23 | Add support for item amount range in setquestinfo | Asheraf | 1 | -5/+14 | |
2018-09-19 | Update inventory packet for 2018-09-12 RE. | Andrei Karas | 1 | -2/+2 | |
2018-08-29 | fix set_reg no longer being able to handle C_PARAM | gumi | 1 | -1/+1 | |
closes #2200 | |||||
2018-08-26 | make it legal to not pass arguments to buildin_mes | gumi | 1 | -3/+7 | |
2018-08-26 | Merge pull request #2164 from mekolat/addvariable | Haru | 1 | -66/+121 | |
always set the type to C_NAME when adding variables through script->add_str | |||||
2018-08-24 | Merge pull request #2146 from mekolat/debugmes | Haru | 1 | -4/+13 | |
bake sprintf into debugmes | |||||
2018-08-24 | Merge pull request #2176 from 4144/updatepackets | Haru | 1 | -0/+40 | |
Update packets to 2018-08-08 | |||||
2018-08-24 | Merge pull request #2154 from mekolat/isfunction | Haru | 1 | -6/+46 | |
improve is_function() | |||||
2018-08-23 | Add script command msgtable and msgtable2. | Andrei Karas | 1 | -0/+40 | |
New script commands: msgtable msgId [, color] msgtable2 msgId, param [, color] | |||||
2018-07-30 | push constants as C_NAME in the script buffer | gumi | 1 | -2/+10 | |
2018-07-30 | always set the type when doing script->add_str | gumi | 1 | -64/+111 | |
2018-07-30 | Revert "temporary fix for getd (#2163)" | gumi | 1 | -1/+1 | |
This reverts commit 6696ad9eed9b95bf8abe135801d1fad03aeb40e6. | |||||
2018-07-30 | temporary fix for getd (#2163)v2018.07.29+1 | gumi | 1 | -1/+1 | |
this will be reverted in the next release and a proper fix will be added | |||||
2018-07-29 | Merge pull request #2159 from 4144/initbl | Haru | 1 | -0/+7 | |
Set all fields to 0 in fake bl's. | |||||
2018-07-29 | Set all fields to 0 in fake bl's. | Andrei Karas | 1 | -0/+7 | |
2018-07-28 | fix getd not setting the type to C_NAME for new variables | gumi | 1 | -1/+13 | |
2018-07-28 | Merge pull request #2067 from dastgirp/1-achievement | Haru | 1 | -0/+86 | |
Implemented Achievement System and Title System | |||||
2018-07-26 | make is_function work with any command type | gumi | 1 | -6/+46 | |
2018-07-25 | bake sprintf into debugmes | gumi | 1 | -4/+13 | |
2018-07-25 | Merge pull request #2093 from AnnieRuru/47-MAX_ARRAYSIZE | Haru | 1 | -2/+2 | |
Fix SCRIPT_MAX_ARRAYSIZE | |||||
2018-07-24 | Implementation of the official Achievement System. | smokexyz | 1 | -0/+86 | |
Source: http://ro.gnjoy.com/news/update/View.asp?seq=163&curpage=1 Script Commands - ``` achievement_progress(<ach_id>,<obj_idx>,<progress>,<incremental?>{,<char_id>}); ``` Includes an achievement_db.conf generator that reads from the item_db, mob_db (server side) and achievement_list.lub files to determine valid achievement entries based on item/monster availability. Achievements containing unsupported entries are commented out. This feature, although renewal-only in official servers, is capable of being used in pre-renewal mode on Hercules. Does not include the title system yet. A big thanks to - @MishimaHaruna for constantly reviewing. @4144 for all the support. @Asheraf for a lot of official information. Co-authored-by: "Dastgir" <dastgirp@gmail.com> | |||||
2018-07-24 | Correct wrong attribute used for pet evolution egg hiding | Asheraf | 1 | -0/+8 | |
2018-07-24 | Merge pull request #2107 from Asheraf/questinfo_vec | Haru | 1 | -48/+160 | |
Questinfo System overhaul | |||||
2018-07-24 | Questinfo System overhaul | Asheraf | 1 | -48/+160 | |
2018-07-24 | Merge pull request #2130 from mekolat/reloadconst | Haru | 1 | -14/+12 | |
reload the const db on script reload | |||||
2018-07-24 | Convert questinfo data into a vector | Asheraf | 1 | -2/+2 | |
2018-07-19 | Replace item id shorts to int in map server. | Andrei Karas | 1 | -28/+28 | |
2018-07-13 | reload the const db on script reload | gumi | 1 | -14/+12 | |
2018-07-01 | Change functions to static where possible (Part 4 - map) | Haru | 1 | -693/+867 | |
This fixes issues with plugins defining symbols with the same names Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-07-01 | Merge pull request #2086 from AnnieRuru/42-queueopt | Haru | 1 | -3/+3 | |
Fix *queueopt documentation | |||||
2018-06-30 | add support for send target in unittalk | Asheraf | 1 | -5/+19 | |
2018-06-30 | add option to hide names from unittalk() and npctalk() | Murilo_Bio | 1 | -6/+24 | |
2018-06-29 | Fix packet 836 (search in stores). | Andrei Karas | 1 | -1/+1 | |
Added item options fields into this packet. Updated other things for support for report item options in vending. Buying store not supported for now. | |||||
2018-06-29 | Merge pull request #2081 from EyesOfAHawk/buildin_setparam | Haru | 1 | -2/+45 | |
Adds setparam(), change optional param for readparam() | |||||
2018-06-25 | Merge pull request #2077 from AnnieRuru/39-pre-increment | Haru | 1 | -2/+2 | |
Fix pre-increment / pre-decrement operator error | |||||
2018-06-25 | Merge pull request #2075 from guilherme-gm/rodex-script | Haru | 1 | -1/+1 | |
Fixed rodex_sendmail_acc script command and rodex examples | |||||
2018-06-22 | Merge pull request #1924 from Asheraf/instance3 | Haru | 1 | -13/+35 | |
Update Instance generating behaviour | |||||
2018-06-19 | Fix SCRIPT_MAX_ARRAYSIZE | AnnieRuru | 1 | -2/+2 | |
2018-06-18 | Merge pull request #2064 from 4144/updatepackets | Haru | 1 | -1/+3 | |
update packets and message table for clients 20180530 to 20180612 | |||||
2018-06-16 | Fix *queueopt documentation | AnnieRuru | 1 | -3/+3 | |
2018-06-15 | always give a return value in buildin_getunits | gumi | 1 | -0/+2 | |
2018-06-15 | fix whitespaces in script.c | gumi | 1 | -2/+2 | |
2018-06-15 | add buildin_setparam | gumi | 1 | -0/+38 | |
Co-authored-by: "Wolfie" <ryan.tana55@gmail.com> | |||||
2018-06-15 | allow to pass an account id to buildin_readparam | gumi | 1 | -4/+9 | |
Co-authored-by: "Wolfie" <ryan.tana55@gmail.com> | |||||
2018-06-14 | Split enum zc_ui_types by supported packet versions. | Andrei Karas | 1 | -0/+2 | |
Also fixed clif_open_ui for old clients. | |||||
2018-06-14 | Fix pre-increment / pre-decrement operator error | AnnieRuru | 1 | -2/+2 | |
eg: if (1) ++.@i; |