#skript not working / sometimes work

1 messages · Page 1 of 1 (latest)

dense geyser
#

also items are duping (items that player's supposed to keep are still dropping and sometimes players still keep them)

buoyant granite
#
  1. Use a list for the statuses too, {status::keepArmour}, and any others you add
  2. Line 7 is really long, which is hard for skript to parse. Just use any tool.
  3. instead of clearing the drops, then dropping {_drops::*}, just set the drops to {_drops::*}
dense geyser
buoyant granite
#

you're looping the items

dense geyser
#

but it dont work

buoyant granite
#

the condition you want is is or =, not contains

dense geyser
#

still dont work

buoyant granite
dense geyser
#

tools are still dropping

#

and player isn't getting it when they respawn

buoyant granite
#

...

#

you're stringifying it

#

you cant compare a string to an item

#

and you also don't need {_drops::*} either; just loop drops:

dense geyser
buoyant granite
#

dont put it in a string

#

just use loop-value

dense geyser
#

so I dont need this line either then right? set {_s} to "%type of loop-value%"

buoyant granite
#

no