Skıll dizilimi:
1:Archer
2:Archer
3:Archer
4:Archer
5:Wolf
6:Mana pot
7:Hp pot
8:Safety
9:swift
0:Minor
KODE:
SetActiveWindow Knight OnLine Client
CommandDelay 10
KeyRate 10
Constants
//========== your skill slots =================//
//Key 1 through shot
//Key 2 through shot (or other archery skills)
//Key 3
//Key 4 archery (when you run out of mana pots)
//Key 5 wolf
//Key 6 mana pot
//Key 7 hp pot
//Key 8 safety
//Key 9 Swift
//Key 0 MinorHeal
//=============== Arrange your skillbar =======//
WolfKey = 5
BackupHpPot = 7
MinorHeal = 0
BuyukHeal = 9
//=============== 1 = yes , 0 = no ============//
wolff = 1
UseTown = 1
safetyy = 1
Repair = 1
//======== 1 = Right slot, 2 = Left slot ======//
weaponlocation = 2
//=============================================//
End
//======AC===========//
procedure safety Every 35 sec
if $safetyy = 1
delay 200
keydown 8 100 | 100
delay 200
end
end
//======Wolf===========//
procedure wolf Every 126 sec
if $wolff = 1
delay 1300
keydown 5 100 | 100
delay 50
end
end
//======Attack=========//
Procedure attack
Keys z1
Keys 2
Keys 1
Keys 3
Keydown z 25 | 25
Keydown 1 25 | 25
End
//======Heal===========//
Procedure heal
IsBlack 168, 38
keys 7
End
End
//======MinorHeal===========//
Procedure MinorHeal
IsBlack 180, 38
keys 0
keys 0
keys 0
keys 0
keys 0
keys 0
End
End
//======BuyukHeal===========//
procedure BuyukHeal
IsBlack 100, 38
Keys 9
End
End
//======Mana===========//
Procedure mana
IsBlack 68, 54
Keys 6
End
End
//======UseTown===========//
Procedure UseTown
IsBlack 140, 38
MousePos 1090,758
delay 100
leftclick
leftmousedown
delay 365
leftmouseup
delay 400
end
end
while 1 = 1
ProcessMessages
delay 50
Call attack
Call heal
call MinorHeal
call BuyukHeal
call mana
Call attack
Call heal
call MinorHeal
call BuyukHeal
call mana
call UseTown
End

Hiç yorum yok:
Yorum Gönder