Zmiany po 2.18a

This commit is contained in:
Bartek Stalewski 2017-02-18 16:31:57 +01:00
parent 7910c08292
commit f1142d9628
5 changed files with 76 additions and 15 deletions

View file

@ -157,14 +157,14 @@ send("zamknij przytroczona " .. scripts.inv:get_bag_string_biernik(&qu
</Alias>
<Alias isActive="yes" isFolder="no">
<name>get</name>
<script>sendAll(&quot;wez &quot; .. matches[2] .. &quot;z ciala&quot;,
&quot;wez &quot; .. matches[2] .. &quot;z drugiego ciala&quot;,
&quot;wez &quot; .. matches[2] .. &quot;z trzeciego ciala&quot;,
&quot;wez &quot; .. matches[2] .. &quot;z czwartego ciala&quot;,
&quot;wez &quot; .. matches[2] .. &quot;z piatego ciala&quot;,
&quot;wez &quot; .. matches[2] .. &quot;z szostego ciala&quot;,
&quot;wez &quot; .. matches[2] .. &quot;z siodmego ciala&quot;,
&quot;wez &quot; .. matches[2] .. &quot;z osmego ciala&quot;, false)</script>
<script>sendAll(&quot;wez &quot; .. matches[2] .. &quot; z ciala&quot;,
&quot;wez &quot; .. matches[2] .. &quot; z drugiego ciala&quot;,
&quot;wez &quot; .. matches[2] .. &quot; z trzeciego ciala&quot;,
&quot;wez &quot; .. matches[2] .. &quot; z czwartego ciala&quot;,
&quot;wez &quot; .. matches[2] .. &quot; z piatego ciala&quot;,
&quot;wez &quot; .. matches[2] .. &quot; z szostego ciala&quot;,
&quot;wez &quot; .. matches[2] .. &quot; z siodmego ciala&quot;,
&quot;wez &quot; .. matches[2] .. &quot; z osmego ciala&quot;, false)</script>
<command></command>
<packageName></packageName>
<regex>^/get (.*)$</regex>
@ -227,8 +227,10 @@ end</script>
<regex></regex>
<Alias isActive="yes" isFolder="no">
<name>normal</name>
<script>scripts.inv.weapon1_action_on = false
<script>scripts.inv.weapon1_action_on = &quot;powyjmij bron z &lt;pojemnika&gt;; gzdobadz jej&quot;
scripts.inv.weapon2_action_on = &quot;powyjmij bron z &lt;pojemnika&gt;; gzdobadz jej&quot;
scripts.inv.weapon1_action_off = false
scripts.inv.weapon2_action_off = false
scripts.inv.main_weapons_action = {1, 2}</script>
<command></command>
<packageName></packageName>
@ -365,6 +367,20 @@ echo(&quot;\n&quot;)</script>
<packageName></packageName>
<regex>^wespnij sie na gore$</regex>
</Alias>
<Alias isActive="yes" isFolder="no">
<name>idle-on</name>
<script>enableTrigger(&quot;idle-beep&quot;)</script>
<command></command>
<packageName></packageName>
<regex>^/idle$</regex>
</Alias>
<Alias isActive="yes" isFolder="no">
<name>idle-off</name>
<script>disableTrigger(&quot;idle-beep&quot;)</script>
<command></command>
<packageName></packageName>
<regex>^/noidle$</regex>
</Alias>
</AliasGroup>
<AliasGroup isActive="yes" isFolder="yes">
<name>misc</name>