Read both guids as uint64.
OBJECT_FIELD_CREATED_BY = 0x20
hi guys i am trying to write my own fishing bot. But got a problem now I cannot determine which bobber is mine when there are other fisher around. I found The ObjectManager's ObjectList contains not only my bobber. I checked the Descriptor's eGameObjectFields.OBJECT_FIELD_CREATED_BY , it gives an int id, i expect it is my player guid but not. I can use that int id to determine my bobber. But then the bot lack general. Any idea guys ?
i write bobber guid to mouseover guid then sendkey interact with mouseover to do the fishing when bobbing So i need to known which bobber is mine.
Read both guids as uint64.
OBJECT_FIELD_CREATED_BY = 0x20
Thanks Cen01. with your hint I figured out why that id is shorter than my player guid. Not aware that they read as different type.
Trade Feedbacks
yeas becouse the guid is stored as 8byte ;-) try to write and interact with 4 bytes and try it with 8 bytes typ. you will see only the 8 byte will interact with target ^^
Bookmarks