Jump to content

ds_aim

Banned
  • Posts

    442
  • Joined

  • Last visited

  • Days Won

    9
  • Feedback

    0%

Everything posted by ds_aim

  1. What do you say to teste yourself? It's toooo hard for you to test ? Test galet fix and test block exp code.
  2. Open char.cpp In case POINT_EXP: after : if (gPlayerMaxLevel <= GetLevel()) add [ code ] if (ch->GetQuestFlag("BLOCK_EXP")) { return; } [\code ] And set quest flag BLOCK_eXP Or you can create a new type with check's exp And where the fuck it's code button ?
  3. why you don't change extension fro .inf = eix msi= epk ????
  4. If u want to use hamachi with 40k contact me, i rewrited some functions and now work 40k with hamachi I'am using with google cloud.
  5. Man , u are blind? Ken answered you. It's not necesarry fix in guild. USE ORIGINAL codes in guild. You need to fix just messenger_manager. In guild don't work sql injection.
  6. Is it that easy? Thanks for answer.
  7. Hi, someone know if it's possible to exchange paysafe to paypal?
  8. I'am not a programmer , i don't like programming. For me it's a hobby. I'am still learinig about source Thanks for code. xD ^^^
  9. really ? Skill_power.txt it's useless. You can delete that file.
  10. Hi. Search char_item.cpp ITEM_BLEND : replace with this. case ITEM_BLEND: sys_log(0,"ITEM_BLEND!!"); if (Blend_Item_find(item->GetVnum())) { int affect_type = AFFECT_BLEND; if (item->GetSocket(1) >= _countof(aApplyInfo)) { sys_err ("INVALID BLEND ITEM(id : %d, vnum : %d). APPLY TYPE IS %d.", item->GetID(), item->GetVnum(), item->GetSocket(0)); return false; } int apply_type = aApplyInfo[item->GetSocket(1)].bPointType; int apply_value = item->GetSocket(2); int apply_duration = item->GetSocket(3); if (FindAffect(affect_type, apply_type)) { ChatPacket(CHAT_TYPE_INFO, LC_TEXT("이미 효과가 걸려 있습니다.")); } else { item->ModifyPoints(false); //Bug fix ds_aim AddAffect(affect_type, apply_type, apply_value, 0, apply_duration, 0, false); item->SetCount(item->GetCount() - 1); } } break; PS: fix don't tested. One friend said me to fix. I don't really understand the bug, but test for me.
  11. that way you can only delete friends if they are online I recommed to use MartPwn fix, it's 90% better.
  12. https://metin2dev.org/board/index.php?/topic/9666-fantom5-dont-sell-him/#comment-58074
  13. Up , same guy tried to send me virus. He said me to check some files , and when click trojan. This is his skype, he have two or more id https://metin2.download/picture/K9h4a9MS1HmH9r3SiDBK83wI01u4EYrW/.png He also tried to login in my paypal account. warning: That skype it's not his realy skype id.
  14. Dude, u don't know to slove this fuking easy problem ? Add function in quest_functions
  15. First of all you need a warning. You open 5 topics, spam.. etc. And if you need pay someone to do this, don't steal from other games, examples: plechito, keyto, and soo on. I hate thiefs. Just saying.
  16. Search input_main if (LC_IsCanada() == false) { CBanwordManager::instance().ConvertString(buf, buflen); } add after if (ch->GetMapIndex() == 113) { ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("text")); return iExtraLen; } Where the fuck it's code tag ?
  17. He can easy make another account here on forum.
×
×
  • 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.