Difference between revisions of "SkibUserMacros:Defend"

From Protoi Healing

Jump to: navigation, search
Line 1: Line 1:
'''IMPROVISED SCHEME UNTIL TERMS AND SYNTAX ARE CLEAR '''
+
{{UserMacroMainBox
-----------------------------------------------------
+
|nameUserMacro  = DefendAndCounterattack/DAC for short
 +
|authorUserMacro = Drack
 +
|descrUserMacro  = Defends,blocks and reflects attacks and starts counterattacks.
 +
|statusUserMacro = public
 +
|termsUserMacro  = Oneself and usable on others ("Use DAC macro for personxy")
 +
}}
  
 +
{{UserMacroCommandBox|'''DefendAndCounterattack''' {Use butterfly} }}
 +
<br/><br/><br/><br/><br/>
  
'''Macro Name: DefendAndCounterattack, short: DAC'''
+
'''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.
  
  
  
'''Purpose: Defends against attacks of any kind on all layers on the person, deflects attacks and starts counterattacks against attackers '''
+
{{Box|860|left|#215a97|#bcd5f0}}
 +
{{TextColor|#215a97}}'''Algorithm of User Macro'''{{EndText}}
  
 +
# {{Method|Scan}} the person this macro is used on and '''TRY''' to {{Method|identify}} all kinds of attacks on the person this macro is used on.
 +
# '''TRY''' to {{Method|identify}} all origins of the attacks.
 +
# '''TRY''' to {{Method|reflect}} or {{Method|block}} all kinds of attacks on the person this macro is used on.
 +
# {{Method|Scan}} the attackers for masks.
 +
## '''IF-ELSE''' {{Method|Scan}} found masks on the attackers '''DO''':
 +
### '''TRY''' to {{Method|Remove}} masks from attackers.
 +
### '''TRY''' to start counterattacks for all attackers.
 +
## '''ELSE'''
 +
### '''TRY''' to start counterattacks for all attackers.
 +
#'''IF-END'''
 +
# '''TRY''' to {{Method|Block}} attackers weapons from attacking.
  
 +
--------------------
  
''' Usage on :yourself and others (like : "Use DAC on person xy" or "Use DAC on me")
+
{{EndBox}}
 
+
 
+
----------------------------------------
+
''' Improvised syntax: '''
+
 
+
scan me or person i´m using the program on on all layers for attacks
+
 
+
deflect attacks or reflect them back to the attacker
+
 
+
track the attacks back to the attacker
+
 
+
scan the attacker on all layer for masks
+
 
+
 
+
if he has an mask {
+
get rid of mask and attack or send to protoi-skib for help on that attacker if needed
+
 
+
}
+
 
+
else
+
 
+
attack the attacker or send to protoi-skib for help on that attacker if needed
+
 
+
 
+
on the attacks
+
 
+
{
+
 
+
attack as long as he attacks you, destroy what can be destroyed on dark tools / weapons or any other dark manipulative or influencal tech
+
 
+
}
+
----------------------------------------
+

Revision as of 22:30, 5 February 2017

Skib User Macro
Name DefendAndCounterattack/DAC for short
Author Drack
Brief descr. Defends,blocks and reflects attacks and starts counterattacks.
Status public
Terms Oneself and usable on others ("Use DAC macro for personxy")
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}






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.


Algorithm of User Macro

  1. Scan the person this macro is used on and TRY to identify all kinds of attacks on the person this macro is used on.
  2. TRY to identify all origins of the attacks.
  3. TRY to reflect or block all kinds of attacks on the person this macro is used on.
  4. Scan the attackers for masks.
    1. IF-ELSE Scan found masks on the attackers DO:
      1. TRY to Remove masks from attackers.
      2. TRY to start counterattacks for all attackers.
    2. ELSE
      1. TRY to start counterattacks for all attackers.
  5. IF-END
  6. TRY to Block attackers weapons from attacking.