#(bureau) ItemDisplay glowing when looking at it

12 messages · Page 1 of 1 (latest)

noble pasture
#

Is there a way to make an item-display glow, when a player looks directly at it?

digital gullBOT
#

(bureau) ItemDisplay glowing when looking at it

digital gullBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.

brave isle
#

You'd have to consider a delta time event and/or a tick event.

#

!e delta time

tardy falconBOT
# brave isle !e delta time
Group

Core

Event Lines

delta time hourly|minutely|secondly

Switches

every:<count> to only run the event every *count* times (like "on delta time secondly every:5" for every 5 seconds).

Triggers

every <count> seconds, minutes, or hours of game calculation time. Default repetitions count of 1.
This is specifically based on the rate of time advancement in the game server,
which is not necessarily equivalent to the real passage of time (for example, this event may fire slower if the server is lagging).
For real time, see !event system time.

Context

<context.second> returns the exact delta time since system start.

brave isle
#

!e on tick

tardy falconBOT
# brave isle !e on tick
Group

Core

**WARNING**

This event fires very rapidly and is usually not the most ideal way to handle things. Generally, prefer !event delta time.

Event Lines

tick

Switches

every:<count> to only run the event every *count* times (like "every:5" for every 5 ticks).

Triggers

every single tick.

Context

<context.tick> how many ticks have passed since the server started.

brave isle
#

Check if any player online is looking at an item display.

grand locustBOT
#
Thread Closing Reminder

Has your issue been resolved, or your question been answered?
If so, please use the </resolved:1028673926114594866> command to close your thread.
Or </invalid:1028673926898909185> if it's not possible to resolve.

If not yet resolved, please reply below to tell us what you still need.

(Note that if there is no reply for a few days, this thread will eventually close itself.)

#

@noble pasture