JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser .
Fishing pools and unique DoodadObject
Status
Not open for further replies.
Hi,
Got two questions :
1. Is there a better object than DoodadObject to handle FishingPools ?
2. How can we check for uniqueness of a DoodadObject since there is no unique id ?
Tanks
Another one : is there a way to create a GpsPoint from a DoodadObject position ?
Thanks
Hi, Syllae.
Another one : is there a way to create a GpsPoint from a DoodadObject position ?
In current Gps system - no, you cant
1. Is there a better object than DoodadObject to handle FishingPools ?
If FishingPools is DoodadObject - then it is always DoodadObject, so you should check its phaseId
How can we check for uniqueness of a DoodadObject since there is no unique id ?
Only with DoodadObject.objId
Hi Out,
Thanks for the answer.
So if I get it right there's no overload of DoodadObject for FishingPools and objId is unique to the instance of the object right ?
Another question then, is the referential for DoodadObj.X, Y and Z the entire world or the current map ?
Thanks very much
is the referential for DoodadObj.X, Y and Z the entire world or the current map
Its always show global coordinates
Will be unique for this object, untill this object exists
Perfect, Thanks very much
Status
Not open for further replies.