Hey, I have a small problem that is probably somewhat dumb.
I've been trying to get mythic mobs to work on my server for a while now, and I made a mob:
Beowulf:
Type: WOLF
Display: '&8Beowulf'
Health: 50
Damage: 8
Skills:
- message{cooldown=20;m="<mob.name><&co> You seem to have angered the bewoulf..."} @PlayersInRadius{r=40} ~onCombat >0 0.2
- message{m="<mob.name><&co> RAGHGHHR!"} @PlayersInRadius{r=40} ~onPlayerKill >0 1
AIGoalSelectors:
- 0 clear
- 1 meleeattack
-...
[Technical Help] Probably my fault, but I can't see what I did wrong..?
I've been trying to get mythic mobs to work on my server for a while now, and I made a mob:
Beowulf:
Type: WOLF
Display: '&8Beowulf'
Health: 50
Damage: 8
Skills:
- message{cooldown=20;m="<mob.name><&co> You seem to have angered the bewoulf..."} @PlayersInRadius{r=40} ~onCombat >0 0.2
- message{m="<mob.name><&co> RAGHGHHR!"} @PlayersInRadius{r=40} ~onPlayerKill >0 1
AIGoalSelectors:
- 0 clear
- 1 meleeattack
-...
[Technical Help] Probably my fault, but I can't see what I did wrong..?