Jump to content

Ulthar

Premium
  • Posts

    228
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Posts posted by Ulthar

  1. @ WeedHexyea, working, Now, i can see the icons, but i dont know where is it takeing the information about what image need to be loaded in the charwindow. 😕
    uQRZ31o.png
    As you can see, in the secont line, second slot is empty, but there is a G1 text, witch is ok, cuz i get the bonus.
    Do you know, where the icons are? ( I mean from where loading. Oke, skillcommon.dds, but u know what i mean :D)

  2. Hello!

    I have problem with the emoji in textline system.

    Spoiler



    I have many installed files, plus i installed many times this system.
    I checked MANY MANY times and EVERY SINGLE LINE IS CORRECT.

    Here is the picture:
    hnBD1C4.png
     

    You can see the  the "+" character and "Eladás (it means Sell), but there is no icon/emoji.
    I also tried the "tooltip race icons" too and the result is same. Cant see the icons/emojis.
    Icons are in the right path.

    Any ide, what is the problem? 😕 I have no clue. 😞 
     

  3. Hello!

    Today i added 4 passive skills to the support section, but i cant see the icons.
    Strong agains monsters, bosses, stones and a refine passive skill.
     

    Spoiler

    OTnGo74.png

    This +11% is from the refine passive skill.

    Here is the support icon section:

    Spoiler

    PqNh3lN.png

    The skills are working, cuz i get the bonuses and i can upgrade them by reading books. (tested, ofc.)
    I added the numbers to the playersettingmodule and uicharacter too.

    I dont really know what to do 😕 


    Can someone help me, please?
     

  4. 1 minute ago, TAUMP said:

    I did once on live server /reload everyone has changed items in real time ex auto potion as FMS.

    Hm..

    This "feature" is for help you a lot in development state. After on a live server, i think you dont need to do any reload command, cuz you have a "test" server. For my side, i do it like this. 😄
    Thanks for your comment

  5. This is the hidden content, please

    Metin2 Download or
    This is the hidden content, please

    Hello everyone!

    Ofc, without the base tutorial, i cannot search for it in a random metin source.
    The base tutorial:

    Thank You again, masodikbela!!!

    So here is my stuffs:

    Proofs:

     

    Quote

     

    Some last words:

    The WHOLE system is !NOT! mine! I "just" made a tutorial for it, cuz i cannot find it on any forums.
    Where i found this extended reload commands, there was a bug, when you reloaded the item proto/mobproto, you just got disconnected, but after reconnect, everything is working again.
    I dont really know how i fixed it, (XDD) but its working.
    (And i think im not stealing anything, because noone selling it or something like this. (If I know it right) )

    if you missing something, TELL ME!!! I will update the post.

     

    This is the hidden content, please

    • Metin2 Dev 91
    • kekw 3
    • Eyes 2
    • Dislove 1
    • Lmao 1
    • Good 24
    • Love 2
    • Love 31
  6. This is the hidden content, please

    Metin2 Download or
    This is the hidden content, please

     
    Hello!

    I searched a lot for this "system", but i didnt found it on this, or other forums. I remember, this "system" was on an other forum but the forum changed and its lost. I saw an other system, and i remember back, this changed color damage "system" can be somewhere there. So i searched for it  and i finally found it! After i look for some random SFs and i figured out how can i do it. (it was not only copy paste cuz i only found the bleeding part.)
    So here is it.
    Enjoy! 😄

    If you missing someting, let me know and i will add it.


    Also, check my Separate the damage with a dot stuff, if you need. (I linked it cuz of the pictures)

    Proof images:

    Poison:

    Spoiler

    .png

    Critical damage:

    Spoiler

    .png

    Penetrate damage:

    Spoiler

    .png

    Last words: You can change the color of the Crit+pen damage, but for me the pen and crit+pen is same.

    This is the hidden content, please

    • Metin2 Dev 176
    • Eyes 2
    • Think 2
    • Confused 1
    • Scream 2
    • Good 47
    • Love 7
    • Love 86
  7. Hello!

    I tried this sort inventory system:
    https://metin2.dev/topic/18972-sort-inventory
    I did the python part too, but when i click the button, nothing happen.
    BUT! If i write it in the chat, its working. Stacking everything as need.

    Preview: https://metin2.download/picture/fUETOE0YFugQR4G1ODe6fL94FN6SV1u3/.gif

    Here is my python part:

    uispecialtorage:

    Spoiler

    def __LoadWindow(self):

                self.titleName = self.GetChild("TitleName")
                self.separateButton2 = self.GetChild("SeparateButton2")

    #some lines after:
            if self.separateButton2:
                self.separateButton2.SetEvent(ui.__mem_func__(self.ClickSeparateButton2))

            ## Etc
            self.wndItem = wndItem

    #and i added the defition of ClickSeparateButton2

        def ClickSeparateButton2(self):
            #print "click_separate_button2"
            net.SendChatPacket("/click_sort_special_storage")
            chat.AppendChat(chat.CHAT_TYPE_INFO, "Workingornot???")

    uiscript/specialstoragewindow.py                

    Spoiler

    ## Separate
                    {
                        "name" : "SeparateButton2",
                        "type" : "button",

                        "x" : 8,
                        "y" : 7,

                        "default_image" : "d:/ymir work/ui/pattern/inv_refresh_button_01.tga",
                        "over_image" : "d:/ymir work/ui/pattern/inv_refresh_button_02.tga",
                        "down_image" : "d:/ymir work/ui/pattern/inv_refresh_button_03.tga",
                    },

     

    As you can see, there is a chat_type_info, which is also not working (i just added it for testing but yea, still nothing)

    What did i do wrong? Can seomone help me please? 😮
     

    Sorry for my bad english.
     

  8. This is the hidden content, please

    Metin2 Download or
    This is the hidden content, please

     

    Hello everyone!

    The title is telling you everything about this system 😄

    Proof gif:

    Proof pic:

    Spoiler

    043445tF0HZKo.png

     

    This is the hidden content, please

    • Metin2 Dev 123
    • kekw 1
    • Dislove 1
    • Cry 1
    • Think 1
    • Good 24
    • Love 51
  9. Hello everyone!

    I have a strange bug on the minimap

    https://metin2.download/picture/mYXHhU6J0y8pBE8q2D5kd4mctzRWZjn2/.gif

    it happens if i teleport to the grotto, or greendragon map.
    Starting with only 1 grey line, and ending full of grey lines on the minimap...
    Dissapear, when i close the client and reopen it.

    i have no idea why is it happening.

    My minimap "works": i just added the circle thing instead of square. I added the metin locations on the map, it mark with a white circle.
    I dont think, these changes can cause this weird bug 😮

    (clear syserr)

    Have someone any idea about it?

×
×
  • 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.