Jump to content

AltanOzkan

Member
  • Posts

    53
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by AltanOzkan

  1. Thanks. I'll try again. I did it like this but it gave to me errors. I'm using martysama source.
  2. Is it working at gcc49? What should i change at your codes ? At my codes ALUA(item_select_cell) { lua_pushboolean(L, 0); if (!lua_isnumber(L, 1)) { return 1; } DWORD cell = (DWORD) lua_tonumber(L, 1); LPCHARACTER ch = CQuestManager::instance().GetCurrentCharacterPtr(); LPITEM item = ch ? ch->GetInventoryItem(cell) : NULL; if (!item) { return 1; } CQuestManager::instance().SetCurrentItem(item); lua_pushboolean(L, 1); return 1; } At your codes int item_get_flag(lua_State* L) { LPITEM item = CQuestManager::instance().GetCurrentItem(); lua_pushnumber(L, item ? item->GetFlag() : 0); return 1; }
  3. Some packages have missing files. Example metin2_patch_eu3 don't have zombie_bigboss2.gr2, zombie_bigboss2.dds. @xP3NG3Rx
  4. #Up. I need too clean wolflam root.eix .epk and client source
  5. [Hidden Content] Can you extract this mob_proto ? This is 17.1 patch.
  6. i'm searching untouched root locale and uiscript (2014-2017)
  7. Can you share mob_proto dumper ?
  8. How can we convert mob_proto to mob_names.txt and mob_proto.txt ?
  9. How can i unpack all packs Including root (Can anyone send me latest root )
  10. Can you share like this client ? This client really good but have bugs. I need clean 40k client.
×
×
  • 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.