Advertisement
Guest User

Untitled

a guest
May 16th, 2021
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.87 KB | None | 0 0
  1. SwitchAIPet:
  2.   TargetConditions:
  3.  - stringequals{val1="%player_item_in_hand_name%";val2="&6【&e城鎮任務&6】&b誘餌&e起司"} true
  4.   Skills:
  5.  - setowner @target
  6.   - potion{type=SLOW;duration=864000;level=2;p=false} @self
  7.   - runaigoalselector{goal=clear}
  8.   - runaigoalselector{goal=gotoowner}
  9.  
  10. SwitchAIRun:
  11.   TargetConditions:
  12.  - stringequals{val1="%player_item_in_hand_name%";val2="&6【&e城鎮任務&6】&b誘餌&e起司"} false
  13.   Skills:
  14.  - potion{type=SLOW;duration=864000;level=0;p=false;force=true} @self
  15.   - runaigoalselector{goal=clear}
  16.   - runaigoalselector{goal=fleeplayers}
  17.   - runaigoalselector{goal=randomstroll}
  18.  
  19. DamageMouse:
  20.   Cooldown: 1
  21.   TargetConditions:
  22.  - stringequals{val1="%player_item_in_hand_name%";val2="&6【&e城鎮任務&6】&b誘餌&e起司"} false
  23.   Skills:
  24.  - damage{amount=11;ignoreArmor=true;ignoreimmunity=true} @trigger
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement