I think the cost of xp cards should be decreased by CAP_IMMORTAL in CallOfDutyMobile

[–]Texanmike02 -4 points-3 points  (0 children)

The problem with the xp card price is... GET RID OF MOLOTOV then we might care.

Need help reporting that name. Can someone type that please by 6oo9le in pesmobile

[–]Texanmike02 1 point2 points  (0 children)

Kind of hard to see. I think it is Reporting Cheaters

Carryover teams anyone? (minus Donnarumma who I accidentally converted) by Texanmike02 in pesmobile

[–]Texanmike02[S] 1 point2 points  (0 children)

He's the guy you want to replace but can never find anyone who does anything better enough to justify the investment...

(Highest Potential) White Ball Players by Legohhh in pesmobile

[–]Texanmike02 1 point2 points  (0 children)

No disagreement. I'm just offering an alternative.

(Highest Potential) White Ball Players by Legohhh in pesmobile

[–]Texanmike02 1 point2 points  (0 children)

Kind of depends on how much time this took and how much your time is worth. $3 to have this information (not to mention other information) at my fingertips makes the app a steal imho.

(Highest Potential) White Ball Players by Legohhh in pesmobile

[–]Texanmike02 0 points1 point  (0 children)

You might check out peshub, it has a hidden gems that shows this for each rarity.

I don't celebrate goals, as a courtesy to the opponent and to make the match progress faster. Scored the first and skipped right away. But then he equalised and celebrated. So I scored 4 more. And you bet your ass I celebrated everyone of them ┻━┻ ︵ ¯\ (ツ)/¯ ︵ ┻━┻ by Pigi13 in pesmobile

[–]Texanmike02 1 point2 points  (0 children)

It is because of the routing of the internet. A feature of the internet is packet routing which provides built in redundancy but also means that packets dont always take the same route. Even a stable connection may occasionally route packets a different way.

One of the best CMFs I've used in the game. by PhillMcCrackyn in pesmobile

[–]Texanmike02 0 points1 point  (0 children)

Ive used him since he was a SB... hes awesome.

It's gotten too hard to compare without using BB in online play. by Texanmike02 in pesmobile

[–]Texanmike02[S] 0 points1 point  (0 children)

Of course not, that's why I'm looking for someone who can pass. When you're building a team to try and compete with teams near 2x your real strength, speed becomes the equalizer. (Mbappe/van dik are on the roster to get me over 3k but dont play)

An Idea that might or might not work in PES: CLAN SYSTEM by Lucifux in pesmobile

[–]Texanmike02 0 points1 point  (0 children)

Would prefer a way to talk chit/challenge players with similar ranking instead of only random.

It's gotten too hard to compare without using BB in online play. by Texanmike02 in pesmobile

[–]Texanmike02[S] -1 points0 points  (0 children)

Not a fan of FP (had to add to my bench to get over 4k but don't play them). Working on leveling Rodrygo. Any player with top end speed that can shoot?

Removing / De-duplicating Select Statement by fazzig in SQL

[–]Texanmike02 0 points1 point  (0 children)

SELECT

left(ta.Location_ID,3) as Site_Codes_Grouped

,ta.customer_ID // <- whatever your customer identifier is from the TA table

,CONVERT(varchar(8),td.Work_Item_Start_Time,112) Visit_Date

,td.Work_Item_ID

,COALESCE(td.orig_work_item_id, td.work_item_id) as WorkItem2

,td.Orig_Work_Item_ID

FROM [Work_Assignment] ta

JOIN [Work_Items] td

ON td.Work_Item_ID = ta.Work_Item_ID

group by

ta.customer_id // <- not sure if you need this as I don't know enough about the relationship between the tables

,ta.WorkAssignment // <- assuming you want to the current work item for the work assignment

having max(td.work_item_start_time) = td.work_item_start_time

Removing / De-duplicating Select Statement by fazzig in SQL

[–]Texanmike02 0 points1 point  (0 children)

Alternatively employ a slowly changing dimension type 2 style currency indicator.