Need Sequences to mm.bot

LordMorgoth

Member
Joined
Mar 30, 2004
Messages
7
Reaction score
0
Website
Visit site
HI all, are there any place you can download a Sequences , to a orc/static sorc that will kill pindel?
 

Manus-Magnus

Member!
Joined
Sep 22, 2002
Messages
35
Reaction score
0
Website
perso.wanadoo.fr
bah, you have one in bot package, read the docs...
you didnt read the reference.txt





; PINDLE ORB/ICE SPIKES/STATIC SORCE
; 2.6Ghz/WinXP/Classic Windows is in 16 bit color mode...
; This one is Orb/IceSpike and have the 65% Fast Cast breakpoint.
; Static boost alot the kills, especially when pindle is immune.
; The Attack (n°3) is a loop, i suggest 15000 milliseconds for TimeOut.
; All others sequences dont loop, so have 0 timeout (and the EXIT command)
; Note; it seems the WEOT can have few fails when cast rate >=105% BPoint
; r -> manashield
; e -> Cold Armor
; s -> Teleport
; g -> Orb
; f -> Spike
; d -> Static

[MAIN]
Sequence_0 = ORB3SorcyPreCast,0
Start_Point = A5ATP
Sequence_1 = ORB3SorcyOutTown,0
Sequence_2 = ORB3SorcyPindle,14000
Sequence_3 = ORB3SorcyPindleEnd,0

;======================== ORB3 Sorce vs Pindle pre-cast ===================
[ORB3SorcyPreCast]
SEQ1 = K(e) ; press manashield key
SEQ2 = S(50) ; sleep a while to let the game set the skill
SEQ3 = RC(400,300) ; right click somewhere to cast the mana shield
SEQ4 = S(200) ; sleep the time mana shield is casted
SEQ5 = K(r) ; press cold armor key
SEQ6 = S(50) ; sleep a while to let the game set the skill
SEQ7 = RC(400,300) ; right click somewhere to cast the cold armor
SEQ8 = S(300) ; sleep a while to let the game set the skill
SEQ9 = EXIT ; EXIT sequence
;===================== ORB3 Sorce vs Pindle Go to pindle ==================
[ORB3SorcyOutTown]
SEQ1 = K(s) ; the bot give hand just after the tp, press teleport key
SEQ2 = S(50) ; sleep a while to let the game set the skill
SEQ3 = BRC(280,-300) ; Relative to block click to go to Pindle (teleport)
SEQ4 = WEOT(1500) ; Using this command to wait the end of teleport
SEQ5 = RC(780,50) ; "Blind" click since no block here to go to Pindle (teleport)
SEQ6 = WEOT(1500) ; Using this command to wait the end of teleport
SEQ7 = BRC(480,-40) ; Relative to block click to go to Pindle (teleport)
SEQ8 = WEOT(1500) ; Using this command to wait the end of teleport
SEQ9 = EXIT ; EXIT sequence
;===================== ORB3 Sorce vs Pindle Attack ========================
[ORB3SorcyPindle]
SEQ1 = S(50) ; little delay before press key
SEQ2 = K(g) ; press Orb
SEQ3 = S(100) ; little delay after press key
SEQ4 = CLM ; check life and mana (drink if need..)
SEQ5 = CMDE ; check if all zombies dead; if yes exit to next sequence
SEQ6 = CTOE ; check if time out; if yes exit to next sequence
SEQ7 = BRCD(230,0) ; relative to block click down in pindle direction (Orb)
SEQ8 = S(100) ; little delay after press key
SEQ9 = K(f) ; press Spikes
SEQ10 = S(50)
SEQ11 = BRCD(230,0)
SEQ12 = S(100)
SEQ13 = CLM ;; Casting spikes & check life, monsters dead, and timeout
SEQ14 = CMDE
SEQ15 = CTOE
SEQ16 = S(300)
SEQ17 = K(d) ; press Spikes
SEQ18 = S(50)
SEQ19 = BRCD(230,0)
SEQ20 = S(400) ;; Casting static & check life, monsters dead, and timeout
SEQ21 = CLM
SEQ22 = CMDE
SEQ23 = CTOE
SEQ24 = RCU ; Release all these clicks down (optional)
;================== ORB3 Sorce vs Pindle Post Attack ======================
[ORB3SorcyPindleEnd]
SEQ1 = S(100)
SEQ2 = K(s)
SEQ3 = S(100)
SEQ4 = BRC(60, 90) ; teleport near items, since orce attack is ranged
SEQ5 = WEOT(1500)
SEQ6 = S(200)
SEQ7 = PICKIT(600) ; while pickup items a check life is done every 600 ms
SEQ8 = S(500) ; a little delay after pickit
SEQ9 = EXIT ; next run...
;==============================================================================
 

Santans Army

Member!
Joined
May 15, 2005
Messages
69
Reaction score
0
Location
BluntsVille
ok how the i have a question how do i accualy put it in there to work? or send me in direction in a easy bot....
 
Top