Advertisement
Guest User

Untitled

a guest
Feb 16th, 2016
790
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. if itemSubType == item.WEAPON_ARROW and itemvalue5 == 1:
  2. bHasRealtimeFlag = 0
  3. for i in xrange(item.LIMIT_MAX_NUM):
  4. (limitType, limitValue) = item.GetLimit(i)
  5. if item.LIMIT_REAL_TIME == limitType:
  6. bHasRealtimeFlag = 1
  7.  
  8. if bHasRealtimeFlag == 1:
  9. self.AppendMallItemLastTime(metinSlot[0])
  10. else:
  11. self.__AppendMetinSlotInfo(metinSlot)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement