Advertisement
Guest User

Untitled

a guest
Jul 24th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.32 KB | None | 0 0
  1. Switch $A
  2.     Case 21
  3.        If $Req = 8 And GetItemMaxDmg($aItem) = 16 And $R = 2623 Then
  4.           Return True
  5.        EndIf
  6.        If $Req = 8 And GetItemMaxDmg($aItem) = 16 And $R = 2624 Then
  7.           Return True
  8.        EndIf
  9.     Case 20
  10.        If $Req = 8 And GetItemMaxDmg($aItem) = 22 Then
  11.           Return True
  12.        EndIf
  13.     EndSwitch
  14.     Return False
  15.  EndFunc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement