Hello,
does anyone know how to read the current continent name?
The way from 3.3.5 / 4.0 doesn't work anymore
here the code of it:
I need as result something like: Azeroth, Kalimdor, Deephome, Expansion01 etc.Code:CurrentContinent = Memory.Read<string>(Memory.Read<UInt32>(((Memory.BaseAddress + Pointers.GeneralPointers.ZoneText)) + Pointers.GeneralPointers.SubZoneText));