Jump to content

alin2894

Inactive Member
  • Posts

    192
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by alin2894

  1. that items already in actual client GF
  2. Why you don't eliminate cryptopp. Delete cipther.cpp .h And its solved, You don't need that.
  3. Send me you skpe id, and i resolve all warinings.
  4. Wtf ?? Too complicated for you.
  5. Hi, metin2dev. I have a question concerning the function: if (IsPolymorphed() == true) { RemoveAffect(AFFECT_POLYMORPH); } if (GetHorse()) { HorseSummon( false, true ); } else if (GetMountVnum()) { RemoveAffect(AFFECT_MOUNT); RemoveAffect(AFFECT_MOUNT_BONUS); } SetPolymorph(20091, true); } This function It turns into npc (20091, Seon Pyeong), how can I call that npc but not transform, appear next to me ? I tried this function: if (IsPolymorphed() == false) { RemoveAffect(AFFECT_POLYMORPH); } if (GetHorse()) { HorseSummon( false, true ); } else if (GetMountVnum()) { RemoveAffect(AFFECT_MOUNT); RemoveAffect(AFFECT_MOUNT_BONUS); } GetNPC(20091, true); } but receive compilation error, you know another method?
  6. How not to, i asked for help on ten community, none helped me. keep for yourself :/ :-j
  7. Hy, has anyone mob_proto with rate for exp kind metin2 official ? rate for exp hard, hard. kind metin2 official. Best Regards.
  8. In maximum 4-5 days he make an update on the source, from python 2.2 to python 3.4 . I talked with him. Soo wait.
  9. go to line 1845 and prtscrn all function def BINARY_Highlight_Item
  10. What ? It's easy, open .sln and click build solution What you say ? I don't understand. What do we do with this file? thank you Open it with Visual Studio 2013, set mode to release, and then: ctrl+shit+b The file will be on the folder binary with the name Metin2Release.exe It's something you edited, i just compiled it too check and its working fine: solved
  11. found a bug, do not show defenses, show them UNKNOWN_VALUE SCREEN:
  12. What nonsense you talk, go compiled on any version of FreeBSD. You do not have any folder c ++.
  13. Use a clean FreeBSD, and follow the tutorial and steps. To me it worked perfectly. You must have software installed that conflict. Its tested on freebsd 10 and 10.1
  14. Its not posible, use vss 2013. Why you use 2008 ? It's old, and buggy.
×
×
  • 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.