Jump to content

enisina

Active+ Member
  • Posts

    195
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by enisina

  1. hello, which version of the game and client source branch does not give any package errors?
  2. You are a genius! can i ask you for help? I don't know the c ++ language. can you write a function for this to work? item.GetDSSetWeight(dsType, grade) item.GetDSBasicApplyCount(dsType, grade) item.GetDSBasicApplyValue(dsType, type) item.GetDSAdditionalApplyValue(dsType, type) if app.ENABLE_DS_SET: def __AppendDragonSoulAttributeInformation(self, attrSlot, dsType = 0, grade = 0): if 0 != attrSlot: if grade != 0: setWeightValue = item.GetDSSetWeight(dsType, grade) basicApplyCount = item.GetDSBasicApplyCount(dsType, grade) for i in xrange(player.ATTRIBUTE_SLOT_MAX_NUM): type = attrSlot[i][0] value = attrSlot[i][1] if 0 == value: continue affectString = self.__GetAffectString(type, value) if affectString: affectColor = self.__GetAttributeColor(i, value) setValue = 0 if i < basicApplyCount: setValue = item.GetDSBasicApplyValue(dsType, type) else: setValue = item.GetDSAdditionalApplyValue(dsType, type) if setValue != 0: setValue = (setValue * setWeightValue - 1)/100 + 1 if affectString.find('%') == -1: self.AppendTwoColorTextLine(affectString, affectColor, " (+%d)" % (setValue)) else: self.AppendTwoColorTextLine(affectString, affectColor, " (+%d%%)" % (setValue)) else: self.AppendTextLine(affectString, affectColor) else: for i in xrange(player.ATTRIBUTE_SLOT_MAX_NUM): type = attrSlot[i][0] value = attrSlot[i][1] if 0 == value: continue affectString = self.__GetAffectString(type, value) if affectString: affectColor = self.__GetAttributeColor(i, value) self.AppendTextLine(affectString, affectColor)
  3. uiguild.py [Hidden Content] uiuploadmark.py [Hidden Content]
  4. Hi, i have a problem like this, guild icons don't show update when I try to load a signature it gives a syserr; invalid idx 0 invalid idx 0 markmanager.cpp bool CGuildMarkManager::GetBlockCRCList(DWORD imgIdx, DWORD * crcList) { // Ŭ¶óÀ̾ğÆ®¿¡¼­ ¼­¹ö¿¡ ¾ø´Â À̹ÌÁö¸¦ ¿äûÇÒ ¼ö´Â ¾ø´Ù. if (m_mapIdx_Image.end() == m_mapIdx_Image.find(imgIdx)) { sys_err("invalid idx %u", imgIdx); return false; } CGuildMarkImage * p = __GetImage(imgIdx); if (p) p->GetBlockCRCList(crcList); return true; } Uptade; devil updated 1.8 problem persists.
  5. you expect a system like a beggar in the forum, and then you raise words to others when you can't do shit yourself. If you know so much when you do share. the half-wit: D
  6. Dostum resim görünmüyor. English: pictures not show
  7. no syserr, debug is not compiled with client. edit: fixed black screen problem. The file public_store_001.dds does not exist. I couldn't solve the problem with editing tooltip fix
  8. ken and great systems are using sql. koray is using cache. Doesn't that make more sense? sorry but his system has a very ugly interface. koray says there is no problem. also why should we not use ken? I don't think of using edit functions at all.
  9. such a problem occurred when I made these arrangements. also the background is black? @V0lvox
  10. Ken, great, koray offlineshop. which do you think is the best performance?
  11. incompatible with weapon evolution system. Can you help? thanks @V0lvox
  12. [Hidden Content] if there is no item in 1st place and the /test 0 1 command is used, the game will crash. if(!item) return; Not work
  13. Use new_petsystem.sql and set lvl and evolation
×
×
  • 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.