[DiscordArchive] Does anybody know what makes gameobject, which ...
[DiscordArchive] Does anybody know what makes gameobject, which ...
Archived author: Needle • Posted: 2025-08-08T09:12:40.872000+00:00
Original source
Archived author: Needle • Posted: 2025-08-08T09:12:41.744000+00:00
Original source
Thread automatically created by Luekon in <#415944535718494208>
Archived author: robinsch • Posted: 2025-08-08T09:13:52.041000+00:00
Original source
I think they need to have attachment point for the sparkels
Archived author: robinsch • Posted: 2025-08-08T09:14:30.377000+00:00
Original source
`this->m_attachmentPoint = 19;`
Archived author: Luekon • Posted: 2025-08-08T09:15:55.804000+00:00
Original source
So it is the model issue? Wierd cause i even swapped the model for something else and it still didnt have the glow
Archived author: robinsch • Posted: 2025-08-08T09:16:12.071000+00:00
Original source
Check if the model has attachment point 19
Archived author: Luekon • Posted: 2025-08-08T09:32:48.852000+00:00
Original source
It probably doesnt, but I cant rly do any model editing. What is wierd tho, that i changed the displayID for the object to the same one that has the glow but it still didnt work
Archived author: Luekon • Posted: 2025-08-08T09:47:19.866000+00:00
Original source
Got the model fixed. It now has attachment 19 but still nothing (Btw the model which has the glow doesnt have any attachments either)
Archived author: robinsch • Posted: 2025-08-08T09:49:46.528000+00:00
Original source
Make sure the gameobject has `GO_DYNFLAG_LO_SPARKLE` in `GAMEOBJECT_DYNAMIC` field
Archived author: robinsch • Posted: 2025-08-08T09:52:59.692000+00:00
Original source
and ofc ensure that the quest ID is assigned in gameobject_template in case its `GAMEOBJECT_TYPE_GENERIC` / `GAMEOBJECT_TYPE_GOOBER`