• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Looking for programmer with C++ knowledge

LoOoZa

Member
Joined
Sep 18, 2017
Messages
68
Reaction score
5
I am using old xml server and looking for someone to edit my old source to prevent magebomb login
 
Ok, magebomb prevention seems to be preventing spellcasters dropping attacks against other players for a number of seconds after login. That seems doable... But I'm not really familiar with the ancient xml server codebases. Even at the time those were created using XML in such a manner was a bad idea. 😰 Seems like setting a timeout check on the player using offensive actions wouldn't need state persistence calls.
 
didn't mean the magebomb sd combo/spells combo, i meant players connect to my server then spams a spell like exani tera with 2-3 characters and server starts to lag and not responding
so i need to disable magebomb logins at all
like people manage to disable custom clients login/otclient login
 
Magic rope? the magic rope spells lags your server? 😟 Yeah, I don't think I wanna touch that. That sounds too ancient and janky to be saved, and I don't want to make it worse.

Best of luck.
 
didn't mean the magebomb sd combo/spells combo, i meant players connect to my server then spams a spell like exani tera with 2-3 characters and server starts to lag and not responding
so i need to disable magebomb logins at all
like people manage to disable custom clients login/otclient login
I doubt its a cause
 
Not sure if its the cause but spamming anything through magebomb causes lag spells/item using/runes but if i tried to do the same with the same number of characters using normal tibia mc it doesn't cause any lag
Post automatically merged:

so i think the issue is due to magebomb sending wrong packets or high packets and if i tried to do it with another magebomb it doesn't lag too only this shit magebomb called asta magebomb that's why i wanna block its login from my server rsa or login packets or what ever possible
 
Well, that's a pretty advanced request. Because first you'd have to determine if your hypothesis is correct.

And secondly, you'd have to see if there is a reliable heuristic to determine "magebomb" clients for regular clients, so you have something to act upon to forcibly disconnect them.

You'd need to logs the packets the server receives by the clients and that's gonna be a lot of debug data to sift through. Do you have a suspicion of which particular client it is?
 
i am kinda sure that its caused by this magebomb because i tested it by myself and tested mcs and another different magebomb programs but only asta magebomb caused it to lag and about log the packets i can test it on a server you have or on my server for how long does it take but i don't know how to log the packets although i have the asta magebomb and main client etc..
 
Back
Top