client/tintin-2.02.60 #1

Merged
binaryatrocity merged 53 commits from client/tintin-2.02.60 into master 2026-03-01 01:42:32 +00:00
Showing only changes of commit d0c648193f - Show all commits

View File

@ -14,9 +14,14 @@
#nop ======================================================; #nop ======================================================;
#nop EFF #nop EFF
#ACTION {^ * %1 is floating around {him|her|it}:$} { #ACTION {^ * %1 is floating around {him|her|it|you}:$} {
#variable {group_shields[$group_shields_current][eff]} {1}; #if {"%2" == "you"} {
/writegroupshieldstofile; #variable {group_shields[$GMCP[charinfo][capname]][eff]} {1};
};
#else {
#variable {group_shields[$group_shields_current][eff]} {1};
}
/softwritegroupshieldstofile;
} }
#nop TPA #nop TPA
@ -54,8 +59,13 @@
} }
#nop KII #nop KII
#ACTION {^ * {She|He|It} is surrounded by a {handful|cloud|small swarm|large swarm|vast sawrm|plague} of} { #ACTION {^ * {You|She|He|It} are surrounded by a {handful|cloud|small swarm|large swarm|vast sawrm|plague} of} {
#variable {group_shields[$group_shields_current][kii]} {1}; #if {"%1" == "You"} {
#variable {group_shields[$GMCP[charinfo][capname]][kii]} {1};
};
#else {
#variable {group_shields[$group_shields_current][kii]} {1};
};
/softwritegroupshieldstofile; /softwritegroupshieldstofile;
}; };