#Custom Armor ability

1 messages ยท Page 1 of 1 (latest)

rustic plaza
#

ive never seen footwear before lol

#

just use {_player}'s boots

empty hound
#

heh...

#

oh ok

#

so set {_boots} to {_player}'s boots

#

? that?

empty hound
#

@rustic plaza

rustic plaza
#

bro

#

dont ping me; be patient

frozen rampart
#

Also {_lore} is never set

rustic plaza
empty hound
#

i did

#

i did

rustic plaza
#

also, just loop players in radius 5, not all players

empty hound
#

the last error i have to fix is the fitwear

frozen rampart
#

Me when I'm pinged in my Discord server ๐Ÿ˜ค๐Ÿ˜ค๐Ÿ˜ค

empty hound
#

BUT HOW do i fix the footwear thing

#

what do i put at the line

frozen rampart
#

What you said

rustic plaza
empty hound
#

oh no i didnt

#

i tried before the line

#

lol

#

im asking u from experience is THAT CODE WORTHY

frozen rampart
#

Sure

empty hound
#

ok

rustic plaza
empty hound
#

well.. i kinda cant

frozen rampart
#

You never use the boots for anything

#

You just set the variable

empty hound
#

im so confused

frozen rampart
#

Nowhere in your code do you use {_boots} except for the line where you set it

#

So why have the line at all?

empty hound
#

ok so i delete it

frozen rampart
#

I imagine you'll want to check if they're wearing the right boots

rustic plaza
empty hound
#

i asked my friend to help

#

lol

#

so what do u guys suggest

empty hound
#

thx alot ur so helpful ๐Ÿ™‚

#

so are yall thinking or jsut gone

#

๐Ÿ˜ฆ

dry laurel
#

i'm thinking this is ai

rustic plaza
#

A made-up friend is often an excuse to hide the fact they used AI because they arent confident in their own abilities. If a friend had supplied this code:

  1. Woundnt it make most sense to ask the friend to fix it?
  2. if the friend does exist and gave you this code, they arent proficient enough for you to want the code they write
empty hound
#

they started coding like not to long ago :?

rustic plaza
#

if you dont know how to code that well, lead with that. Otherwise we dont know what kind of help to give

empty hound
#

they suggested this server

#

no shit i cant code, not trying to hide that

#

lol

#

i did succesfully code one thing

#

u spent all that time coming u with theories

#

can u just help?

dry laurel
rustic plaza
# empty hound no shit i cant code, not trying to hide that

You never mentioned it, or the fact that this wasnt your code until we voiced concerns it was AI-generated. We kneed to know your experience level so we can recommend the right things; ie

  1. looking at tutorials/documentation if you are new (see the links RaGe Grim just sent blobagree),
  2. or just simply telling you a certain expression/effect/algorithm and expecting you to make a reasonable effort incorporating that into the code if you have a bit more experience
empty hound
#

i dont know how to code ๐Ÿ™‚

#

can u help now?

rustic plaza
#

then you should probably look into learning the basics. I've told you to use a certain expression, but that means nothing if you dont know the first thing about skript. the tutorial above is an excellent place to start

empty hound
#

i still dont understnad what %% does

rustic plaza
#

.%

vestal summitBOT
# rustic plaza .%

We have moved on to slash commands! Please use </percent:1260033213204791389>

rustic plaza
#

oops, right

vestal summitBOT
#

x8ight suggests that you read this embed

Percent signs (%)
When should percent signs be used in Skript?

In Skript, the purpose of surrounding an expression in % signs is letting Skript know you want it to be parsed as an expression and insert its value into the string or variable you've put it in.

Incorrect Usage
give dirt to %player%
send "Hey there player" to %arg-1%
kill %{_entity}%```
Here, the % signs are not inside strings or variable names and should therefore be removed.
Correct Usage
broadcast "%player% has joined"
send "%{_variable::*}%" to player
set {variable::%uuid of player%} to 10```
Here, the % signs are being use properly, as a means to put expressions inside strings and variable names.
rustic plaza
empty hound
#

i know

#

thats why i brought it up