Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-06-16 | Add recalcstats() wrapper for Focus. | Jesusaves | 1 | -0/+1 | |
2021-04-18 | Implement SC_HALT_REGENERATION. Move SC IDs because this one is saved to SQL. | Jesusaves | 1 | -0/+1 | |
2021-04-13 | Allow @refresh to be used during a dialog. Will terminate the dialog but is ↵ | Jesusaves | 1 | -0/+1 | |
desired. | |||||
2021-04-10 | Changes demanded by testing | Jesusaves | 1 | -3/+0 | |
2021-04-10 | Remove calcdmg(); There's a risk of a loop and I don't wanna hear of it. | Jesusaves | 1 | -1/+0 | |
This is pre-renewal with much less overhead, we can use Atk/Matk without mods. Means no criticals; But with no evasion and no defense it is like "always crit". | |||||
2021-04-10 | Include the functions which scripts will need: aggravate, calcdmg and harm | Jesusaves | 1 | -0/+6 | |
2021-04-09 | WONT-FIX | Jesusaves | 1 | -0/+2 | |
2020-12-09 | Deprecate lg() command. | Jesusaves | 1 | -1/+1 | |
2020-09-26 | changeplayermusic() script function | Jesusaves | 1 | -0/+1 | |
required for clientdata!174 Tested in Moubootaur Legends | |||||
2020-09-02 | Accept optional param - NPC NAME - on npcwalkto() script function | Jesusaves | 1 | -1/+1 | |
2020-08-29 | getskillname(), function required by magic functionality | Jesusaves | 1 | -0/+1 | |
Gumi suggested a [skill] in ManaPlus, but it was not done. Besides, these are known to not work on menus, so this is a better idea. Note that the field returned in skill_db is "desc", not "name". | |||||
2020-08-22 | add an IT_VIRTUAL item type for card groups | gumi | 1 | -0/+1 | |
2020-08-14 | add a script command to get craft recipe ingredients | gumi | 1 | -0/+1 | |
2020-07-24 | add a script command to kick players offline | gumi | 1 | -0/+1 | |
2020-07-13 | fix the hooks for npc->unload and mob->spawn_dataset, remove the unused hook ↵ | gumi | 1 | -1/+0 | |
for status->change_end_ | |||||
2020-07-13 | update the call syntax of some internal functions | gumi | 1 | -1/+1 | |
2020-07-13 | aggravate() will cause target RID to target player. | Jesusaves | 1 | -0/+2 | |
2020-04-26 | add buildin getnpcsubtype() to get nd->subtype | gumi | 1 | -0/+1 | |
2020-04-25 | add full support for non-binary gender | gumi | 1 | -0/+3 | |
2020-01-13 | New function: readbattleparam( <param> ) | Jesusaves | 1 | -0/+1 | |
Complements with some info only available with getunitdata(), which only works with non-players. Not everything covered by getunitdata() is covered by this function. TEMPORARY COMMIT, should be replaced with getunitdata() when the function is updated upstream to receive player data as well. | |||||
2020-01-09 | Fix redefine HPM interfaces | Andrei Karas | 1 | -0/+3 | |
2019-05-14 | Add legacy bl name packets for legacy clients | Andrei Karas | 1 | -0/+5 | |
2019-05-14 | Fix compilation errors after hercules update | Andrei Karas | 1 | -0/+1 | |
2019-04-08 | Update from hercules | Andrei Karas | 1 | -1/+1 | |
2019-04-05 | Implement sendMapMask() which sends a custom map mask only to a specified user. | Jesusaves | 1 | -0/+1 | |
Remember to use getmapmask() before! | |||||
2019-03-11 | Add stylist into includes in emap/init.c | Andrei Karas | 1 | -0/+1 | |
2019-03-01 | Add at command for get name by being id | Andrei Karas | 1 | -0/+1 | |
New gm command: getname ID | |||||
2018-12-17 | Add missing packets into len table. | Andrei Karas | 1 | -0/+2 | |
2018-12-06 | Register all evol server to client packets in hercules. | Andrei Karas | 1 | -0/+27 | |
Also change hercules packets limit to allow all custom packets. | |||||
2018-10-31 | Implemented commands tee and log | acsvln | 1 | -0/+2 | |
2018-09-25 | Fix name response packets for manaplus with packet version 24 or older. | Andrei Karas | 1 | -0/+2 | |
2018-09-25 | Fix compilation after hercules update. | Andrei Karas | 1 | -0/+1 | |
2018-09-25 | Hercules update. | Andrei Karas | 1 | -2/+2 | |
2018-07-26 | Fix compilation after hercules update. | Andrei Karas | 1 | -1/+0 | |
2018-07-21 | Implemented commands "hugo" and "linus" | acsvln | 1 | -0/+2 | |
2018-04-19 | Use configured respawn hp for all jobs. | Andrei Karas | 1 | -0/+1 | |
2018-04-19 | Load all skills independend on job types. | Andrei Karas | 1 | -0/+1 | |
2018-04-19 | Allow death penalty for any jobs. | Andrei Karas | 1 | -0/+1 | |
2018-04-19 | Dont preserv hardcoded skill in skill tree based on job. | Andrei Karas | 1 | -0/+1 | |
2018-04-19 | Dont add hard coded sc effects after levelup. | Andrei Karas | 1 | -0/+1 | |
2018-04-19 | Dont add hardcoded skills into tree for some races. | Andrei Karas | 1 | -0/+1 | |
2018-04-19 | Dont reset NV_TRICKDEAD from non human races. | Andrei Karas | 1 | -0/+1 | |
2018-03-26 | add missing hashtable iterator buildins | gumi | 1 | -0/+3 | |
2018-03-08 | Add support for identified attribute in item_db.conf. | Andrei Karas | 1 | -0/+2 | |
This attribute set on dropped equipment by mobs. Default value true. | |||||
2018-02-27 | Add script function for check is hash table exists. | Andrei Karas | 1 | -0/+1 | |
New script function: htexists. | |||||
2018-02-15 | Add script command for check is id belong to existing instance. | Andrei Karas | 1 | -0/+1 | |
New script command: isinstance id | |||||
2018-02-13 | Update for all players clan join/leave state. | Andrei Karas | 1 | -0/+4 | |
Other players will see if player joined or left clan. | |||||
2017-11-07 | Update from new hercules. | Andrei Karas | 1 | -2/+0 | |
Removed npc vd recreation because it already fixed in hercules. | |||||
2017-08-16 | Add evol packets id offset. For now offset is 0. | Andrei Karas | 1 | -12/+12 | |
This allow to change evol packets id if they start conflicting with hercules packets in future. | |||||
2017-08-10 | Dont send rodex icon packet to old clients. | Andrei Karas | 1 | -0/+1 | |