Jump to content

Debloat

Member
  • Posts

    108
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Debloat

  1. On 3/13/2023 at 9:02 AM, StarSoul said:

    This isn't working for me. I'm trying to just simply view the white version (shaman_chipao1_l_02.dds) of the Shaman dress: shaman_chipao1_l. Pictured below. By default, the texture path is set to the red one but I want to change it to the white one. I'm changing the pathing by double-clicking and changing the "1" to a "2" for the texture name. Then "saving as.." but the resulting .gr2 file still has the old file path with no changes. What is going on?


    spacer.png

     

    shaman_chipao1_l_02.dds:

    spacer.png

    Same here.

  2. On 4/17/2023 at 8:49 AM, LethalStrikeR said:

    I'm getting this error:

    0501 05:51:10824 :: Traceback (most recent call last): 0501 05:51:10824 :: File "ui.py", line 1051, in CallEvent

    0501 05:51:10824 :: File "ui.py", line 88, in call

    0501 05:51:10824 :: File "ui.py", line 70, in call

    0501 05:51:10824 :: File "introLogin.py", line 1541, in __OnClickSelectServerButton

    0501 05:51:10824 :: KeyError

    0501 05:51:10824 :: :

    0501 05:51:10824 :: 4

    0501 05:51:10824 ::

     

    Someone has this fix? Please help.

    You added python side wrong. Be more careful while adding the python side. Indentation and position matters. 

  3. On 11/30/2021 at 8:16 PM, Giecu said:

    how to fix start position details?

    SS: 

     

    uicharacter.py

      Reveal hidden contents

    Find:

        def OnUpdate(self):
            self.__UpdateQuestClock()

    Add under:

            if app.ENABLE_DETAILS_UI:
                if self.chDetailsWnd:
                    self.UpdateDetailsPosition()

    Find:

            def OnMoveWindow(self, x, y):
                if self.chDetailsWnd:
                    self.chDetailsWnd.AdjustPosition(x, y)

     

    Add under:

     

            def UpdateDetailsPosition(self):
                x, y = self.GetGlobalPosition()
                self.chDetailsWnd.SetPosition(x + 250, y)

     

     

      Reveal hidden contents

    .png

    Thank you. This fix is working fine.

  4. Thank you for the tutorials, I could follow it clearly without issues. However, I get this error when I try to compile my client. Any idea why it may be?
     

    Spoiler

    Severity    Code    Description    Project    File    Line    Suppression State    Details
    Error    LNK2001    unresolved external symbol __imp__ilBindImage@4    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\PythonApplicationModule.obj    1        
    Error    LNK2001    unresolved external symbol __imp__ilBindImage@4    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\GuildMarkUploader.obj    1        
    Error    LNK2001    unresolved external symbol __imp__ilBindImage@4    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\MarkImage.obj    1        
    Error    LNK2001    unresolved external symbol __imp__ilDeleteImages@8    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\PythonApplicationModule.obj    1        
    Error    LNK2001    unresolved external symbol __imp__ilDeleteImages@8    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\GuildMarkUploader.obj    1        
    Error    LNK2001    unresolved external symbol __imp__ilDeleteImages@8    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\MarkImage.obj    1        
    Error    LNK2001    unresolved external symbol __imp__ilGenImages@8    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\PythonApplicationModule.obj    1        
    Error    LNK2001    unresolved external symbol __imp__ilGenImages@8    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\GuildMarkUploader.obj    1        
    Error    LNK2001    unresolved external symbol __imp__ilGenImages@8    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\MarkImage.obj    1        
    Error    LNK2001    unresolved external symbol __imp__ilGetError@0    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\PythonApplicationModule.obj    1        
    Error    LNK2001    unresolved external symbol __imp__ilGetInteger@4    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\PythonApplicationModule.obj    1        
    Error    LNK2001    unresolved external symbol __imp__ilGetInteger@4    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\GuildMarkUploader.obj    1        
    Error    LNK2001    unresolved external symbol __imp__ilGetInteger@4    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\MarkImage.obj    1        
    Error    LNK2001    unresolved external symbol __imp__ilLoad@8    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\PythonApplicationModule.obj    1        
    Error    LNK2001    unresolved external symbol __imp__ilLoad@8    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\GuildMarkUploader.obj    1        
    Error    LNK2001    unresolved external symbol __imp__ilLoad@8    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\MarkImage.obj    1        
    Error    LNK2001    unresolved external symbol __imp__iluErrorString@4    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\PythonApplicationModule.obj    1        
    Error    LNK2001    unresolved external symbol __imp__ilConvertImage@8    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\GuildMarkUploader.obj    1        
    Error    LNK2001    unresolved external symbol __imp__ilConvertImage@8    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\MarkImage.obj    1        
    Error    LNK2001    unresolved external symbol __imp__ilCopyPixels@36    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\GuildMarkUploader.obj    1        
    Error    LNK2001    unresolved external symbol __imp__ilCopyPixels@36    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\MarkImage.obj    1        
    Error    LNK2001    unresolved external symbol __imp__ilEnable@4    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\GuildMarkUploader.obj    1        
    Error    LNK2001    unresolved external symbol __imp__ilEnable@4    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\MarkImage.obj    1        
    Error    LNK2001    unresolved external symbol __imp__ilOriginFunc@4    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\GuildMarkUploader.obj    1        
    Error    LNK2001    unresolved external symbol __imp__ilOriginFunc@4    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\MarkImage.obj    1        
    Error    LNK2001    unresolved external symbol __imp__ilShutDown@0    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\GuildMarkUploader.obj    1        
    Error    LNK2001    unresolved external symbol __imp__ilSave@8    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\MarkImage.obj    1        
    Error    LNK2001    unresolved external symbol __imp__ilSetPixels@36    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\MarkImage.obj    1        
    Error    LNK2001    unresolved external symbol __imp__ilTexImage@28    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\MarkImage.obj    1        
    Error    LNK2001    unresolved external symbol __imp__ilInit@0    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\UserInterface.obj    1        
    Error    LNK2001    unresolved external symbol __imp__iluInit@0    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\UserInterface\UserInterface.obj    1        
    Error    LNK1120    17 unresolved externals    UserInterface    C:\Users\Furkan\Desktop\Metin2 Altyapi\mainline\Srcs\ClientSource\Client\bin\metin2client.exe    1        
     

     

  5.   

    On 8/20/2022 at 11:17 PM, Trudix said:

    Everything works as it should, but if I have the 6/7 bonuses and no stones on the weapon, the problem still persists.

    Can you do an update about that?

    spacer.pngspacer.pngspacer.pngspacer.png

     

    I can confirm this. If no stone is attached to the item, 6/7 attr will overflow

  6. Thank you it's working. To make this system multi language, you can:

    Delete:

    self.tooltipInfo.SetText("%s(%d, %d)" % (sName, iPosX, iPosY))

    Find:

    			self.info_text1.SetText("Nume: %s" % (sName))
    			self.info_text2.SetText("Coordonate: %d, %d" % (iPosX, iPosY))

    Change:

    			self.info_text1.SetText(localeInfo.MAP_NPCNAME % (sName))
    			self.info_text2.SetText(localeInfo.MAP_NPCPOS % (iPosX, iPosY))

    locale_game.txt

    Add:

    MAP_NPCNAME	Ad: %s
    MAP_NPCPOS	Koordinat: %d, %d

     

    Result:

    This is the hidden content, please

    • Metin2 Dev 9
    • Good 2
    • Love 5
×
×
  • 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.