Jump to content

AutodesK

Bronze
  • Posts

    62
  • Joined

  • Last visited

  • Days Won

    4
  • Feedback

    0%

Everything posted by AutodesK

  1. if itemSubType == item.WEAPON_ARROW and item.GetValue(5) == 1:
  2. JA JA JA... WHAT A JOKE THIS SHIT IS... I BELIEVED IT , BASTARDS!!
  3. Hello guys, I add a new inventory on special storage, i add a bonuses. When change with system switchbot doesnt work. https://metin2.download/picture/r3F9504x09DVmF8K988YXgTtGTP6KMUj/.gif
  4. I have 2-3 code different but doesnt work... i need only the code, and i gift this set weapons who gets to make me the code.
  5. I try with code "instancebase.cpp" and more code, but i dont know "1000" , "2000", "3000", "4000", "6000"... case CItemData::WEAPON_DAGGER: if (dwEvolution >= 6000) { m_swordRefineEffectRight = EFFECT_REFINED+EFFECT_SMALLSWORD_EVOLUTION4; m_swordRefineEffectLeft = EFFECT_REFINED+EFFECT_SMALLSWORD_EVOLUTION4_LEFT; } else if (dwEvolution >= 4000) { m_swordRefineEffectRight = EFFECT_REFINED+EFFECT_SMALLSWORD_EVOLUTION3; m_swordRefineEffectLeft = EFFECT_REFINED+EFFECT_SMALLSWORD_EVOLUTION3_LEFT; } else if (dwEvolution >= 2000) { m_swordRefineEffectRight = EFFECT_REFINED+EFFECT_SMALLSWORD_EVOLUTION2; m_swordRefineEffectLeft = EFFECT_REFINED+EFFECT_SMALLSWORD_EVOLUTION2_LEFT; } else if (dwEvolution >= 1000) { m_swordRefineEffectRight = EFFECT_REFINED+EFFECT_SMALLSWORD_EVOLUTION1; m_swordRefineEffectLeft = EFFECT_REFINED+EFFECT_SMALLSWORD_EVOLUTION1_LEFT; } else { m_swordRefineEffectRight = EFFECT_REFINED+EFFECT_SMALLSWORD_REFINED7+refine-7; m_swordRefineEffectLeft = EFFECT_REFINED+EFFECT_SMALLSWORD_REFINED7_LEFT+refine-7; } break;
  6. Hello Guys!! I make effect weapons and try to put ingame but doesn't work... Whoever solves the problem I'll give away this +7 with transparent normal +8 with transparent move +9 with transparent move and effect
  7. Woooww!!! very very difficult and luck in your proyect!!
  8. M2 Download Center Download Here ( Internal ) Hello guys, New skill 2018 DOWNLOAD [Hidden Content]
  9. ######## FIX Close please! And thanks for your response WeedHex FIX : Char.cpp PointChange(POINT_GOLD, -dwPrice); x2 Change PointChange(POINT_GOLD, -static_cast<long long>(dwPrice)); x2 Thanks!
  10. Hello Guys, I have this error: I put for Source c++ max limit yang, and when I combination give 4,2kkk ... i dont understand how.. Anybody help me?
  11. sometimes... SYSERR: Jul 12 17:46:40 :: Analyze: login phase does not handle this packet! header 66 SYSERR: Jul 12 17:46:40 :: Process: SEQUENCE 2c7f4400 mismatch 0x8a != 0x0 header 6 SYSERR: Jul 12 17:46:40 :: Process: SEQUENCE_LOG [UNKNOWN]------------- [109 : 0xaf] [066 : 0xca] [006 : 0x8a] and close client
  12. mmm Okey but this function only hide the error... ? no the repair?
  13. I have this error... Analyze: login phase does not handle this packet! header 66 And i dont how to fix. Anybody help me?
  14. Hello Guys, I want to put 1 npc with 2 option or more diferent crafting... Does anyone have any idea?
×
×
  • 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.