#ive been trying to fix this for 30 minutes
1 messages · Page 1 of 1 (latest)
?
plz explain
'DIAMOND_SWORD' is not an entity type (drops.sk, line 4: give attacker DIAMOND_SWORD')
im on 1.8.9 so idk
sporry

victim is a zombie:
if attacker is a player:
give attacker DIAMOND_SWORD```
ive been trying to do this for 30 minutes
just diamond sword
no caps or underscores
And without underscore too
'diamond sword' is not an entity type (drops.sk, line 4: give attacker diamond sword')
like idk whats goin gon
Try 1 of diamond sword
it's probably a version issue ngl
'diamond sword' is not an item stack (drops.sk, line 4: give attacker 1 of diamond sword')
ima go on 1.20.4 and see if this works
this is the last version that works (atleast it should) with below 1.12
Correct version of skript?
2.8.2
i tried with this aswell
if victim is zombie:
clear drops
set {_drop} to diamond named "&aSigma"
drop {_drop} at victim's location```
why does this suck
yeah its not working. the server seems to not reconize when a zombie dies
i did the same skript but just told it to broadcast "sup" and that didnt work
clear drops
set {_drop} to diamond named "&aSigma"
drop {_drop} at victim's location```
still no
drop 1 of diamond named "&aSigma" at victim's location ?
broadcast "zombie died"```this doesnt work?
your client being 1.20.4 or the server?
server
nope didnt work
idk whats wrong
okay the way you said it made it seem like you just logged on 1.20.4 to try reload it again
on death of zombie:
broadcast "zombie died"
this works
on death of zombie:
broadcast "Zombie died"
drop diamond at the location of the zombie
this doesnt work
drop 1 of diamond at event-location
maybe?
fixed
Just the drop doesnt work, or the broadcast too?
what was the issue?