Jump to content

Galet

Premium
  • Posts

    1384
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    0%

Everything posted by Galet

  1. Vanilla didn't release her source I guess. But you can use your own game based on sources on 2014 serverfiles.
  2. Thx, I does that before, but without source it's too long (blabla : blabla : text)
  3. Wow great ! +1 !
  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. in your makefile add in CFLAG : -Wl,-rpath,/usr/common
  12. 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...)
  13. Wow thanks ! Useful
  14. Try the dedicated server, etc...
  15. There's an enigma tutorial here, I think Themida can even stops some injections. ^^
  16. Enigma, python, c++ anti inject, or python2(2-7).dll fix, there's a bunch of tutorial here.
  17. Dont up your topic every 30 minutes. ^^
  18. 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. ^^
  19. "GF" Anyway, Thanks dude
  20. Does anyone had a false positive that do ban a player not cheating?
  21. 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+
  22. 1 liek = 1 ggl tredektion lelz For me there isn't any bug. ^^
  23. Ниет. Or maybe, I don't know, but I don't think so. ^^
×
×
  • 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.