DIM Him[8] , Himcol[8]
Him[0] = '0x0F0D'
Himcol[0] = '0x0000'
; Explsion
Him[1] = '0x0F09'
Himcol[1] = '0x0388'
; Mana Refresh
Him[2] = '0x0F09'
Himcol[2] = '0x0060'
; Invisibility
Him[3] = '0x0F0C'
Himcol[3] = '0x0000'
; Heal
Him[4] = '0x0F09'
Himcol[4] = '0x084D'
; Str
Him[5] = '0x0F08'
Himcol[5] = '0x0000'
; Dex
Him[6] = '0x0F09'
Himcol[6] = '0x0641'
; Int
Him[7] = '0x0F0B'
Himcol[7] = '0x0000'
; Refresh
y = 65 ; Коородината X крайнего левого угла далее идет на увеличение
for i = 0 to 7
uo.findtype(Him[i],Himcol[i],'backpack')
while uo.findcount() > 0
uo.findtype(Him[i],Himcol[i],'backpack')
uo.moveitem('finditem',-1,'backpack','y',65,0)
uo.ignore('finditem')
wait(500)
wend
y = y + 65
next
uo.ignorereset()
endsub
sub man() per (0x0E21) per (0x0F7A) # BP per (0x0F88) # NS per (0x0F8C) # SA per (0x0F85) # GS per (0x0F84) # GA per (0x0F8D) # SS per (0x0F86) # MR per (0x0F7B) # MR end sub
Sub per(aa) UO.FindType(aa, '-1', 'my') if UO.FindCount() > 0 then id = UO.GetSerial('finditem') uo.moveitem(id,"0","-1","160","160","0") wait (600) endif end sub
DIM Him[8] , Himcol[8]
Him[0] = '0x0F0D'
Himcol[0] = '0x0000'
; Explsion
Him[1] = '0x0F09'
Himcol[1] = '0x0388'
; Mana Refresh
Him[2] = '0x0F09'
Himcol[2] = '0x0060'
; Invisibility
Him[3] = '0x0F0C'
Himcol[3] = '0x0000'
; Heal
Him[4] = '0x0F09'
Himcol[4] = '0x084D'
; Str
Him[5] = '0x0F08'
Himcol[5] = '0x0000'
; Dex
Him[6] = '0x0F09'
Himcol[6] = '0x0641'
; Int
Him[7] = '0x0F0B'
Himcol[7] = '0x0000'
; Refresh
y = 65 ; Коородината X крайнего левого угла далее идет на увеличение
for i = 0 to 7
uo.findtype(Him[i],Himcol[i],'backpack')
while uo.findcount() > 0
uo.findtype(Him[i],Himcol[i],'backpack')
uo.moveitem('finditem',-1,'backpack','y',65,0)
uo.ignore('finditem')
wait(500)
wend
y = y + 65
next
uo.ignorereset()
endsub