Jump to content

Khabib Nurmagomedov

Inactive Member
  • Posts

    111
  • Joined

  • Last visited

  • Feedback

    0%

About Khabib Nurmagomedov

  • Birthday 11/15/1997

Informations

  • Gender
    Male
  • Nationality
    Welsh

Recent Profile Visitors

3702 profile views

Khabib Nurmagomedov's Achievements

Community Regular

Community Regular (8/16)

  • Dedicated
  • Very Popular Rare
  • Reacting Well
  • First Post
  • Collaborator Rare

Recent Badges

388

Reputation

  1. You can't, i already gave few answers above. Hope this helps.
  2. Inside input_login.cpp -> void CInputLogin::Entergame Under(not inside of it) this function: if (!(ch = d->GetCharacter())) { d->SetPhase(PHASE_CLOSE); return; } Add this: ch->RefreshAffect(); Keep in mind that a GM detector will still detect you because the game sends your position to players in your stream..but the mentioned issue will not happen. You can pretty much do this with CHARACTER::WarpSet as well, just call the refreshaffect func.
  3. update the affects on warp via source.
  4. Inside constants.cpp look for aiItemAttributeAddPercent[ITEM_ATTRIBUTE_MAX_NUM] = Make all the values as per your wish inside that constant...and yes, you do need the source to change this.
  5. this is quite literally fucking insane(in a funny way) seeing that someone actually did this in metin2, hahahah
  6. The idea you presented is great and has been used for a period of time, but you might wanna try to prevent attacks as much as possible prior to using a fallback server to keep the game alive, so in a combo both would be great.
  7. Good point! But a solid firewall should also consider in-game actions that could spam the server with requests, like opening a bunch of gift boxes at once, which might still get you rate-limited. I think the smartest approach would be to whitelist an IP when a player first logs in. If the API confirms they’re not a bot or using a blacklisted ASN, they should be free to connect to any game core, making the system both secure and flexible. Prior to the API whitelisting you into the firewall, any request to the game server should be completely rejected. You can handle this with Cloudflare if you're hosting your website on a VPS. The VPS should only communicate with Cloudflare, never directly with the person sending the request. Once Cloudflare validates it, the request is processed and access is granted. Cloudflare’s tunnel service (like cloudflared) makes this even easier to set up. (Keep in mind that this is just an example for the API stuff i mentioned earlier). Also...a nice trick that many do not know is that major botnets will not proceed with the attack if the IP does not ping back(ICMP), so i guess you could also just disable that and that would be one in your buck as well.
  8. Quite literally nothing new. The official gameforge servers have been doing this ever since 2011 and i would expect major P-Servers to run such thing as well (as far as i remember Aeldra always went back up the second someone attacked it so that kinda explains)
  9. You quite literally can't... there are so many of them it is almost impossible. It could even be a IP of your internet provider being used to do that. If you want a very, very good protection for your server i strongly recommend contacting @ Shogun, his services have never dissapointed.
  10. Those IP's are all on a report-list. If your server is open to the public, someone might be trying to attack it, otherwise, you are using a very public provider and someone is just scanning random ports on random IP classes in hope that they will bruteforce into your server or some random ones.
  11. He is back as @Drah, please be careful
  12. I've seen some people trying to drag my name into the whole Valoria (formerly Waloria) mess, claiming I had something to do with Niklas, aka "Summer," and their exit scam. Let me be absolutely clear—I have nothing to do with them. I wasn’t involved in their server, their decisions, or whatever shady stuff they pulled. Trying to pin that on me is just ridiculous. The only reason my name is even coming up is because I saw what was happening in a Discord and decided to give them a heads-up about potential issues. That’s it. I didn’t download their server, didn’t play it, and honestly had zero interest in it. I even pointed out a problem on their server, but I guess that part conveniently got left out. Instead, I got banned after they panicked and tried to clean up their image. Also, let’s not forget that one of their own team members, "Naka," actually reached out to me. I even offered to fix their server's crashing issue for free—I insisted on helping at no cost. But somehow, I’m the one being accused of trying to exploit their server and cause chaos? Lol, makes total sense. I never asked you for money. And even though I had nothing to do with this, I honestly don’t think Summer did either. I’m not affiliated with him at all, but seriously, where the fuck is your point in all of this? You’re just throwing around baseless accusations because you can’t handle the fact that your server is a complete joke. I get it—you thought taking @ Owsap old leaked sources and making a cheap, terrible copy of Elveron would somehow help you milk money from kids. Hate to break it to you, but that’s not gonna happen, not when you are a cunt to the wrong people and i tried to warn you about it nicely without having taken any part in any of this. If you’re too incompetent to run a proper Metin2 server, maybe it’s time to stop scamming and get a real job. I'm not the one being hurt right now. The people close to me know that I'm not the kind of person who would even consider doing such things. The only thing hurting right now is your reputation—after launching what was clearly a cash grab, you chose to shut down the server rather than refund the people who spent money. And let’s not forget how you were settling on amounts with various streamers only to pay them less. How much further can your greed go? Proof: You didn't even think to pay them, they are still asking for it. Before attacking someone that has tried to help you instead of fucking you over, think, use your brain, even though i know you lack intelligence. Their ePVP post is full of those messages, people tried to warn players about them earlier, but i guess i should have taken that into consideration as well. I’m not going to waste any more time giving attention to these idiots. If any of the Metin2 dev staff wants to see the full conversation—not just cherry-picked messages or ones sent by random accounts with no affiliation to me, clearly trying to incriminate me—feel free to reach out. I’ve recorded both conversations, so you can see everything for yourself. That’s all I have to say on the matter. Move on.
  13. Just type mysql_upgrade into the ssh window, it will automatically fix any errors thin your database. Make sure that the server is turned off.
  14. The question is, do these points work? Are those values embedded into mysql as well? Like do you see that your character has this exact amount of points in mysql as well or is it visual? Either way, please share the code snippet from the part where the points are allocated..make sure to check your quest as you might be doing some calculation wrong or you have some weird system that gives you the skills.
  15. That's sort of weird as it fixes the issue on my side, do you mind leaving your discord here so i can have a further look?
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.