Autor |
passer89
Władca Premki
Dołączył: 21 Gru 2006
Posty: 123
Przeczytał: 0 tematów
Pomógł: 25 razy Ostrzeżeń: 0/3
Pią 20:59, 02 Sty 2009
|
|
Wiadomość |
Jednym slowem zajebiaszcze makro dla rouge od passera
|
  |
|
tutaj macie super makro dla rouge !! do tego sie przyda cs spam (dalem w przydatne pliki) i macie spoko expa
// networkers USKO mana-save archer script//
SetActiveWindow Knight OnLine Client
KeyRate 90
Constants
//====== Arrange your skillbar like it's shown below========//
//slots 124 and 5 are not used in this script
//Key 1
//Key 2
//Key 3 Archer Skill
//Key 4
//Key 5
//Key 6 wolf
//Key 7 hp pot
//Key 8 mana pot (if needed)
//=============================//
WolfKey = 6
HpPot = 7
//=========== 1 = on , 0 = off =======//
wolf = 1
End
//======Wolf==========//
procedure wolf Every 124 sec
if $wolf = 1
Keys 8
delay 1500
keydown 6 100 | 100
delay 1500
End
End
//======Attack=========//
Procedure attack
// use z for targeting
Keys z3
delay 1800
End
//======Heal==========//
//USKO zwischen 32 und 47 //
Procedure heal
IsBlack 180, 35
keys 7
End
End
//======Mana==========//
Procedure mana
IsBlack 180, 52
Keys 8
End
End
//use this to check Mouse Positions for Heal and Mana//
Procedure MousePosition
MousePos 20, 52
pause
end
while 1 = 1
ProcessMessages
Call attack
Call heal
//Call mana
//Call MousePosition
Delay 10
End
Post został pochwalony 1 raz
|
|
|
    |