Jump to content

Dex

Member
  • Posts

    69
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Dex

  1. Hello Devs, there i have a problem with my char_battle.cpp When i kill a mob, the core is going down... debug: char_battle.cpp [Hidden Content] i don't really unterstand why bImmediateDead = Cannot access memory at address 0x0 is kicked out Kind Regards
  2. Hello Guys, i have 2 Problems with this system, just take a look at the GIFs and tell me if you know where the problem could be.
  3. No but i found it. def __AppendAttributeInformation(self, attrSlot, itemAbsChance = 0, vnum = 0): if 0 != attrSlot: 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 app.ENABLE_SASH_SYSTEM: if vnum >= 85001 and vnum <= 85024 or vnum >= 86001 and vnum <= 86058: ## THIS LINE NEED TO BE CHANGED LIKE THIS value = self.CalcSashValue(value, itemAbsChance) affectString = self.__GetAffectString(type, value) if affectString: affectColor = self.__GetAttributeColor(i, value) self.AppendTextLine(affectString, affectColor)
  4. debug your binary, but there should be a client syserr when you go with the cursor on the item. I think uitooltip or uiprivateshobuilder.py
  5. The bonus of the Sash is shown wrong, but it give's me the right bonus. Also i have a problem with reversal certificate: i tried this one : [Hidden Content] but i doesn't work...
  6. Can you post the function ? I have the same problem...
  7. I installed this succesfully but i don't know why the images aren't shown. There is no syserr or anything also with the other version too. I put them on etc.eix/epk
  8. I tried to put the Sash System by Lennt, but my Python doesn't work, here is the Syserr: Kind Regards .Dex
×
×
  • 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.