diff --git a/ftpd-pack.xml b/ftpd-pack.xml
index fffb422..5d6eceb 100644
--- a/ftpd-pack.xml
+++ b/ftpd-pack.xml
@@ -31,7 +31,7 @@
#000000
#000000
- Witaj, Werbacie. Podaj swe
+ Witaj, Werbacie. Podaj swe haslo:
0
@@ -1072,7 +1072,8 @@ resetFormat()
+resetFormat()
+raiseEvent("playBeep")
0
0
0
@@ -1085,9 +1086,11 @@ resetFormat()
#000000
^Czujesz sie (smiertelnie|ekstremalnie) zmeczon.\.
+ ^Jestes tak zmeczon., ze nie mozesz dalej podazac w tym kierunku.$
1
+ 1
@@ -1798,7 +1801,31 @@ resetFormat()
-
+
+
+ ftpd-pack
+
+
+
+
+
+ ftpd-fight-timer
+
+
+
+
+
+
+
ftpd-pack
@@ -1908,7 +1935,7 @@ end
@@ -2547,11 +2574,15 @@ end
if v["avatar_target"] == true then
scripts.ui.footer_map:setColor(216,78,78)
scripts.ui.footer_main:setColor(216,78,78)
- end
+ ftpd_fight_timer_time = 1
+ enableTimer("ftpd-fight-timer")
+ end
end
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_main:setColor(216,78,78)
+ ftpd_fight_timer_time = 0
+ enableTimer("ftpd-fight-timer")
end
end