Jump to content

yunusemredamgaci

Inactive Member
  • Posts

    16
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by yunusemredamgaci

  1. 58 minutes ago, tierrilopes said:

    On inventory, you added the code on the:

    RefreshBagSlotWindow

     

    In order to appear on trading, shop and safebox, you need to code it. Try adding the code like you did for inventory, but on the files bellow:

    File uiexchange, in defs:

    RefreshOwnerSlot

    RefreshTargetSlot

     

    File uisafebox, in defs:

    RefreshSafebox

     

    File uisop, in defs:

    Refresh

    Could you do the codes?

  2. Hi, Devs have a nice day,

    I will want your help a problem have today,

    SIGN FOR PLUS ITEMS , You everyone know the system.

    + Effect does not work in some parts, I took your photos.

    Operations in uiiventory.py

    ### Search:
                setItemVNum(i, itemVnum, itemCount)
    ### Add After:
                if app.SIGN_FOR_PLUS_ITEMS:
                    ITEM_AND_POS = {        #aici pui itemele care vrei sa aiba plusul pozitionat altcumva si pozitia plusului
                        30071    :    [12,12],    #fiere de urs
                    }
                    
                    if item.GetItemName()[-1:] == "+":
                        if itemVnum in ITEM_AND_POS:
                            self.wndItem.AppendPlusOnSlot(i, ITEM_AND_POS[itemVnum][0], ITEM_AND_POS[itemVnum][1])
                        else:
                            self.wndItem.AppendPlusOnSlot(i, 12, -1)    #pozitia standard (12,-1)
                    else:
                        self.wndItem.AppendPlusOnSlot(i, 0, 0)

     

    I'm waiting for your help, Thank you nice forums .

    Spoiler

    .jpg.jpgZAjOtDk.jpggn7xBDT.jpgbUXordw.jpg

  3. 6 hours ago, DarkOne said:

    Ben de aynı sorunu yaşadım. Tüm arayış, texted'i düzenlemeye ve onları yeniden derleyene kadar iyi çalışıyordu. Onları düzeltmenin tek yolu, tüm görev klasörünü silmek ve orijinal dosyayı geri kopyalamaktı. Nesneler klasörünü silmeyi de deneyebilirsiniz. Ardından, nesne klasörünü tekrar doldurmak için arayışı yeniden derleyin. 

    thank you so much, so glad I have you :)

  4. 14 hours ago, galet said:

    I used to have the same bug, with the same quest, like many other peoples, I fixed it by renaming the quest plus the first line like > quest givebasicweapon...  > quest giveitems for example, then I recompiled and everything was fine...

    However it's not the same for everybody, for example, for some, my solution was not THE solution, a friend of mine added "return" att the end of the quest and it was fixed for him, but not for everybody etc. I only have a workaround and not a "pure" fix, so If anyone has one, I'd take it, because I don't have that much time to check packets for example

     

    I do not fully understand, what do you think I should do ?

    18 hours ago, Syreldar said:

    Post the quest.

    Occurs on multiple quest pages.
    There is no information about what I should do :(
    
  5. Error    3    error C2065: 'GrannyAllowUncopiedTail' : undeclared identifier    C:\Users\ADMIN\Desktop\Test\ClientSource - Kopya (3)\source\EterGrnLib\Mesh.cpp    139    1    EterGrnLib
    Error    2    error C2660: 'GrannyConvertSingleObject' : function does not take 5 arguments    C:\Users\ADMIN\Desktop\Test\ClientSource - Copy (3)\source\EterGrnLib\Material.cpp    255    1    EterGrnLib
    Error    1    error C2660: 'GrannyFindMatchingMember' : function does not take 4 arguments    C:\Users\ADMIN\Desktop\Test\ClientSource - Copy (3)\source\EterGrnLib\Material.cpp    253    1    EterGrnLib
    Error    4    error C2660: 'GrannyUpdateModelMatrix' : function does not take 5 arguments    C:\Users\ADMIN\Desktop\Test\ClientSource - Copy (3)\source\EterGrnLib\ModelInstanceUpdate.cpp    50    1    EterGrnLib
    Error    9    error LNK1120: 4 unresolved externals    C:\Users\ADMIN\Desktop\Test\ClientSource - Kopya (3)\binary\Metin2Release.exe    UserInterface
    Error    6    error LNK2001: unresolved external symbol __imp__GrannyConvertSingleObject@16    C:\Users\ADMIN\Desktop\Test\ClientSource - Copy (3)\vs_files\UserInterface\EterGrnLib.lib(Material.obj)    UserInterface
    Error    5    error LNK2001: unresolved external symbol __imp__GrannyFindMatchingMember@12    C:\Users\ADMIN\Desktop\Test\ClientSource - Copy (3)\vs_files\UserInterface\EterGrnLib.lib(Material.obj)    UserInterface
    Error    8    error LNK2001: unresolved external symbol __imp__GrannyNewMeshDeformer@12    C:\Users\ADMIN\Desktop\Test\ClientSource - Copy (3)\vs_files\UserInterface\EterGrnLib.lib(Mesh.obj)    UserInterface
    Error    7    error LNK2001: unresolved external symbol __imp__GrannyUpdateModelMatrix@16    C:\Users\ADMIN\Desktop\Test\ClientSource - Copy (3)\vs_files\UserInterface\EterGrnLib.lib(ModelInstanceUpdate.obj)    UserInterface

     

    Faults :( 

    Yiv

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