Jump to content

B0ne

Inactive Member
  • Posts

    41
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by B0ne

  1. ok. last fail: Shop2: Item Search Query Failed, Rows couldn't get
  2. 0411 21:22:20118 :: ImportError 0411 21:22:20118 :: : 0411 21:22:20118 :: No module named uiprivateshopsearch 0411 21:22:20118 :: in game.py import uiprivateshopsearch
  3. [Hidden Content] game / db and client
  4. Hey com, iam searching the no trade effect.
  5. i can't see the costume weapon. its into the slot but ... xD
  6. char.cpp search: static DWORD c_adwMetin[METIN_STONE_NUM] = Look like this: void CHARACTER::DetermineDropMetinStone() { const int METIN_STONE_NUM = 14; static DWORD c_adwMetin[METIN_STONE_NUM] = { 8030, 28031, 28032, 28033, 28034, 28035, 28036, 28037, 28038, 28039, 28040, 28041, 28042, 28043, }; edit like this: void CHARACTER::DetermineDropMetinStone() { const int METIN_STONE_NUM = 14; static DWORD c_adwMetin[METIN_STONE_NUM] = { // 28030, // 28031, // 28032, // 28033, // 28034, // 28035, // 28036, // 28037, // 28038, // 28039, // 28040, // 28041, // 28042, // 28043, };
×
×
  • 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.