Let me tell you what I see when you say “majority of the players”:
- People who say the majority of the players PvP
- People who say it is not the “vast majority” of the players who play in the Exiled Lands ONLY, when ALL official sources show otherwise
- Nearly less than 1/5th of the number of people concurrently playing this game in Steam alone post in this forum, or any forum
- Dozens of posts, like your yourself stated, comment on what others say on the token that “if it is happening with you bla bla, but it does not happen to me”
So when you call upon “speak about the majority of players”, I dont know what the hell you talking about.
And no, I dont. I know how to provoke the problems and I can tell you as a fact, it does not always have to do with the game itself.
This is the ONLY problem that happens because something is wrong with the game. While it might seem odd, I am actually an accomplished developer who works for a company doing C++ and VBA programming for a myriad of companies throughout the World, reason why I have lived in many countries, in Asia, more than anywhere, you gotta be really good at what you do otherwise, in the lack of distinctive prowess, they only employ their own.
I can tell you, this problem has a somewhat simple solution, but it requires to redesign the game to solve it. That is the whole problem. Like Dennis said, you have to choose, either you redesign the game, or you fix this problem and cause many others.
What is somewhat “funny” is that yes, you need to redesign the game to solve it and not cause any other issue, BUT, it is not all that complicated. They just need to STOP FREAKING USING STUFF BEFORE VERIFYING STUFF.
As I pointed out in another post, in many places in the code of the game, and you can know that by reading the logs too, the game has many “IsValid” checks, or “IsPlaced”, or “IsServer” in the correct places, but someone in Funcom forgets that if you link something to something else, when you use that something else, it pulls up the first something, and if that is not valid, it does not matter if the second something is. That is all that there is to it.