Jump to content

mebe

Inactive Member
  • Posts

    24
  • Joined

  • Last visited

  • Feedback

    0%

About mebe

Informations

  • Gender
    Not Telling

Recent Profile Visitors

1662 profile views

mebe's Achievements

Enthusiast

Enthusiast (6/16)

  • Reacting Well
  • Dedicated
  • Very Popular Rare
  • First Post
  • Collaborator

Recent Badges

13

Reputation

  1. Nice work, thank you very much. Everything works very well but but when clicking on the slot i have this error. 1212 15:41:49375 :: File "ui.py", line 2516, in OnMouseLeftButtonDown 1212 15:41:49376 :: AttributeError 1212 15:41:49376 :: : 1212 15:41:49376 :: 'EditLineCentered' object has no attribute 'canEdit' image
  2. try this add below this: CONDITION_COLOR = 0xffBEB47D SASH_1 = 0xFFFBE700 SASH_2 = 0xFFFB9200 and replace this with your function absChance = int(metinSlot[acce.ABSORPTION_SOCKET]) if absChance >= 20 and absChance <= 24: self.AppendTextLine(localeInfo.ACCE_ABSORB_CHANCE % (absChance), self.SASH_1) elif absChance >= 25: self.AppendTextLine(localeInfo.ACCE_ABSORB_CHANCE % (absChance), self.SASH_2) else: self.AppendTextLine(localeInfo.ACCE_ABSORB_CHANCE % (absChance), self.CONDITION_COLOR)
  3. replaces this in your patch [Hidden Content]
  4. char_skill.cpp search: PointChange(POINT_EXP, -need_exp); changue for: PointChange(POINT_EXP, -static_cast<long long>(need_exp)); I found it in the post the .T4Ump
  5. uitooltip.py changue: [Hidden Content] locale_game.txt add: ACCE_ABSORB_CHANCE absorción: %d
  6. Changue if (block_exp) { return; } For if (block_exp && amount > 0) { return; }
×
×
  • 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.