[DiscordArchive] Any guides on how to make working/custom transp...
[DiscordArchive] Any guides on how to make working/custom transp...
Archived author: stoneharry • Posted: 2024-11-26T21:44:21.599000+00:00
Original source
transportanimation likely just needs to be in order but gaps don't matter in the sequence, mine has big gaps: https://i.imgur.com/8trmnYB.pnghttps://i...om/8trmnYB
Archived author: stoneharry • Posted: 2024-11-26T21:45:01.376000+00:00
Original source
https://wowdev.wiki/DB/TransportAnimation SequenceID points to AnimationData https://wowdev.wiki/DB/AnimationData
[Embed: TransportAnimation]
https://wowdev.wiki/DB/TransportAnimation
[Embed: AnimationData]
https://wowdev.wiki/DB/AnimationData
Archived author: Ponshu • Posted: 2024-11-26T21:50:21.795000+00:00
Original source
Ahhh okay. So it seems like if Im making a simple lift it won't matter too much the sequence id.
Archived author: Ponshu • Posted: 2024-11-26T21:50:36.754000+00:00
Original source
how many entries should I expect to make if I'm just doing a simple Up and then down repeating?
Archived author: Ponshu • Posted: 2024-11-26T21:51:05.533000+00:00
Original source
and im assuming the X Y Z isn't map coordinates but rather how much the object itself will move
Archived author: Ponshu • Posted: 2024-11-26T21:51:23.261000+00:00
Original source
so obviously if I want a lift to bring someone up 10 I just put 10 and dont have to put the coordinates of where the map takes them
Archived author: stoneharry • Posted: 2024-11-26T21:52:11.853000+00:00
Original source
what I sent is exactly a lift with 3 stopping points going up and down
Archived author: stoneharry • Posted: 2024-11-26T21:53:42.725000+00:00
Original source
WoW_HourOfTwilight_12349_Dev_2024-11-26_21-52-44.mp4
Archived author: Ponshu • Posted: 2024-11-26T21:54:09.833000+00:00
Original source
thanks having the visual will help a ton
Archived author: Ponshu • Posted: 2024-11-26T21:54:18.794000+00:00
Original source
Ill experiment with it later