Difference between revisions of "SkibUserMacros:Defend"

From Protoi Healing

Jump to: navigation, search
m (made 'remove' on 8.1. lowercase)
Line 31: Line 31:
 
## {{Method|Scan}} the attackers and '''TRY''' to {{Method|identify}} masks.
 
## {{Method|Scan}} the attackers and '''TRY''' to {{Method|identify}} masks.
 
## '''IF''' {{Method|identify}} found masks on the attackers '''DO''':
 
## '''IF''' {{Method|identify}} found masks on the attackers '''DO''':
### '''TRY''' to {{Method|Remove}} masks from attackers.
+
### '''TRY''' to {{Method|remove}} masks from attackers.
 
## '''IF-END'''
 
## '''IF-END'''
 
## '''TRY''' to {{Method|attack}} all found attackers and origins.
 
## '''TRY''' to {{Method|attack}} all found attackers and origins.

Revision as of 00:39, 6 February 2017

Skib User Macro
Name DefendAndCounterattack
Author Drack
Brief descr. Defends,blocks and reflects attacks and starts counterattacks.
Status public
Terms Usable on oneself and others
Resources for the UserMacro
1 00 10 00 100 00
1k 00 100k 00 1kk 00
10kk 00 Gmax 00 Omax 00
Resources with butterfly option
1 00 10 00 100 00
1k 00 100k 00 1kk 00
10kk 00 Gmax 00 Omax 00

Command syntax

DefendAndCounterattack {Use butterfly} <person(s)>






Description

This Macro tries to defend you or the person you use it on , blocking the attacks on you or the person the macro is used on and reflecting it back and starts counterattacks on the attackers.

<person(s)>

Defines who this macro is used on. It might be used for a person (by name) or for a group of persons (for more than 1 names at the same time) or on oneself.


Algorithm of User Macro

  1. Scan <person(s)> and TRY to identify all kinds of attacks on the <person(s)>.
  2. LOOP until no more attacks identified.
    1. TRY to identify all origins of the attacks.
    2. TRY to defend against all attacks on <person(s)>.
    3. TRY to reflect all found attacks on <person(s)>.
    4. TRY to block all found attacks on <person(s)>.
    5. IF not all found attack were defended, reflected or blocked and option {use butterfly} was given, DO :
      1. Try to defend against all attacks with the butterfly-method.
    6. IF-END
    7. Scan the attackers and TRY to identify masks.
    8. IF identify found masks on the attackers DO:
      1. TRY to remove masks from attackers.
    9. IF-END
    10. TRY to attack all found attackers and origins.
    11. IF not all found attackers and origins got destroyed, and option {Use butterfly} was given, DO:
      1. TRY to attack all found attackers and origins with the butterfly-method.
    12. IF-END
    13. Scan <person(s)> and TRY to identify all kinds of attacks on the <person(s)>.
  3. LOOP-END