Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/15/19 in all areas

  1. M2 Download Center Download Here ( Internal ) Includes PSD login Cuttet PNGs login Background animation login PSD ingame Cuttet PNGs ingame Animation HP and MP Skill Icons Code is not included! Download: [Hidden Content] Id love to see this one coded and on an actual server. If you use it please let me see so i can take a look!
    1 point
  2. M2 Download Center Download Here ( Internal ) Hello, i think that will be nice to know how much slot add every belt. So i have investigated a little bit about that and i have done a mod. You need to change just uitooltip.py in the root. Search WARP_SCROLLS = [22011, 22000, 22010] And add this after: extra_slot = [0,1,2,4,6,9,12,16] Now search elif item.ITEM_TYPE_BELT == itemType: self.__AppendLimitInformation() self.__AppendAffectInformation() self.__AppendAttributeInformation(attrSlot) self.__AppendAccessoryMetinSlotInfo(metinSlot, constInfo.GET_BELT_MATERIAL_VNUM(itemVnum)) And replace with elif item.ITEM_TYPE_BELT == itemType: self.__AppendLimitInformation() self.__AppendAffectInformation() self.__AppendAttributeInformation(attrSlot) self.AppendTextLine("Extra slots : %s " % extra_slot[item.GetValue(0)], self.SPECIAL_POSITIVE_COLOR) self.__AppendAccessoryMetinSlotInfo(metinSlot, constInfo.GET_BELT_MATERIAL_VNUM(itemVnum)) As you can see, just a textline has added. self.AppendTextLine("Extra slots : %s " % extra_slot[item.GetValue(0)], self.SPECIAL_POSITIVE_COLOR) Here you can change the text, and the color (self.SPECIAL_POSITIVE_COLOR) Hope that will be nice for you, Lup.
    1 point
  3. #define VERIFY_MSG(exp, msg) \ if (true == (exp)) { \ ChatPacket(CHAT_TYPE_INFO, LC_TEXT(msg)); \ return false; \ } Make it like this.
    1 point
  4. My problem suddenly increased the use of the game section. Does anyone have an idea about this?
    0 points
  5. Hello guys! After job, before sleep here is the latest patch, the v19.2. Have fun /emoticons/default_wink.png Ramadan costumes, hairstyles, pets New minigame "samemonster" gui elements 6th7th attribute gui elements Download locale_de locale_en locale_hu Metin2 Download (All)
    0 points
×
×
  • 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.