Jump to content

yunusemredamgaci

Inactive Member
  • Posts

    16
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by yunusemredamgaci

  1. 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 .
  2. I do not fully understand, what do you think I should do ? Occurs on multiple quest pages. There is no information about what I should do :(
  3. Hello Community, Pleasant forums I have a problem I wanted to specify it as a video. When you turn off quests on the screen, the texts in the quests remain on the screen. From the friends who can fix the cause and the problem, I ask them to help. Thank you, good times.
  4. Hi Metin2dev, have a nice day, I added tag system. In the game, when I rank character I am having this problem. I'm waiting for your help.Thank you, nice forums. @martysama0134
  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.