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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

GameObjectManager

user00719284

Member
Joined
Aug 31, 2021
Messages
35
If I want to ensure I get the most current location of an enemy NPC the moment it lands in the arena, should I be using the Clear() and Update() methods before fetching the NPC via GetObjectByNPCId?

Noticing sometimes Location.X and Location.Z properties are returning the NPC's previous position before it vanished. The vanishing and re-appearing happens within a few seconds.
 
Most properties are read dynamically, if the object changes during a transition or something it might be a totally different object that exists with the same npcid as two different objects at the same time.
 
Back
Top