korakion / Shadowsong

Bug Repository for the Shadowsong Realm
0 stars 0 forks source link

Azuremist Isle Ocena Water Acts Like Lava #274

Closed FatLizardman closed 6 years ago

FatLizardman commented 6 years ago

The water surrounding Azuremist Isle afew of the rivers have water that acts like lava, making any quest that requires you to swim (IE: Drenai Hunter quest to tame a Barbed Crawler (In ocean waters)) Impossible. lava death

jemprince commented 6 years ago

Here's some flags from map.h: enum ZLiquidStatus { LIQUID_MAP_NO_WATER = 0x00000000, LIQUID_MAP_ABOVE_WATER = 0x00000001, LIQUID_MAP_WATER_WALK = 0x00000002, LIQUID_MAP_IN_WATER = 0x00000004, LIQUID_MAP_UNDER_WATER = 0x00000008 };

// defined in DBC and left shifted for flag usage

define MAP_LIQUID_TYPE_NO_WATER 0x00

define MAP_LIQUID_TYPE_MAGMA 0x01

define MAP_LIQUID_TYPE_OCEAN 0x02

define MAP_LIQUID_TYPE_SLIME 0x04

define MAP_LIQUID_TYPE_WATER 0x08

flumby commented 6 years ago

Hello, just like to confirm that this has been fixed.

Kind Regards

Flumby