What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

ObjectManager.Me.ContinentName returning nothing

nokdu

New Member
Joined
Aug 16, 2010
Messages
208
Reaction score
3
i maybe wrong with this.. but it seems like
ObjectManager.Me.continentname is returning nothing

i tryed something like..
Logging.WriteDebug(ObjectManager.Me.ContinentName);
and it was printing nothing but the time stamp on the debug log..

any ideas?

or is there any other way i can find out which continent i am on?
 
i maybe wrong with this.. but it seems like
ObjectManager.Me.continentname is returning nothing

i tryed something like..
Logging.WriteDebug(ObjectManager.Me.ContinentName);
and it was printing nothing but the time stamp on the debug log..

any ideas?

or is there any other way i can find out which continent i am on?
I've noticed that this api doesn't work as well, alternatively you can use lua. http://wowprogramming.com/docs/api/GetCurrentMapContinent
 
Last edited:
Back
Top