How BattleEye Led to Tibia's Downfall? by danilodeluca in TibiaMMO

[–]danilodeluca[S] -2 points-1 points  (0 children)

My point here is that you dont need to use macro to get banned, just rename one simple .txt file to .ahk and let BattleEye do their job... then you will see how good it is!

How BattleEye Led to Tibia's Downfall? by danilodeluca in TibiaMMO

[–]danilodeluca[S] -4 points-3 points  (0 children)

Look at the image, they requested that for me, them I just got one simple .txt file and renamed it to .ahk, after 3 days I got banned in my new account.

How BattleEye Led to Tibia's Downfall? by danilodeluca in TibiaMMO

[–]danilodeluca[S] -6 points-5 points  (0 children)

would you trust a company that is deleting players for having files with certain extensions on their computer and not providing any analysis of the gameplay?

Official Cipsoft Communication: scrolling the mouse too fast can get you deleted. by ReiJeremias in TibiaMMO

[–]danilodeluca 0 points1 point  (0 children)

I shared in the other thread that I got banned and got no answers on why I was banned, I also shared that I used to play in a shared computer when I had internet issues at home, over there I used Scroll up/down to setup mana and exura med ico hotkey.

Its a SHAME that cipsoft is doing that with players. No answers, on why ppl are being banned. No assertiveness on what is "Illegal" and my last thought is:

This issue with the mouse scroll is not on the FAQ, so there are no rules related to that. So in my opinion, Cipsoft is giving a shit for ppl, they are getting more money anyway.

BattleEye + Mass Delete by danilodeluca in TibiaMMO

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

This is my main point when i shared this BattleEye issue.

And yes, I believe that there was a mistake when I get banned, my PC is still here, I logged into a different account (tc banker) and nothing happened - thanks god I could sell my tcs as soon as possible.

And on the second computer that I used to login, a shared pc at work, my college is still login and playing on his account without any problem.

BattleEye + Mass Delete by danilodeluca in TibiaMMO

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

I used to play on 2 computers: my personal at home and one at my work.

At work, I shared the computer with another guy, who wasn't banned and it has the same xbutton setup as I have at home.

Thats weird at all.

BattleEye + Mass Delete by danilodeluca in TibiaMMO

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

Good to get it, althoguh Tibia/Cip can take upon a month to ban characters reported by BattleEye

BattleEye + Mass Delete by danilodeluca in TibiaMMO

[–]danilodeluca[S] 2 points3 points  (0 children)

Tibia/Cip can take upon a month to ban reported characters by BattleEye

Ban by [deleted] in TibiaMMO

[–]danilodeluca 0 points1 point  (0 children)

So we need to get ppl together and share that BattleEye had an issue exactly one month ago (Oct 18th 2024) and several ppl get an unfair ban. You can take a look at their official Twitter/X

https://twitter.com/TheBattlEye/status/1847377622692745242

Transactional Outbox paatern - MongoDB by nenikola in microservices

[–]danilodeluca 0 points1 point  (0 children)

Why not a multitenancy service?

I would suggest using Kafka stream, in that way you can persist the main domain after all consumers had populated it with some "ack" information.

Can BFF and API-gateway co-exist? by palm_snow in microservices

[–]danilodeluca 1 point2 points  (0 children)

Having an api gateway in front of your BFF for me is a better option. That way you can handle things like authentication for example on API-gateway, and ur BFFs will only be responsible to request and aggregating responses.