Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-19 | summon fix | HoraK-FDF | 1 | -1/+1 | |
2022-11-17 | Keep getusers(0) disabledv2022.11.19 | Jesusaves | 1 | -1/+3 | |
2022-11-17 | MobInfo | HoraK-FDF | 1 | -8/+433 | |
* includes @mobinfo ingame command aswell as mobinfo functions for scripts * enhanced summon script command to take a name to support spawn names * moved @summon to where other mob related commands are * added enchanter and koyntety cooldown symbols * some translations * some constants added for drops and mobs | |||||
2022-11-08 | Nerf the "Red Threshold" attack speed.v22.11.9 | Jesusaves | 1 | -2/+2 | |
2022-11-08 | Remove getusers(0) because it is broken in TMWA (causes a SEGV) | Jesusaves | 1 | -2/+2 | |
2022-10-24 | Sc cooldown added frillyar and kaflosh status symbols and <1s fix | HoraK-FDF | 1 | -8/+23 | |
2022-10-23 | Added get all reg2, get single reg2, set/add reg2 and del reg2 to ↵ | HoraK-FDF | 1 | -63/+368 | |
tmwa-admin. Fixed communication from char server to login server. Added translations and comments. Minor QoL. | |||||
2020-07-06 | ensure that returning builtins always return, else abort | gumi | 1 | -6/+6 | |
2020-07-06 | fix formatting of the script nullpo macro | gumi | 1 | -12/+16 | |
2020-07-06 | abort script execution when encountering a null pointer | gumi | 1 | -121/+106 | |
2019-08-28 | Revert the changes from the last 2 releases | gumi | 1 | -0/+1 | |
battle.cpp is very messy and full of bugs | |||||
2019-08-26 | fix mob slaves not attacking | gumi | 1 | -1/+0 | |
2019-04-15 | add gm automod tool | gumi | 1 | -1/+3 | |
2019-01-11 | drop support for gcc-5, gcc-6, clang-4, clang-5 in travis and fix some misc ↵ | gumi | 1 | -0/+2 | |
issues | |||||
2018-03-23 | Fix NPC script softlockv18.3.22 | Freeyorp | 1 | -0/+11 | |
When an NPC called destroy; from an attached script, npc_id, and associated state, was not properly cleared. This meant that the server considered the PC to still be in conversation, preventing many actions including walking, but with an invalid NPC. This clears state for the specific case of the a PC attached to the script instance that called destroy. It is still not safe to call destroy; if other players may be attached to it. | |||||
2018-03-08 | fix some out-of-memory reads in script builtins | gumi | 1 | -3/+3 | |
2018-02-17 | remove unused variables | gumi | 1 | -1/+0 | |
2018-01-29 | fix the nullpo check in builtin_getcharidv18.1.29.1 | gumi | 1 | -1/+4 | |
2018-01-29 | cowardly abort script if sd is missingv18.1.29 | gumi | 1 | -77/+100 | |
2018-01-28 | make the player stand while attacking with overrides | gumi | 1 | -0/+3 | |
2018-01-28 | allow to specify charges for magic override | gumi | 1 | -2/+2 | |
2018-01-03 | remove mob timers, make areatimer only work on PC | gumi | 1 | -10/+0 | |
2018-01-01 | release v18.1.1v18.1.1 | gumi | 1 | -1/+4 | |
2016-11-26 | Merge pull request #226 from mekolat/settilesv16.11.27 | mekolat | 1 | -0/+33 | |
Implement SMSG_MAP_SET_TILES_TYPE | |||||
2016-05-13 | implement SMSG_MAP_SET_TILES_TYPE, add builtin sendcollision | mekolat | 1 | -0/+33 | |
2016-05-12 | allow to use npctalk on non-script npcs | mekolat | 1 | -3/+3 | |
2016-05-01 | allow foreach to have a target | mekolat | 1 | -3/+12 | |
2016-05-01 | allow addtimer to have a target | mekolat | 1 | -2/+14 | |
2016-05-01 | revert attachrid modification for now, will be deprecated soon enough | mekolat | 1 | -11/+1 | |
2016-05-01 | Merge pull request #216 from mekolat/aggravate | mekolat | 1 | -26/+8 | |
simplify `aggravate` builtin | |||||
2016-05-01 | Merge pull request #217 from mekolat/override | mekolat | 1 | -14/+24 | |
override modifications | |||||
2016-05-01 | make builtin_overrideattack take no charge, allow to discharge | mekolat | 1 | -14/+24 | |
2016-04-30 | simplify `aggravate` builtin | mekolat | 1 | -26/+8 | |
2016-04-28 | Make getmap take target_id | wushin | 1 | -2/+8 | |
2016-04-25 | yay! another bug! (move assert in builtin_explode)v16.4.25.2 | mekolat | 1 | -1/+3 | |
2016-04-25 | allow setarray and cleararray to have no block listv16.4.25.1 | mekolat | 1 | -10/+12 | |
2016-04-25 | fix compilation errorv16.4.25 | mekolat | 1 | -1/+1 | |
2016-04-25 | use map_id_is_XXX in script-fun where appropriate | mekolat | 1 | -16/+66 | |
2016-04-24 | always return a value in builtin_getv16.4.24.1 | mekolat | 1 | -0/+8 | |
2016-04-24 | check for null pointer where npc_dialog_mes is used | mekolat | 1 | -0/+6 | |
2016-04-24 | fix npc gender for ManaPlus | mekolat | 1 | -0/+1 | |
2016-04-23 | forbid puppet creation if name already exists | mekolat | 1 | -1/+7 | |
2016-04-23 | make `get` return -1 when getting a param fails | mekolat | 1 | -2/+4 | |
2016-04-15 | improvements, cleanup, bug fixes | mekolat | 1 | -62/+140 | |
2016-04-15 | add new builtins for npc commands | mekolat | 1 | -5/+209 | |
add requestitem builtin add requestlang builtin add camera builtin send a force-close on close when no npc dialog add clear builtin | |||||
2016-04-15 | Fake a response on no BL | wushin | 1 | -1/+5 | |
2016-04-15 | default getarg value | mekolat | 1 | -2/+9 | |
2016-04-15 | builtin_void | mekolat | 1 | -1/+8 | |
2016-04-15 | add builtin_call and builtin_getarg | mekolat | 1 | -4/+84 | |
2016-04-15 | add chr and ord builtins | mekolat | 1 | -0/+16 | |