GrenderG
GrenderG
We actually have the waypoints, we just need to port the creature_movement table from VMaNGOS and add waypoint movement handling to our core. Any idea about why they are using...
Because we are in no rush to "finish" the emulator, so no need to implement wrong temporary stuff unless it's 100% needed. Anyway let's wait until @ratkosrb answers since it...
What defines if a mob should be able to enter water or not is something called `CreatureStaticFlags` (also known as `CreatureDifficultyFlags`). There are two flags related to water movement: ```python...
For the record, **in case anyone wants to double check everything**. Our current static flags values have been obtained like this, and applied on this order: 1. Extracted from WoWD...
Don't believe the "Added in patch" information from Wowhead, it's not correct. These NPCs existed in 0.5.3 due to their low entry. Maybe they were spawned somewhere else or had...
1447 is the correct quest that follows 1247, at least in Vanilla. It might be possible that in 0.5.3 the next quest was 1247 indeed, but then the text and...
> Actually 1447 is on the database, however it has the ignored flag set, whereas the others do not. Perhaps this is wrong? Why would one not be valid but...
Missing scripting system.
Strumner and Celmoridan pets have been spawned in https://github.com/The-Alpha-Project/alpha-core/pull/676
The mobs from the https://github.com/The-Alpha-Project/alpha-core/issues/589#issue-1353075671 have had their subnames updated in https://github.com/The-Alpha-Project/alpha-core/pull/604, the ones from @devw4r's comment still haven't.