Jump to content

Aerrow

Member
  • Posts

    168
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Everything posted by Aerrow

  1. This should work: void CHARACTER::DetermineDropMetinStone() { m_dwDropMetinStone = 0; }
  2. Please don't laught at me. I'm the only one who try to help you... And you don't understand... The ranking table use this sort system as default. You can see in the guild_manager.cpp search: len2 = snprintf(buffer + len, buflen - len, "%3d | %-12s | %-8d | %4d | %4d | %4d" This code looks like this: But because the Metin2 don't use this font, and the text looks ugly...
  3. You just only need to change the font. But I don't know how to do.
  4. Client: local/xxxxx/skilltable.txt Server: player/skill_proto
  5. Check the cooldown in client and server.
  6. I told you where you could find them. It doesnt take much time to look through 4 files. You should be more independent.
  7. I said "season files" ergo season1-2-3, but nevermind.
  8. You find the left weapon in the Season files, and the right weapon in Item file.
  9. Thanks dude! And you know where can i find this texture? [Hidden Content];
  10. Anyone have the unpacked: - metin2_patch_nodelar - metin2_patch_common or this files: - wolfman hair_3_1 - wolfman hair_4_1 or this file: - mineral2_tourmaline (mineral2_fivestone)? Thanks in advance!
  11. You just need to change the image in public.dds at 128-348 coordinate.
  12. Sure! We just need to change this: for (WORD i = BELT_INVENTORY_SLOT_START; i < BELT_INVENTORY_SLOT_END; ++i) But it's not working.
  13. If you want to use the original, change like this: def __SendShoutChatPacket(self, text): if 1 == len(text): self.RunCloseEvent() return if app.GetTime() < self.lastShoutTime + 15: chat.AppendChat(chat.CHAT_TYPE_INFO, localeInfo.CHAT_SHOUT_LIMIT) self.__ResetChat() return self.__SendChatPacket(text[1:], chat.CHAT_TYPE_SHOUT) self.__ResetChat() self.lastShoutTime = app.GetTime()
  14. Search for "[PM]" in uichat.py, if not there search in the source (mainly in the server source). The click function intrested me too.
  15. Sorry, there is a problem The page you are trying to access is not available for your account.
  16. "59" in the setsk command? The highest skill level is 40, so then why everyone use 59? This is nonsense...
  17. Don't be noob please... You just need to search this in the root: "metin_slot_silver" if player.METIN_SOCKET_TYPE_SILVER == slotType: slotImage.LoadImage("d:/ymir work/ui/game/windows/metin_slot_silver.sub") elif player.METIN_SOCKET_TYPE_GOLD == slotType: slotImage.LoadImage("d:/ymir work/ui/game/windows/metin_slot_gold.sub")
  18. Sub: etc\ymir work\ui\game\windows\metin_slot_silver.sub And the picture: etc\ymir work\ui\windows.dds It was 10 seconds to find out...
×
×
  • 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.