#PoaSK gave up

1 messages · Page 1 of 1 (latest)

sweet night
#

Hey @neon cloak apologies for the ping but I am genuinely lost

after I restarted server while working on some fake entities
all my fake entity codes gave up completely

I had fake text displays and fake item displays that would be spawned when needed
none work now
no errors whatsoever, I can broadcast the fake entity and it does seem to give some info back but nothing is shown to me

an example code:

    set {_l} to location of {_p}
    set pitch of {_l} to 0
    set {_l} to location 2 meters in front of {_l}
    set yaw of {_l} to calculateOppositeYaw(yaw of {_p})

    
    set {_rid} to (random integer between 0 and 9999999)
    set {_wake} to stick
    set item model of {_wake} to "xenons:wind_swipe"
    spawn fake item display at {_l} for {_p} with id {_rid}
    set {_display} to new metadata packet with id {_rid}:
        display item: {_wake}
        display scale: vector(2, 2, 2)
    send packet {_display} to {_p}
    wait 20 ticks
    remove fake entity with id {_rid} for {_p}```

these worked just fine up until they just gave up at one point
no plugins were changed
server stayed on same version

nothing should've been changed
neon cloak
#

Yh can’t lie no idea. Works fine for me. The code is correct. Maybe see if there is any errors in client logs

sweet night
#

After sending this issue I was experimenting with skript-particle sending packet for a fake entity spawning and that works so protocol is fine as well

#

an update
now it works casually?

it didn't work until now but now it does lol

#

(didn't even restart server)

smoky fractal
#

We need a poaskrewritev3 istg

obtuse hill
#

but not poa

#

not by poa at all

#

but by some addon you wont expect that you might already be using

neon cloak
#

What

gilded elk
#

he's talking about Lusk

#

#skript-help-2 message
#skript-help-2 message

sweet night
#

Poor poa being replaced 😂

neon cloak
#

I don’t care. It’s a Skript addon. I made this for me and I use it. So when things break I can fix them and not wait on someone else. Also he is taking inspiration from me anyways lol

obtuse hill
#

it's holding a heart shaped cookies

neon cloak
#

What’s wrong with it

obtuse hill
#

Odd i remember having issues with it but I can't remember what

#

I think it's smth with the camera packet

#

But i think it's skill issue on my side

#

Since i have to ride an entity for it to work apparently

#

Pretty cool tho

#

But still i had some other issues with it i just can't recall it

#

I'll let yk when i find it again

sweet night
# neon cloak What’s wrong with it

there are few bugs I noticed recently
nothing major but things that aren't consistent basically

one thing I had recently is item display issues
item display seems to be ignoring the yaw of location when spawned, or at least it's using it incorrectly as the item display is spawned rotated slightly
same code with real item display entities get's the correct result

also item display seems to be missing the actual display type syntax
eg. head/left hand/ right hand etc

neon cloak
#

Oh Yh the yaw one I forgot to fix

sweet night
#

😭