Alakazizam Posted September 4, 2023 Share Posted September 4, 2023 Trying to wrap my head around how these are used. Pretty much trying to detect if an imp you're fighting teleports using the little puff it creates. But they don't seem to work the same way as getting a reference to a ground item or object. I've managed to get that the ID is 86, but don't know how to "get" the closest graphics object with that ID. Quote Link to comment Share on other sites More sharing options...
Khaleesi Posted September 4, 2023 Share Posted September 4, 2023 1 hour ago, Alakazizam said: Trying to wrap my head around how these are used. Pretty much trying to detect if an imp you're fighting teleports using the little puff it creates. But they don't seem to work the same way as getting a reference to a ground item or object. I've managed to get that the ID is 86, but don't know how to "get" the closest graphics object with that ID. I'm pretty sure GraphicsObjects is just everything that has a model and can be rendered. I'm not sure what the teleport thingy is though, isn't it just some animation? Quote Link to comment Share on other sites More sharing options...
Alakazizam Posted September 4, 2023 Author Share Posted September 4, 2023 11 hours ago, Khaleesi said: I'm pretty sure GraphicsObjects is just everything that has a model and can be rendered. I'm not sure what the teleport thingy is though, isn't it just some animation? It has a GraphicsObject ID when I turn them on on the client. I was initially trying to get the animation ID the imp makes when he teleports but the little bastards are too quick for me to catch with the Entity Hover option lol. Is there some other way I could get that information? Quote Link to comment Share on other sites More sharing options...
Khaleesi Posted September 4, 2023 Share Posted September 4, 2023 8 minutes ago, Alakazizam said: It has a GraphicsObject ID when I turn them on on the client. I was initially trying to get the animation ID the imp makes when he teleports but the little bastards are too quick for me to catch with the Entity Hover option lol. Is there some other way I could get that information? Try to print it out in the log? 1 Quote Link to comment Share on other sites More sharing options...
Alakazizam Posted September 4, 2023 Author Share Posted September 4, 2023 48 minutes ago, Khaleesi said: Try to print it out in the log? That's just too easy lol Thanks Quote Link to comment Share on other sites More sharing options...
Khaleesi Posted September 4, 2023 Share Posted September 4, 2023 40 minutes ago, Alakazizam said: That's just too easy lol Thanks Haha, that's what I usually do when things happen so fast 1 Quote Link to comment Share on other sites More sharing options...