Zmiany po 2.18a
This commit is contained in:
parent
7910c08292
commit
f1142d9628
5 changed files with 76 additions and 15 deletions
34
aliases.xml
34
aliases.xml
|
@ -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("wez " .. matches[2] .. "z ciala",
|
||||
"wez " .. matches[2] .. "z drugiego ciala",
|
||||
"wez " .. matches[2] .. "z trzeciego ciala",
|
||||
"wez " .. matches[2] .. "z czwartego ciala",
|
||||
"wez " .. matches[2] .. "z piatego ciala",
|
||||
"wez " .. matches[2] .. "z szostego ciala",
|
||||
"wez " .. matches[2] .. "z siodmego ciala",
|
||||
"wez " .. matches[2] .. "z osmego ciala", false)</script>
|
||||
<script>sendAll("wez " .. matches[2] .. " z ciala",
|
||||
"wez " .. matches[2] .. " z drugiego ciala",
|
||||
"wez " .. matches[2] .. " z trzeciego ciala",
|
||||
"wez " .. matches[2] .. " z czwartego ciala",
|
||||
"wez " .. matches[2] .. " z piatego ciala",
|
||||
"wez " .. matches[2] .. " z szostego ciala",
|
||||
"wez " .. matches[2] .. " z siodmego ciala",
|
||||
"wez " .. matches[2] .. " z osmego ciala", 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 = "powyjmij bron z <pojemnika>; gzdobadz jej"
|
||||
scripts.inv.weapon2_action_on = "powyjmij bron z <pojemnika>; gzdobadz jej"
|
||||
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("\n")</script>
|
|||
<packageName></packageName>
|
||||
<regex>^wespnij sie na gore$</regex>
|
||||
</Alias>
|
||||
<Alias isActive="yes" isFolder="no">
|
||||
<name>idle-on</name>
|
||||
<script>enableTrigger("idle-beep")</script>
|
||||
<command></command>
|
||||
<packageName></packageName>
|
||||
<regex>^/idle$</regex>
|
||||
</Alias>
|
||||
<Alias isActive="yes" isFolder="no">
|
||||
<name>idle-off</name>
|
||||
<script>disableTrigger("idle-beep")</script>
|
||||
<command></command>
|
||||
<packageName></packageName>
|
||||
<regex>^/noidle$</regex>
|
||||
</Alias>
|
||||
</AliasGroup>
|
||||
<AliasGroup isActive="yes" isFolder="yes">
|
||||
<name>misc</name>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue