This commit is contained in:
Bartek Stalewski 2018-12-26 21:32:41 +01:00
parent bad1aa3a79
commit 47dd835aef

View file

@ -31,7 +31,7 @@
<colorTriggerFgColor>#000000</colorTriggerFgColor> <colorTriggerFgColor>#000000</colorTriggerFgColor>
<colorTriggerBgColor>#000000</colorTriggerBgColor> <colorTriggerBgColor>#000000</colorTriggerBgColor>
<regexCodeList> <regexCodeList>
<string>Witaj, Werbacie. Podaj swe</string> <string>Witaj, Werbacie. Podaj swe haslo: </string>
</regexCodeList> </regexCodeList>
<regexCodePropertyList> <regexCodePropertyList>
<integer>0</integer> <integer>0</integer>
@ -1072,7 +1072,8 @@ resetFormat()</script>
<script>selectCurrentLine() <script>selectCurrentLine()
bg("red") bg("red")
fg("white") fg("white")
resetFormat()</script> resetFormat()
raiseEvent("playBeep")</script>
<triggerType>0</triggerType> <triggerType>0</triggerType>
<conditonLineDelta>0</conditonLineDelta> <conditonLineDelta>0</conditonLineDelta>
<mStayOpen>0</mStayOpen> <mStayOpen>0</mStayOpen>
@ -1085,9 +1086,11 @@ resetFormat()</script>
<colorTriggerBgColor>#000000</colorTriggerBgColor> <colorTriggerBgColor>#000000</colorTriggerBgColor>
<regexCodeList> <regexCodeList>
<string>^Czujesz sie (smiertelnie|ekstremalnie) zmeczon.\.</string> <string>^Czujesz sie (smiertelnie|ekstremalnie) zmeczon.\.</string>
<string>^Jestes tak zmeczon., ze nie mozesz dalej podazac w tym kierunku.$</string>
</regexCodeList> </regexCodeList>
<regexCodePropertyList> <regexCodePropertyList>
<integer>1</integer> <integer>1</integer>
<integer>1</integer>
</regexCodePropertyList> </regexCodePropertyList>
</Trigger> </Trigger>
<Trigger isActive="yes" isFolder="no" isTempTrigger="no" isMultiline="no" isPerlSlashGOption="no" isColorizerTrigger="no" isFilterTrigger="no" isSoundTrigger="no" isColorTrigger="no" isColorTriggerFg="no" isColorTriggerBg="no"> <Trigger isActive="yes" isFolder="no" isTempTrigger="no" isMultiline="no" isPerlSlashGOption="no" isColorizerTrigger="no" isFilterTrigger="no" isSoundTrigger="no" isColorTrigger="no" isColorTriggerFg="no" isColorTriggerBg="no">
@ -1798,7 +1801,31 @@ resetFormat()</script>
</TriggerGroup> </TriggerGroup>
</TriggerGroup> </TriggerGroup>
</TriggerPackage> </TriggerPackage>
<TimerPackage /> <TimerPackage>
<TimerGroup isActive="yes" isFolder="yes" isTempTimer="no" isOffsetTimer="no">
<name>ftpd-pack</name>
<script></script>
<command></command>
<packageName></packageName>
<time>00:00:00.000</time>
<Timer isActive="no" isFolder="no" isTempTimer="no" isOffsetTimer="no">
<name>ftpd-fight-timer</name>
<script>if ftpd_fight_timer_time == 30 then
scripts.ui.footer_map:setColor(0,0,0)
scripts.ui.footer_main:setColor(0,0,0)
cecho("\n&lt;yellow&gt;&lt;&lt;&lt; cooldown &gt;&gt;&gt;")
scripts.utils.bind_functional("otul sie plaszczem")
disableTimer("ftpd-fight-timer")
killTimer("ftpd-fight-timer")
else
ftpd_fight_timer_time = ftpd_fight_timer_time + 1
end </script>
<command></command>
<packageName></packageName>
<time>00:00:01.000</time>
</Timer>
</TimerGroup>
</TimerPackage>
<AliasPackage> <AliasPackage>
<AliasGroup isActive="yes" isFolder="yes"> <AliasGroup isActive="yes" isFolder="yes">
<name>ftpd-pack</name> <name>ftpd-pack</name>
@ -1908,7 +1935,7 @@ end</script>
<script>if matches[2] == "monety" then <script>if matches[2] == "monety" then
expandAlias("wlm", false) expandAlias("wlm", false)
else else
send("wloz " .. matches[2] .. " do zalozonego " .. scripts.inv:get_bag_string_dopelniacz("other"), false) send("wloz " .. matches[2] .. " do zalozonego " .. scripts.inv:get_bag_string_dopelniacz("other"), false)
end</script> end</script>
<command></command> <command></command>
<packageName></packageName> <packageName></packageName>
@ -2547,11 +2574,15 @@ end</script>
if v["avatar_target"] == true then if v["avatar_target"] == true then
scripts.ui.footer_map:setColor(216,78,78) scripts.ui.footer_map:setColor(216,78,78)
scripts.ui.footer_main:setColor(216,78,78) scripts.ui.footer_main:setColor(216,78,78)
end ftpd_fight_timer_time = 1
enableTimer("ftpd-fight-timer")
end
end end
if gmcp.gmcp_msgs.type == "combat.avatar" or gmcp.gmcp_msgs.type == "combat.team" then if gmcp.gmcp_msgs.type == "combat.avatar" or gmcp.gmcp_msgs.type == "combat.team" then
scripts.ui.footer_map:setColor(216,78,78) scripts.ui.footer_map:setColor(216,78,78)
scripts.ui.footer_main:setColor(216,78,78) scripts.ui.footer_main:setColor(216,78,78)
ftpd_fight_timer_time = 0
enableTimer("ftpd-fight-timer")
end end
end</script> end</script>
<eventHandlerList> <eventHandlerList>