Eutherin

Untitled

Oct 1st, 2021 (edited)
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.11 KB | None | 0 0
  1. TestMonkey:
  2.   Type: zombie
  3.   Health: 500
  4.   Display: 'TestMonkey'
  5.   Options:
  6.     PreventSunburn: true
  7.     Despawn: False
  8.   Skills:
  9.  - skill{s=SpawnLocationTest} ~onInteract
  10.   AIGoalSelectors:
  11.  - 0 clear
  12.   - 1 lookatplayers
  13.   AITargetSelectors:
  14.  - 0 clear
  15.   - 1 players
  16.  
  17.  
  18. SpawnLocationTestSpawn:
  19.   TargetConditions:
  20.  - entitytype{t=item_frame} true
  21.   Skills:
  22.  - summon{t=pig} @TargetLocation
  23.  
  24. SpawnLocationTest:
  25.   Skills:
  26.  - skill{s=SpawnLocationTestSpawn} @EntitiesInRadius{r=5}
  27.  
  28.  
  29. Debug:
  30. [15:57:10 INFO]: [MythicMobs] +--- Running Mechanics for ActiveMob TestMonkey (uuid: f457fbdd-3c80-4681-8166-d542293d892c)
  31. [15:57:10 INFO]: [MythicMobs] |----- ? Checking SkillTrigger INTERACT == INTERACT
  32. [15:57:10 INFO]: [MythicMobs] |----- ? Performing Health Check
  33. [15:57:10 INFO]: [MythicMobs] |----- + SkillMechanic usable!
  34. [15:57:10 INFO]: [MythicMobs] |----- Executing SkillMechanic with power 1 (line: skill{s=SpawnLocationTest} ~onInteract)
  35. [15:57:10 INFO]: [MythicMobs] |------- : SkillMechanic is a META mechanic. Executing...
  36. [15:57:10 INFO]: [MythicMobs] |----- ! Skill usable!
  37. [15:57:10 INFO]: [MythicMobs] ~----------- Executing MetaSkill (et: 1) -> SpawnLocationTest
  38. [15:57:10 INFO]: [MythicMobs] +--- Running Skill SpawnLocationTest Async from MetaSkillMechanic
  39. [15:57:10 INFO]: [MythicMobs] |----- ! Skill usable!
  40. [15:57:10 INFO]: [MythicMobs] +--- + Evaluating SkillMechanic skill{s=SpawnLocationTestSpawn} @EntitiesInRadius{r=5}
  41. [15:57:10 INFO]: [MythicMobs] |----- ? Performing Health Check
  42. [15:57:10 INFO]: [MythicMobs] |----- + SkillMechanic usable!
  43. [15:57:10 INFO]: [MythicMobs] |----- Executing SkillMechanic with power 1 (line: skill{s=SpawnLocationTestSpawn} @EntitiesInRadius{r=5})
  44. [15:57:10 INFO]: [MythicMobs] |------- : EntityTargeter found 3 targets
  45. [15:57:10 INFO]: [MythicMobs] +--- + Applying entity target filters
  46. [15:57:10 INFO]: [MythicMobs] |----- Returning 3 targets
  47. [15:57:10 INFO]: [MythicMobs] |------- : SkillMechanic is a META mechanic. Executing...
  48. [15:57:10 INFO]: [MythicMobs] |----- ! Skill not usable: TargetConditions failed.
  49. [15:57:10 INFO]: [MythicMobs] ~----------- MetaSkill SpawnLocationTestSpawn is currently unusable
  50.  
  51.  
  52. Block based test:
  53. SpawnLocationTestSpawn:
  54.   TargetConditions:
  55.  - blocktype item_frame true
  56.   Skills:
  57.  - message{m=test2} @pir{r=5}
  58.   - summon{t=pig} @TargetedLocation
  59.  
  60. SpawnLocationTest:
  61.   Skills:
  62.  - skill{s=SpawnLocationTestSpawn} @blocksinradius{r=10}
  63.  
  64.  
  65. [16:01:38 INFO]: [MythicMobs] +--- Running Mechanics for ActiveMob TestMonkey (uuid: f457fbdd-3c80-4681-8166-d542293d892c)
  66. [16:01:38 INFO]: [MythicMobs] |----- ? Checking SkillTrigger INTERACT == INTERACT
  67. [16:01:38 INFO]: [MythicMobs] |----- ? Performing Health Check
  68. [16:01:38 INFO]: [MythicMobs] |----- + SkillMechanic usable!
  69. [16:01:38 INFO]: [MythicMobs] |----- Executing SkillMechanic with power 1 (line: skill{s=SpawnLocationTest} ~onInteract)
  70. [16:01:38 INFO]: [MythicMobs] |------- : SkillMechanic is a META mechanic. Executing...
  71. [16:01:38 INFO]: [MythicMobs] |----- ! Skill usable!
  72. [16:01:38 INFO]: [MythicMobs] ~----------- Executing MetaSkill (et: 1) -> SpawnLocationTest
  73. [16:01:38 INFO]: [MythicMobs] +--- Running Skill SpawnLocationTest Async from MetaSkillMechanic
  74. [16:01:38 INFO]: [MythicMobs] |----- ! Skill usable!
  75. [16:01:38 INFO]: [MythicMobs] +--- + Evaluating SkillMechanic skill{s=SpawnLocationTestSpawn} @blocksinradius{r=10}
  76. [16:01:38 INFO]: [MythicMobs] |----- ? Performing Health Check
  77. [16:01:38 INFO]: [MythicMobs] |----- + SkillMechanic usable!
  78. [16:01:38 INFO]: [MythicMobs] |----- Executing SkillMechanic with power 1 (line: skill{s=SpawnLocationTestSpawn} @blocksinradius{r=10})
  79. [16:01:38 INFO]: [MythicMobs] |----- @BlocksInRadius targeter
  80. [16:01:38 INFO]: [MythicMobs] |----- @BlocksInRadius targeter from Entities
  81. [16:01:38 INFO]: [MythicMobs] |------- : LocationTargeter found 320 targets
  82. [16:01:38 INFO]: [MythicMobs] |------- : SkillMechanic is a META mechanic. Executing...
  83. [16:01:38 INFO]: [MythicMobs] |----- ! Skill not usable: TargetConditions failed.
  84. [16:01:38 INFO]: [MythicMobs] ~----------- MetaSkill SpawnLocationTestSpawn is currently unusable
  85. >
Add Comment
Please, Sign In to add comment