fut icon indicating copy to clipboard operation
fut copied to clipboard

How to find out if a player in my club is TOTW?

Open pawelgdak opened this issue 9 years ago • 0 comments

Hello, I need to find out if a player, which I owe is special and if he does - is he TOTW player, OTW, etc?

I know that assetId determines every player and defId determines every player and type of this player, but how can I get defId of my player?

"x = fut.tradepile() print(x[0])" - It gives me assetId and many more informations, but not the defId. Nevertheless, I know that I can get info if my player is special - "rareflag" describes it. But I have to know if he is TOTW, OTW, TOTY etc..

Function searchDefinition(123) gives every version of player with assetId equal 123, so it doesn't help me at all.

pawelgdak avatar Jan 06 '17 19:01 pawelgdak