Jump to content

HiiPower

Inactive Member
  • Posts

    23
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by HiiPower

  1. This is cancer for your server. A web api built with PHP would have more sense than this.
  2. https://github.com/retvari/game-patcher
  3. So, you are deleting and recreating the table with the items on each server restart? If I'm not wrong, koray's offline shop uses a different engine for tables. Change it to the metin2 default mysql engine and it won't corrupt (I think it is InnoDB or Mysam, I can't remember).
  4. what do you think about Kori files? Are they worth 50€ or is it better to wait for the new version of vanilla's files?
  5. if you're asking for a tutorial then that's not your stuff... Any news about the new update?
  6. Hello, I need to allow player kills other players (free for all mode, all vs all) in a map with map_index = 66. How can I do that? I need the game to ignore the PkMode. If players use "Peace mode" they can't kill the players of the same empire. Which function should I edit? Thanks in advance!
  7. Hello, I have the following problem: My GameType.h #ifdef ENABLE_COSTUME_SYSTEM const DWORD c_Costume_Slot_Start = c_Equipment_Start + 19; const DWORD c_Costume_Slot_Body = c_Costume_Slot_Start + 0; const DWORD c_Costume_Slot_Hair = c_Costume_Slot_Start + 1; const DWORD c_Costume_Slot_Acce = c_Costume_Slot_Start + 2; const DWORD c_Costume_Slot_Mount = c_Costume_Slot_Start + 3; const DWORD c_Costume_Slot_Weapon = c_Costume_Slot_Start + 4; const DWORD c_Costume_Slot_Count = 5; const DWORD c_Costume_Slot_End = c_Costume_Slot_Start + c_Costume_Slot_Count; #endif My CostumeWindow.py "slot" : ( {"index":COSTUME_START_INDEX+0, "x":61, "y":45, "width":32, "height":64},#? {"index":COSTUME_START_INDEX+1, "x":61, "y": 8, "width":32, "height":32},#?? {"index":COSTUME_START_INDEX+2, "x":10, "y":125, "width":32, "height":32},#??? {"index":COSTUME_START_INDEX+4, "x":61, "y":125, "width":32, "height":32},#???? ), Could anyone help me, please?
  8. Hi I'm looking for something like this in the launcher source: string arType[] = {"ITEM_NONE", "ITEM_WEAPON", "ITEM_ARMOR", "ITEM_USE", "ITEM_AUTOUSE", "ITEM_MATERIAL", "ITEM_SPECIAL", "ITEM_TOOL", "ITEM_LOTTERY", "ITEM_ELK", //10°³ I'm looking for the item types. In which file are they? Thx
  9. If I change mob proto I get this error: Failed to find skill by 1 I've used dump_proto to pack item & mob proto. If I replace only item_proto with the new one, it works. If I replace the mob_proto I get this error. Could anyone help me please? I'm willing to pay.
  10. Update: I've changed the following this: SHOP_HOST_ITEM_MAX_NUM was 80, now 40 (client/server) SHOP_PRICELIST_MAX_NUM was 80, now 40 m_pGrid = M2_NEW CGrid(10, 9); to m_pGrid = M2_NEW CGrid(5, 9); I've updated the shopdialog.py also.
  11. I have the following error in syserr: NOT EXIST NPC RACE VNUM[9003] I cannot open npc's shop. This is the piece of the source: DWORD dwCurrentNPCRace = pkChrTarget->GetRaceNum(); if (pkChrTarget->IsNPC()) { map<unsigned int, NPC>::iterator it = m_mapNPC.find(dwCurrentNPCRace); if (it == m_mapNPC.end()) { sys_err("CQuestManager::Click(pid=%d, target_npc_name=%s) - NOT EXIST NPC RACE VNUM[%d]", pc, pkChrTarget->GetName(), dwCurrentNPCRace); return false; } How can I solve it? Thanks in advance!
  12. Hello, can someone post SQL database dump, please? I can't find anything on m2dev.
  13. Hello, are you sure that the problem is related to different Granny version? Can you post client syserr to check if there is anything related to the weapon? Have you checked the weapon gr2 path in item list? If you've packed the weapon in a new epk, have you added it to the Index file?
  14. Hello guys! I've just signed up this forum because I think there is no better place to ask my question. I'm looking for a way to use the official 2016 client. I can unpack epk, obviously the problem is the launcher and the root. Is there any solution or release that allows to use official client? If there is nothing for official clients, I'd like to know if someone could provide me a decent client with not too much sh*t implemented. Just a decent and clean client with the latest things implemented by ymir (such as belt system, the new ice dungeon, etc...). Thanks in advance guys! I hope I could help someone too!
×
×
  • 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.