antiblock
https://i.imgur.com/aJ17bf7.gif
  • Chatbox

    Did you check out our Discord? https://discord.gg/FFdvMjk9xA
    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
bertolla

Sistema acce

Question

Ola pesoal eu implementei sistema acce mais as faixa não aparece as taxa de absorção ,

eles não aparece como a img >>P2dC7pm.png

 

 

Share this post


Link to post
Share on other sites

3 answers to this question

  • 0

dou 100 reais para quem me ajudar

Share this post


Link to post
Share on other sites
antiblock
https://i.imgur.com/aJ17bf7.gif
  • 0

Boas O Erro he o o Seguinte Vai No uitooltip.py

Modifica Isto:

 

if isCostumeAcce != 0:
                if metinSlot != 0:
                    absChance = int(metinSlot[1])
                    if absChance > 0:
                        self.AppendSpace(5)
                        self.AppendTextLine(localeInfo.ACCE_ABSORB_CHANCE % (absChance), self.CONDITION_COLOR)

Por Isto

if itemVnum >= 85001 and itemVnum <= 85008:
                if metinSlot != 0:
                    absChance = int(metinSlot[1])
                    if absChance > 0:
                        self.AppendSpace(5)
                        self.AppendTextLine(localeInfo.ACCE_ABSORB_CHANCE % (absChance), self.CONDITION_COLOR)

 

Deves Conseguir Resolver esse erro

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this