Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-15 | item bonus and showexprate | HoraK-FDF | 6 | -188/+463 | |
2022-12-08 | Merge branch 'equipment_stats' into 'master' | HoraK-FDF | 1 | -0/+11 | |
Equipment stats See merge request legacy/tmwa!238 | |||||
2022-12-08 | Equipment stats | HoraK-FDF | 1 | -0/+11 | |
2022-12-08 | Introduce mesq() for compatibility with Evol2 | Jesusaves | 1 | -0/+15 | |
2022-12-08 | Add l() function for compatibility with Evol2 scripts | Jesusaves | 1 | -0/+14 | |
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 | Merge branch 'mobinfo' into 'master' | Jesusalva Jesusalva | 9 | -55/+719 | |
Mobinfo See merge request legacy/tmwa!237 | |||||
2022-11-17 | MobInfo | HoraK-FDF | 9 | -55/+719 | |
* 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-15 | Revert the General ASPD Nerf. But retain mages capacity to use Conc Potion. | Jesusaves | 1 | -2/+2 | |
2022-11-09 | This is the patch for tomorrow. Have fun :3 | Jesusaves | 1 | -4/+10 | |
- Fix the lighting machine gun bug - Fix upmarmu workings - Reduce nerf factor from 11 to 15 | |||||
2022-11-09 | Revert previous commit, but upmarmu is strange and TMWA is not honoring its ↵ | Jesusaves | 1 | -3/+3 | |
own limits. No wonder upmarmu is so powerful, it is easy to be if you ignore max_aspeed parameter. Also, smooth the aspd nerf. | |||||
2022-11-09 | Fix the promised machine gun | Jesusaves | 1 | -2/+3 | |
2022-11-08 | Nerf the "Red Threshold" attack speed.v22.11.9 | Jesusaves | 2 | -2/+7 | |
2022-11-08 | Slow down Setzer in 10ms - unnoticeable except in DPS calculations. | Jesusaves | 1 | -1/+1 | |
2022-11-08 | Break balance: Potions and Betsanc now affect mages speed (incl. upmarmu). | Jesusaves | 1 | -2/+3 | |
2022-11-08 | Remove getusers(0) because it is broken in TMWA (causes a SEGV) | Jesusaves | 1 | -2/+2 | |
2022-11-05 | Reduce scope of a variable to prevent possible exploits. | Jesusaves | 1 | -1/+4 | |
2022-10-26 | Reintroduce OnPCLogoutEvent labelv22.10.26 | Jesusaves | 1 | -0/+2 | |
2022-10-24 | Sc cooldown added frillyar and kaflosh status symbols and <1s fix | HoraK-FDF | 3 | -31/+61 | |
2022-10-23 | Added get all reg2, get single reg2, set/add reg2 and del reg2 to ↵ | HoraK-FDF | 7 | -177/+792 | |
tmwa-admin. Fixed communication from char server to login server. Added translations and comments. Minor QoL. | |||||
2022-10-22 | Merge branch 'compilation_fix' into 'master' | Jesusalva Jesusalva | 1 | -0/+1 | |
I unfortunately do not care for TMWA. So I'll not check if this fixes anything either. TMWA could always be compiled anyway. There's no compilation error AFAIK But as I said ─ whatever, I don't care. See merge request legacy/tmwa!233 | |||||
2022-09-28 | mana guardian and tyrant cooldown symbols | HoraK-FDF | 1 | -0/+4 | |
2022-09-20 | compilation error fix | HoraK-FDF | 1 | -0/+1 | |
2022-09-20 | cooldown status symbol | HoraK-FDF | 1 | -0/+2 | |
2020-07-08 | never clear the invisible/hidden gm status | gumi | 4 | -12/+40 | |
2020-07-06 | ensure that returning builtins always return, else abort | gumi | 2 | -6/+28 | |
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 | |
2020-04-18 | don't spam the GM logs with hugo/linus | gumi | 1 | -4/+8 | |
2019-09-27 | remove useless file, fix formatting | gumi | 1 | -1/+1 | |
2019-09-03 | expand exp table to level 135 | gumi | 1 | -1/+13 | |
2019-08-28 | Revert the changes from the last 2 releases | gumi | 6 | -139/+74 | |
battle.cpp is very messy and full of bugs | |||||
2019-08-28 | add support for musl-libc | gumi | 1 | -1/+1 | |
2019-08-26 | allow summoned mobs to also have slaves | gumi | 2 | -6/+6 | |
2019-08-26 | fix mob slaves not attacking | gumi | 4 | -41/+56 | |
2019-08-23 | allow to summon multiple mobs with @summon | gumi | 5 | -36/+86 | |
2019-04-15 | warp the player on autoblock (since manaplus doesn't allow us to block nicely) | gumi | 1 | -1/+3 | |
2019-04-15 | do not apply automod for hidden GMs | gumi | 1 | -1/+3 | |
2019-04-15 | don't use a 3-tile-wide warp for @addwarp | gumi | 1 | -2/+2 | |
2019-04-15 | fix clang warnings | gumi | 2 | -5/+5 | |
2019-04-15 | add a built-in gm log delay option | gumi | 1 | -6/+11 | |
2019-04-15 | add gm automod tool | gumi | 5 | -1/+137 | |
2019-01-11 | drop support for gcc-5, gcc-6, clang-4, clang-5 in travis and fix some misc ↵ | gumi | 2 | -4/+6 | |
issues | |||||
2018-12-30 | pre-send the auth details to map servers instead of blindly trusting 0x0072 | gumi | 8 | -3/+83 | |
2018-12-18 | add player heal packetsv18.12.18 | gumi | 4 | -3/+54 | |
2018-12-13 | add support for sending player HP for protocol >= 9 | gumi | 1 | -9/+42 | |
2018-11-10 | add support for CMSG_ONLINE_LIST | gumi | 1 | -1/+43 | |
2018-03-23 | fix a bug introduced by wushin, which freeyorp highlighted with his previous ↵v18.3.23.1 | Tezer | 1 | -17/+2 | |
patch | |||||
2018-03-23 | automatically de-attach freed NPCsv18.3.23 | gumi | 2 | -12/+61 | |