ai4rei
|
d59156d971
* Fixed label definitions silently overwriting built-in script functions (bugreport:2806, follow up to r8027).
|
14 lat temu |
ai4rei
|
ddbbf5e603
* Added temporary check to skill_delunitgroup to prevent crashes when 'group' is NULL and added some debug messages to track down the source of the crash (bugreport:3504).
|
14 lat temu |
ai4rei
|
59e20f2496
* Spellchecked script_commands.txt.
|
14 lat temu |
ai4rei
|
f964fb6ec2
* Random script engine clean-ups that have accumulated over time.
|
14 lat temu |
ai4rei
|
6269cfe730
* Added missing pet db documentation for fields 'attack_rate', 'defence_attack_rate', 'change_target_rate', 'pet_script' and 'loyal_script' based on the one provided by frenzmu06 (bugreport:4636, follow up to r13752).
|
14 lat temu |
ai4rei
|
7502f6c185
* Reverted r14525 (introduction of SV_READDB_MAX_FIELDS) because it causes confusion to certain group of users and depends on MAX_LEVEL since r14526.
|
14 lat temu |
ai4rei
|
9eeaa7dc47
* Fixed a mistake in sv_split, causing CR being recognized as EOL character, even when only LF was specified (since r12459).
|
14 lat temu |
ai4rei
|
ddca23e35d
* Corrected type of second argument of script command 'setbattleflag' from string to number (bugreport:4640, topic:261833, since r5407, related r14577).
|
14 lat temu |
ai4rei
|
98c85e0d33
* Fixed missing check in cooking, causing cooking kit requirement could be bypassed by sending 0x25b (CZ_REQ_MAKINGITEM) directly (bugreport:4642, since r13628).
|
14 lat temu |
ai4rei
|
af9699058d
* Fixed plugin 'sig' not being compilable on Mac OS X, due to different return value type of 'strsignal' (bugreport:4637).
|
14 lat temu |
ai4rei
|
7e97934f53
* Added pet_db2.txt to make it apparent, that pet db has support for customs as well.
|
14 lat temu |
ai4rei
|
63d3ed791c
* Fixed homunculus_autoloot not working with skill/item granted drops and loot (bugreport:4452, since r12203).
|
14 lat temu |
ai4rei
|
23ac179cf0
* Fixed killed monsters were assumed to be killed by homunculus only, if no damage log entries were elligible for exp distribution, even when no homunculus took part in damage dealing (bugreport:4452, since r12203).
|
14 lat temu |
ai4rei
|
c457a39996
* Added enumeration for monster damage log field 'flag'.
|
14 lat temu |
ai4rei
|
e7fec551b1
* Removed disabled backup of script command 'isequipped' (since r1605).
|
14 lat temu |
ai4rei
|
edfc3293e5
* Made script engine's DEBUG_DISASM block use script_op2name, rather than hardcoding operator names as per TODO from r13083 (related r9569, follow up to r10667).
|
14 lat temu |
ai4rei
|
b19741a68a
* Cleaned up MOTD reading (related r292 and r4552).
|
14 lat temu |
ai4rei
|
6a0558d0c2
* Fixed impossible condition in soundeffect script command (since athena-dev-2.1.1-mod1046, related r5841).
|
14 lat temu |
ai4rei
|
adc89d50f4
* Updates to the playBGM functionality (since r14335).
|
14 lat temu |
ai4rei
|
6aabf7c260
* Fixed script command setd always assuming value parameter to be a string, which causes hexadecimal and octal numbers not being handled properly (topic:261833, followup to r14577 and r14578).
|
14 lat temu |
ai4rei
|
c961604f0b
* Removed `motd` from `ragsrvinfo` table in main.sql, missed in previous commit (follow up to r14579).
|
14 lat temu |
ai4rei
|
d173283814
* Updates to dynamic server information `ragsrvinfo` on SQL.
|
14 lat temu |
brianluau
|
8c9202976a
- Fixed argument declaration of 'setd' (topic:261833, related r14573).
|
14 lat temu |
ai4rei
|
6a684a566b
* Added support for checking argument data type of built-in script functions (bugreport:1701, topic:261833, related r14573).
|
14 lat temu |
ai4rei
|
72e7dce800
* Fixed error message in intif_parse_mercenary_received printing wrong struct size (bugreport:4633, since r13116).
|
14 lat temu |
ai4rei
|
806daea231
* Replaced buildin_getpartyname_sub, buildin_getguildname_sub and buildin_getguildmaster_sub, which create only unnecessary overhead, with equivalent inlined code.
|
14 lat temu |
ai4rei
|
f27307a8cf
* Fixed bAutoSpellOnSkill bonuses not working independently of each other (bugreport:4617, since r13596, related r14536).
|
14 lat temu |
ai4rei
|
e560ba458b
* Revised argument declaration of all script commands according to the actual functions' argument usage.
|
14 lat temu |
ai4rei
|
a322c9e9f1
* Applied update to charhelp.txt provided by EvilPuncker to match current charcommand behavior (bugreport:4632, follow up to r13403).
|
14 lat temu |
ai4rei
|
522a51bb10
* Removed some of the duplicate, storage-related packet code.
|
14 lat temu |