issues
search
Project-Diablo-2
/
BH
A modified version of slashdiablo's BH for Project Diablo 2
GNU Affero General Public License v3.0
24
stars
25
forks
source link
Hotfixes for S9 CB patch #3
#49
Closed
xkanzeon
closed
7 months ago
xkanzeon
commented
7 months ago
Properly replace %CL% when last rule not explicitly declared. (Basically EOF reached before lack of
%CONTINUE%
.)
Fix
inShop
check for new lines. (Paired parenthesis wrong.)
Fix named
STAT
variables that happened to be preceded with a % catching wrong.
Trim item name/description text after all rules are processed instead of during every matched rule.
Fixes to-be-removed
%CL%
characters counting towards the limit.
Note: This uses the full 1024 limit (still hard-limiting here) while building a name, but limits it safely for display again afterwards.
%CONTINUE%
.)inShop
check for new lines. (Paired parenthesis wrong.)STAT
variables that happened to be preceded with a % catching wrong.%CL%
characters counting towards the limit.