NovaRain
|
0f036b26ae
|
Added support for extra perks to has_fake_perk/get_perk_available script functions.
Fixed broken get_perk_available script function.
Some code corrections for Perks.cpp.
|
2019-03-11 10:07:44 +08:00 |
|
NovaRain
|
627c0df484
|
Added a new argument to REMOVEINVENOBJ hook (from Mr.Stalin)
Fixed inconsistent return value of get_npc_level.
|
2019-02-25 12:26:42 +08:00 |
|
NovaRain
|
ae3d4fcb69
|
Expanded get/inc_npc_level functions to accept party member PIDs (from Mr.Stalin)
Some code correction in Skills.cpp.
|
2019-02-24 19:26:42 +08:00 |
|
NovaRain
|
774e31b9f6
|
Fixed and refactored code in FileSystem.cpp (from Mr.Stalin)
|
2019-01-20 00:18:32 +08:00 |
|
NovaRain
|
c1107e16a8
|
Expanded create/temp_array functions to allow creating a new "lookup" type of associative array (from Mr.Stalin)
|
2019-01-08 00:05:48 +08:00 |
|
NovaRain
|
4249006ba9
|
Added "get/set_object_data" and "get_object_ai_data" script functions (from Mr.Stalin)
Changed read_byte, read_short, read_int, and read_string functions to not require AllowUnsafeScripting.
|
2018-12-05 10:14:10 +08:00 |
|
NovaRain
|
4fdd1d3cd8
|
Added missing entry of block_combat script function in opcode list.
|
2017-12-03 02:36:00 +08:00 |
|
NovaRain
|
ad17773ace
|
Fixed incorrect argument description for get/set_proto_data in sfall opcode list.txt.
Removed incorrect PROTO_CR_FLAGS value in define_extra.h (was actually critter's IN), and renamed PROTO_CR_ACTION_FLAGS to its correct name #112
|
2017-08-21 11:33:04 +08:00 |
|
NovaRain
|
fc930ff7fb
|
Added a note for argnum in set_sfall_arg().
Fixed incorrect set_sfall_arg usage in the example.
Removed a redundant line in sfall opcode list.txt.
|
2017-07-25 23:10:14 +08:00 |
|
phobos2077
|
363d7a1cc5
|
Rename types in function references for consistency and clarity.
|
2016-11-06 00:56:59 +07:00 |
|