[DiscordArchive] how to enable flying in starting zone
[DiscordArchive] how to enable flying in starting zone
Archived author: Needle • Posted: 2024-12-22T17:53:54.004000+00:00
Original source
Archived author: Needle • Posted: 2024-12-22T17:53:54.613000+00:00
Original source
Thread automatically created by purushottammel in <#415944535718494208>
Archived author: Deleted User • Posted: 2024-12-22T18:00:20.683000+00:00
Original source
https://wowdev.wiki/DB/AreaTable - Change the Flags of the area you want to change
[Embed: AreaTable]
https://wowdev.wiki/DB/AreaTable
Archived author: Deleted User • Posted: 2024-12-22T18:02:08.792000+00:00
Original source
AREA_FLAG_FLYING = 0x00000400, // 3.3.5 : Flag determines if flying is allowed in zone. (only EOTS. Expansion azeroth zones like silvermyst island do not have this flag, 0x00004000 flag).
Archived author: purushottammel • Posted: 2024-12-22T18:04:53.734000+00:00
Original source
where is area table
Archived author: Deleted User • Posted: 2024-12-22T18:09:09.233000+00:00
Original source
in the data/dbc folder of your server
Archived author: Deleted User • Posted: 2024-12-22T18:09:12.949000+00:00
Original source
AreaTable.dbc
Archived author: Deleted User • Posted: 2024-12-22T18:10:56.352000+00:00
Original source
Edit with this tool - https://github.com/WowDevTools/WDBXEdito...ag/1.1.9.a
[Embed: Release WDBX Editor 1.1.9.a · WowDevTools/WDBXEditor]
https://github.com/WowDevTools/WDBXEdito...ag/1.1.9.a
Archived author: purushottammel • Posted: 2024-12-22T18:11:36.870000+00:00
Original source
tysssm
Archived author: purushottammel • Posted: 2024-12-22T18:11:48.390000+00:00
Original source
trying now