[DiscordArchive] I'm trying to change the player's model via code:
[DiscordArchive] I'm trying to change the player's model via code:
Archived author: MrBadWithNames • Posted: 2023-10-02T04:14:34.790000+00:00
Original source
I'm trying to change the player's model via code:
plr->SetNativeDisplayId( **the id** );
But it doesn't do anything, When I do SetDisplayId( **the id** ) it works fine until I re-log, is there something I'm missing?
Archived author: MrBadWithNames • Posted: 2023-10-02T04:14:40.470000+00:00
Original source
using TC 3.3.5
Archived author: kearu • Posted: 2023-10-02T04:24:33.950000+00:00
Original source
Idk if that would work with Player, pretty sure it’s only for creatures. Since players don’t have a Native Display ID. You would have to modify the core in order to make it so you can have a permanent morph for players. As far as I know that is, I never looked into permanent morphs before.
Archived author: MrBadWithNames • Posted: 2023-10-02T04:25:45.906000+00:00
Original source
Ah, getcha getcha, thanks, Guess I'll just make a passive spell that morphs you for the mean time