Get_npcs() problem

Hello @Ryan ,
Is there anyway to know which UID of npc [FGW teleport Pillar] is mine,
Because when i use pillar item by plugin, then i loop in npc list around me with:

for uid, npc in npcs.items():
	item = get_item(npc['model'])
	if item and item['name'] == PillarName:

It returns alot of UID of npc’s [FGW teleport pillar]
Idk why but i think its other players pillar who use it around me.
If i can’t parse packet 3015 which is blocked by phbot,
So how could i know which UID is mine?

You cant know thats why your supposed to open it far from others when using the plugin

i did that before, but same problem, cuz i do fgw with many chars delayed 15min each.
also if i do many scripts for each pt, maybe someone use his pillar nearby, will get the same problem.
i want something like [‘owner’] if possible, or [‘spawn time’] → parse time.
if i know the time i could target it by adding a second to my using item time.
Or if i could parse 3015 packet instantly when using the item, but its blocked…

1 Like

maybe u can check with it your radius it may not be perfect but it could improve it