This commit is contained in:
Bartek Stalewski 2017-05-05 17:24:59 +02:00
parent ab3519d95b
commit 5ab0c1b619
4 changed files with 74 additions and 13 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE MudletPackage> <!DOCTYPE MudletPackage>
<MudletPackage version="1.0"> <MudletPackage version="1.000">
<AliasPackage> <AliasPackage>
<AliasGroup isActive="yes" isFolder="yes"> <AliasGroup isActive="yes" isFolder="yes">
<name>ftpd-aliases</name> <name>ftpd-aliases</name>
@ -240,12 +240,23 @@ expandAlias(&quot;/equal /bd&quot;, false)</script>
</Alias> </Alias>
<Alias isActive="yes" isFolder="no"> <Alias isActive="yes" isFolder="no">
<name>magik-drag</name> <name>magik-drag</name>
<script>expandAlias(&quot;/minus /zp drag#dobadz draga#/db1*1&quot;, false) <script>expandAlias(&quot;/normal&quot;)
expandAlias(&quot;/equal /ob1#/dp migotliwy mlot&quot;, false)</script> scripts.inv.weapon1_action_on = &quot;wez migotliwa bron z zalozonego &quot;.. scripts.inv:get_bag_string_dopelniacz(&quot;other&quot;) .. &quot;; dobadz jej&quot;
scripts.inv.weapon1_action_off = &quot;wloz migotliwa bron do &quot; .. scripts.inv:get_bag_string_dopelniacz(&quot;other&quot;)
scripts.inv.main_weapons_action = {1, 2}</script>
<command></command> <command></command>
<packageName></packageName> <packageName></packageName>
<regex>^/drag$</regex> <regex>^/drag$</regex>
</Alias> </Alias>
<Alias isActive="yes" isFolder="no">
<name>magik-ldrag</name>
<script>scripts.inv.weapon2_action_on = &quot;wez migotliwa bron z zalozonego &quot;.. scripts.inv:get_bag_string_dopelniacz(&quot;other&quot;) .. &quot;; dobadz migotliwej broni&quot;
scripts.inv.weapon2_action_off = &quot;wloz migotliwa bron do zalozonego &quot; .. scripts.inv:get_bag_string_dopelniacz(&quot;other&quot;)
</script>
<command></command>
<packageName></packageName>
<regex>^/ldrag$</regex>
</Alias>
<Alias isActive="yes" isFolder="no"> <Alias isActive="yes" isFolder="no">
<name>magik-mister</name> <name>magik-mister</name>
<script>expandAlias(&quot;/normal&quot;) <script>expandAlias(&quot;/normal&quot;)
@ -391,7 +402,7 @@ echo(&quot;\n&quot;)</script>
<packageName></packageName> <packageName></packageName>
<regex>^/glow (.*)$</regex> <regex>^/glow (.*)$</regex>
</Alias> </Alias>
<Alias isActive="yes" isFolder="no"> <Alias isActive="no" isFolder="no">
<name>wespnij-sie-na-gore</name> <name>wespnij-sie-na-gore</name>
<script>send(&quot;wejdz na gore&quot;, false)</script> <script>send(&quot;wejdz na gore&quot;, false)</script>
<command></command> <command></command>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE MudletPackage> <!DOCTYPE MudletPackage>
<MudletPackage version="1.0"> <MudletPackage version="1.000">
<KeyPackage> <KeyPackage>
<KeyGroup isActive="yes" isFolder="yes"> <KeyGroup isActive="yes" isFolder="yes">
<name>ftpd-keys</name> <name>ftpd-keys</name>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE MudletPackage> <!DOCTYPE MudletPackage>
<MudletPackage version="1.0"> <MudletPackage version="1.000">
<ScriptPackage> <ScriptPackage>
<ScriptGroup isActive="yes" isFolder="yes"> <ScriptGroup isActive="yes" isFolder="yes">
<name>ftpd-scripts</name> <name>ftpd-scripts</name>
@ -32,7 +32,9 @@ tempTimer(1, function () disableTrigger(&quot;mozesz_dobywac&quot;) end)
tempTimer(1, function () disableTrigger(&quot;ogluch&quot;) end) tempTimer(1, function () disableTrigger(&quot;ogluch&quot;) end)
tempTimer(1, function () disableTrigger(&quot;powrot-z-oglucha&quot;) end) tempTimer(1, function () disableTrigger(&quot;powrot-z-oglucha&quot;) end)
tempTimer(1, function () disableTrigger(&quot;masz_poczte&quot;) end) tempTimer(1, function () disableTrigger(&quot;masz_poczte&quot;) end)
tempTimer(1, function () disableScript(&quot;ui_new_location_event&quot;) end)</script> tempTimer(1, function () disableTrigger(&quot;zaslaniasz_ty&quot;) end)
tempTimer(1, function () disableScript(&quot;ui_new_location_event&quot;) end)
</script>
<eventHandlerList/> <eventHandlerList/>
</Script> </Script>
<Script isActive="yes" isFolder="no"> <Script isActive="yes" isFolder="no">
@ -140,11 +142,13 @@ end</script>
<packageName></packageName> <packageName></packageName>
<script>function scripts_ui_info_sneaky_click(id) <script>function scripts_ui_info_sneaky_click(id)
if id then if id then
if id &lt; 0 or id &gt; 2 then if id &lt; 1 or id &gt; 3 then
error(&quot;Wrong input&quot;) error(&quot;Wrong input&quot;)
end end
scripts:print_log(&quot;Zmieniam tryb chodzenia.&quot;)
amap.walk_mode = id amap.walk_mode = id
scripts:print_log(&quot;Zmieniam tryb chodzenia.&quot;)
scripts.ui.footer_info_sneaky:echo(&quot;&lt;font color='&quot;..scripts.ui[&quot;footer_info_normal&quot;]..&quot;'&gt;Przemykam:&lt;/font&gt; &quot; .. scripts.ui[&quot;footer_info_walk_mode_to_text&quot;][amap.walk_mode] .. &quot;&lt;/font&gt;&quot;)
else else
amap.walk_mode = amap.walk_mode%3 + 1 amap.walk_mode = amap.walk_mode%3 + 1
scripts:print_log(&quot;Zmieniam tryb chodzenia.&quot;) scripts:print_log(&quot;Zmieniam tryb chodzenia.&quot;)
@ -259,7 +263,7 @@ function scripts.people:process_trigger_name(short)
end</script> end</script>
<eventHandlerList/> <eventHandlerList/>
</Script> </Script>
<Script isActive="no" isFolder="no"> <Script isActive="yes" isFolder="no">
<name>ftpd-amap-notes</name> <name>ftpd-amap-notes</name>
<packageName></packageName> <packageName></packageName>
<script>function amap_db_check_note() <script>function amap_db_check_note()
@ -269,6 +273,18 @@ end</script>
cecho(scripts.ui.bind_color .. &quot;\ninfo: &quot; .. scripts.ui.bind_color .. getRoomUserData(amap.curr.id, &quot;note&quot;) .. &quot;\n&quot;) cecho(scripts.ui.bind_color .. &quot;\ninfo: &quot; .. scripts.ui.bind_color .. getRoomUserData(amap.curr.id, &quot;note&quot;) .. &quot;\n&quot;)
end end
end end
end
</script>
<eventHandlerList/>
</Script>
<Script isActive="yes" isFolder="no">
<name>ftpd-attack-mode</name>
<packageName></packageName>
<script>function scripts_ui_info_attack_mode_click()
ateam.attack_mode = ateam.attack_mode%3 + 1
scripts.ui.footer_info_attack_mode:echo(&quot;&lt;font color='&quot;..scripts.ui[&quot;footer_info_normal&quot;]..&quot;'&gt;Atak:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/font&gt; &lt;font color='&quot;..scripts.ui[&quot;footer_info_neutral&quot;]..&quot;'&gt;&quot; .. ateam[&quot;footer_info_attack_mode_to_text&quot;][ateam.attack_mode] .. &quot;&lt;/font&gt;&quot;)
scripts:print_log(&quot;Zmieniam tryb ataku.&quot;)
end</script> end</script>
<eventHandlerList/> <eventHandlerList/>
</Script> </Script>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE MudletPackage> <!DOCTYPE MudletPackage>
<MudletPackage version="1.0"> <MudletPackage version="1.000">
<TriggerPackage> <TriggerPackage>
<TriggerGroup isActive="yes" isFolder="yes" isTempTrigger="no" isMultiline="no" isPerlSlashGOption="no" isColorizerTrigger="no" isFilterTrigger="no" isSoundTrigger="no" isColorTrigger="no" isColorTriggerFg="no" isColorTriggerBg="no"> <TriggerGroup isActive="yes" isFolder="yes" isTempTrigger="no" isMultiline="no" isPerlSlashGOption="no" isColorizerTrigger="no" isFilterTrigger="no" isSoundTrigger="no" isColorTrigger="no" isColorTriggerFg="no" isColorTriggerBg="no">
<name>ftpd-triggers</name> <name>ftpd-triggers</name>
@ -518,10 +518,12 @@ resetFormat()</script>
<colorTriggerFgColor>#000000</colorTriggerFgColor> <colorTriggerFgColor>#000000</colorTriggerFgColor>
<colorTriggerBgColor>#000000</colorTriggerBgColor> <colorTriggerBgColor>#000000</colorTriggerBgColor>
<regexCodeList> <regexCodeList>
<string>zrecznie zaslania .* przed twoimi ciosami.*</string> <string>zrecznie zaslania .* przed twoimi ciosami\.$</string>
<string>z wprawa staje pomiedzy toba a .*, przyjmujac na siebie twoje nadchodzace ciosy.</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">
@ -604,13 +606,13 @@ raiseEvent(&quot;playBeep&quot;)</script>
<colorTriggerFgColor>#000000</colorTriggerFgColor> <colorTriggerFgColor>#000000</colorTriggerFgColor>
<colorTriggerBgColor>#000000</colorTriggerBgColor> <colorTriggerBgColor>#000000</colorTriggerBgColor>
<regexCodeList> <regexCodeList>
<string>.*(Zrecznie zaslaniasz|Na rozkaz .* zaslaniasz) .*</string>
<string>.* zagradzasz .* droge.*</string> <string>.* zagradzasz .* droge.*</string>
<string>.* szybko przesuwa sie za ciebie, kryjac sie przed .*</string> <string>.* szybko przesuwa sie za ciebie, kryjac sie przed .*</string>
<string>.* rzuca sie do ataku na ciebie!</string> <string>.* rzuca sie do ataku na ciebie!</string>
<string>.* wykorzystujac zaskoczenie przebija sie przez twoja ochrone.</string> <string>.* wykorzystujac zaskoczenie przebija sie przez twoja ochrone.</string>
<string>.* atakuje cie!</string> <string>.* atakuje cie!</string>
<string>.* rzuca sie na ciebie przebijajac sie przez twoja ochrone.</string> <string>.* rzuca sie na ciebie przebijajac sie przez twoja ochrone.</string>
<string>Na rozkaz .* zaslaniasz .* przed ciosami .*</string>
</regexCodeList> </regexCodeList>
<regexCodePropertyList> <regexCodePropertyList>
<integer>1</integer> <integer>1</integer>
@ -1235,6 +1237,38 @@ disableTimer(&quot;hidden_timer&quot;)</script>
<integer>0</integer> <integer>0</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">
<name>fight_zaslaniasz</name>
<script>selectCurrentLine()
-- deleteLine()
-- cecho(&quot;&lt;&quot;..scripts.gag_colors[&quot;zaslony_udane&quot;]..&quot;&gt;\n\n[ ZASLANIASZ ] &lt;white,red&gt;&quot; .. matches[2] .. &quot;\n\n&quot;)
-- resetFormat()
selectCurrentLine()
bg(&quot;red&quot;)
fg(&quot;white&quot;)
resetFormat()
raiseEvent(&quot;playBeep&quot;)</script>
<triggerType>0</triggerType>
<conditonLineDelta>0</conditonLineDelta>
<mStayOpen>0</mStayOpen>
<mCommand></mCommand>
<packageName></packageName>
<mFgColor>#ff0000</mFgColor>
<mBgColor>#ffff00</mBgColor>
<mSoundFile></mSoundFile>
<colorTriggerFgColor>#000000</colorTriggerFgColor>
<colorTriggerBgColor>#000000</colorTriggerBgColor>
<regexCodeList>
<string>(^[ &gt;]*Zrecznie zaslaniasz ([a-zA-Z (),!]+) przed ciosami ([a-zA-Z (),!]+)\.$)</string>
<string>(^[ &gt;]*Z wprawa stajesz pomiedzy ([a-zA-Z (),!]+) a ([a-zA-Z (),!]+), przyjmujac na siebie nadchodzace ciosy\.$)</string>
<string>(^[ &gt;]*Stajesz u boku ([a-zA-Z (),!]+), gotow w kazdej chwili zaslonic .* przed nadchodzacym niebezpieczenstwem\.$)</string>
</regexCodeList>
<regexCodePropertyList>
<integer>1</integer>
<integer>1</integer>
<integer>1</integer>
</regexCodePropertyList>
</Trigger>
</TriggerGroup> </TriggerGroup>
<TriggerGroup isActive="yes" isFolder="yes" isTempTrigger="no" isMultiline="no" isPerlSlashGOption="no" isColorizerTrigger="no" isFilterTrigger="no" isSoundTrigger="no" isColorTrigger="no" isColorTriggerFg="no" isColorTriggerBg="no"> <TriggerGroup isActive="yes" isFolder="yes" isTempTrigger="no" isMultiline="no" isPerlSlashGOption="no" isColorizerTrigger="no" isFilterTrigger="no" isSoundTrigger="no" isColorTrigger="no" isColorTriggerFg="no" isColorTriggerBg="no">
<name>warns</name> <name>warns</name>