Jump to content

Unlimited Arrow Bug


Recommended Posts

Hi 

i have problem with Unlimite Arrow  :(

when i try to attack it's keep telling me   (((no enough  arrow)))  :unsure:

and i have this in the unlimited arrow  

1.JPG

this is my uitooltip.py part

Spoiler

        if item.ITEM_TYPE_WEAPON == itemType:
            self.__AppendLimitInformation()
            self.AppendSpace(5)
            if item.WEAPON_FAN == itemSubType:
                self.__AppendMagicAttackInfo()
                self.__AppendAttackPowerInfo()
            else:
                self.__AppendAttackPowerInfo()
                self.__AppendMagicAttackInfo()
            
            self.__AppendAffectInformation()
            self.__AppendAttributeInformation(attrSlot)
            
            self.AppendWearableInformation()
            if app.ENABLE_NEW_ARROW_SYSTEM:
                if itemSubType != item.WEAPON_UNLIMITED_ARROW:
                    self.__AppendMetinSlotInfo(metinSlot)
                else:
                    bHasRealtimeFlag = 0
                    for i in xrange(item.LIMIT_MAX_NUM):
                        (limitType, limitValue) = item.GetLimit(i)
                        if item.LIMIT_REAL_TIME == limitType:
                            bHasRealtimeFlag = 1
                    
                    if bHasRealtimeFlag == 1:
                        self.AppendMallItemLastTime(metinSlot[0])
            else:
                self.__AppendMetinSlotInfo(metinSlot)

help :mellow:

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • 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.