Jump to content

Galet

Premium
  • Posts

    1384
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    0%

Everything posted by Galet

  1. *k is the power of your skill. Without deep explaination it's : 0.05 0.06 0.08 0.1 0.12 0.14 0.16 0.18 0.2 0.22 0.24 0.26 0.28 0.3 0.32 0.34 0.36 0.38 0.4 0.5 0.52 0.54 0.56 0.58 0.6 0.63 0.66 0.69 0.72 0.82 0.85 0.88 0.91 0.94 0.98 1.02 1.06 1.1 1.15 1.25 If your skill is level 40 (Perfect Master) then k will be 1.25 Sorry for my bad English
  2. Vanilla didn't release her source I guess. But you can use your own game based on sources on 2014 serverfiles.
  3. Thx, I does that before, but without source it's too long (blabla : blabla : text)
  4. Add the folowing CFLAG to your makefile : -Wl,-rpath,/usr/local/lib32/metin2
  5. Some week ago I released a new dump_proto, I release the right version today, I'll give you a link. ^^
  6. Judge by yourself. ^^ ACMD(do_costume) { char buf[512]; const size_t bufferSize = sizeof(buf); char arg1[256]; one_argument(argument, arg1, sizeof(arg1)); CItem* pBody = ch->GetWear(WEAR_COSTUME_BODY); CItem* pHair = ch->GetWear(WEAR_COSTUME_HAIR); ch->ChatPacket(CHAT_TYPE_INFO, "COSTUME status:"); if (pHair) { const char* itemName = pHair->GetName(); ch->ChatPacket(CHAT_TYPE_INFO, " HAIR : %s", itemName); for (int i = 0; i < pHair->GetAttributeCount(); ++i) { const TPlayerItemAttribute& attr = pHair->GetAttribute(i); if (0 < attr.bType) { snprintf(buf, bufferSize, FN_point_string(attr.bType), attr.sValue); ch->ChatPacket(CHAT_TYPE_INFO, " %s", buf); } } if (pHair->IsEquipped() && arg1[0] == 'h') ch->UnequipItem(pHair); } if (pBody) { const char* itemName = pBody->GetName(); ch->ChatPacket(CHAT_TYPE_INFO, " BODY : %s", itemName); if (pBody->IsEquipped() && arg1[0] == 'b') ch->UnequipItem(pBody); } }
  7. BIND_IP: ipofthemachine (I guess) In config files (excepted the auth one's)
  8. Yeah, But nobody has the solution excepted some people, I doesn't had it, so I couldn't help you. ^^
  9. Please stop putting every time #solved, because now there's a lot of code not available for peoples which encounters the same bug. ^^
  10. Official metin probably use cython, or at least a good protection for root. :x
  11. Thanks ! Really useful for more rp and some quests ! PS : If player are in pvp, you can do something (like giving some items, say some text, use a timer etc...)
  12. There's an enigma tutorial here, I think Themida can even stops some injections. ^^
  13. Enigma, python, c++ anti inject, or python2(2-7).dll fix, there's a bunch of tutorial here.
  14. Indeed the right term is "dedicated server", in french it's "serveur dédié". You can BTW use a computer like a dedicated server, and I have a tutorial for it. ^^
  15. Does anyone had a false positive that do ban a player not cheating?
  16. UP Who can change shining in source for me ? Or who can give me a source 34083 binary? I would be very grateful. Please white on skype : vad1m.yankovsk1y Source ~37k+ but mainly 40k+
  17. 1 liek = 1 ggl tredektion lelz For me there isn't any bug. ^^
×
×
  • 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.