Jump to content

lordsas61

Inactive Member
  • Posts

    53
  • Joined

  • Last visited

  • Feedback

    0%

About lordsas61

  • Birthday 02/04/1995

Informations

  • Gender
    Male

Social Networks

Recent Profile Visitors

9924 profile views

lordsas61's Achievements

Collaborator

Collaborator (7/16)

  • Reacting Well
  • Dedicated
  • First Post
  • Collaborator
  • Conversation Starter

Recent Badges

15

Reputation

  1. @ xP3NG3Rx LeftRightReverse for { "name" : "PetInfoUIBG", "type" : "expanded_image", "style" : ("attach",), "x" : 0, "y" : 0, "image" : PET_UI_BG_IMAGE }, class ExpandedImageBox(ImageBox): not work. Why code not work? I not understand. This function does not work in Expanded_Images. Because Expanded_Image is rendering from a different code. Therefore, it is necessary to define LeftRightReverse there. I'm not writing the solution because no one helped. Experts don't try hard to find it, but it's probably hard for newbies I seem to have already written the answer, but whatever.
  2. example: typedef struct SPacketGCTest { BYTE bHeader; DWORD dwIndex; std::vector<const char*> vString; } TPacketGCTest; do you think vector will work properly? Or do you have a suggestion that you think would be well?
  3. All time giving syserr. word character problem. LocaleStringManager::RegisterLocaleStringTable(locale/tr/locale_string.txt) - Strange Token Count [Line:550 / TokenCount:5] Line 550 -> 1550 You cannot use that any more. And errors. c = -35
  4. CQuestManager::Instance().AddScript(s.str() + "[ENTER]"); maybe change ? -> CQuestManager::Instance().AddScript(LocaleChatPacket(CHAT_TYPE_SAY, dwindex, "%s", s.str().c_str())+ "[ENTER]"); if i do it this way. Can I get quest texts from Metin2 locale pack?
  5. blackdragon search system is not work offlineshop. you need coding offlineshop code.
  6. Problem and code blok Error Code How fix Problem. @Owsap I see your files working. Please help me!
  7. @WeedHex I am using Python2.7. The logic of the code is simple. what i don't understand is what is preventing it from working properly? Why doesn't it work properly in these codes: self.wndItem.LockSlot(i) self.wndItem.UnLockSlot(i)
  8. @WeedHex I know but not working. normal is -> for i in xrange(45): 1,2,3,4,5.. 45 but my document is for i in xrange(45): 0,0,0,0,0...0 My files all try for i in xrange(45): print(i) 0,0,0,0,0... and for i in xrange(45) print(2*i) 0,2,4,6,8,10... and for i in xrange(45) print(1*i) 0,0,0,0,0,0 and for i in xrange(45) print((2*i)/2) 0,0,0,0,0,0 and for i in xrange(45) print(i+1) 1,1,1,1,1,1 and for i in xrange(45) print(2*i-1) -1,1,3,5,7 Not Understand Help Please!
  9. def __RefreshExinvenSlotState(self): inventory_max = player.GetExtendInvenMax() for i in xrange(player.INVENTORY_PAGE_SIZE): slotNumber = self.__InventoryLocalSlotPosToGlobalSlotPos(i) if slotNumber >= inventory_max: self.wndItem.LockSlot(i) else: self.wndItem.UnlockSlot(i) player.INVENTORY_PAGE_SIZE = 45 but all time i = 0 what is problem?
  10. SYSERR: Jan 6 20:22:05 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'lv4, lv5, weapon, body, wrist, foots, neck, head, shield, ear FROM item_attr_rar' at line 1 query: lv4, lv5, weapon, body, wrist, foots, neck, head, shield, ear FROM item_attr_rare ORDER BY apply syslog What is problem. Auth syslog
  11. @flatik Thank you but My question is SetAlwaysToolTip how work? SetAlwaysToolTip what is job? I not know SetAlwaysToolTip work. How coding cpp function
  12. void CButton::SetAlwaysToolTip(BOOL bFlag) { "what should be written." }
  13. I add code is my client but not work error : 'module' object has no attribute 'SetAlwaysToolTip' and my code def SetAlwaysToolTip(self, bFlag): wndMgr.SetAlwaysToolTip(self.hWnd, bFlag) how client src SetAlwaysToolTip add ?
×
×
  • 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.