Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
help
#1
when i start the run my sorc just sits there then an error message pops up and tells me to read manual if im a new user....ive checked all teh sequences they are the same as the onse that came with the bot execept i changed the keys for the actually attacks such has chain lighting went from q to f2 plz if uk what im doing wrong plz help this is my sequence

;======================= CL Sorce MAIN =======================

[MAIN]
Sequence_0 = CLSorcPreCast,0 ; Here the pre-cast sequence, not a loop.
Start_Point = A5WP ; The start point: will be the Eldrtich way point.
Sequence_1 = CLSorcGoToEldritch,0 ; Here the sequence to go to Eldritch, not a loop.
Sequence_2 = CLSorcAttackEldritch,22000 ; Chain Light Eldritch attack, loop for 22 seconds
Sequence_3 = CLSorcEldritchPickit,0 ; Eldrtich present...
Sequence_4 = CLSorcEldritchGoToAnyaTP,0 ; Now lets return to town, and get back WP.
Sequence_5 = CLSorcGoToPindle,0 ; From Anya TP go to Pindle.
Sequence_6 = CLSorcAttackPindle,22000 ; Chain Light Pindle Attack, loop for 22 seconds
Sequence_7 = CLSorcPindlePickit,0 ; Pindle present...

;======================== Pre cast =======================

[CLSorcPreCast] ; Sequence name, declared in the [MAIN]
SEQ1 = SR(500,800) ; => This delay is in town, before going to attack eldrtich <=
SEQ2 = K(f5) ; Press mana shield
SEQ3 = S(100) ; Sleep a bit
SEQ4 = RC(360,200) ; Cast mana shield
SEQ5 = S(300) ; Sleep a bit more (cast delay)
SEQ6 = K(f5) ; Now, press Frozen Armor... etc...
SEQ7 = S(100)
SEQ8 = RC(360,200)
SEQ9 = S(350)
SEQ10 = EXIT ; End of the sequence; it's a no loop sequence.

;======================== Go to Eldritch =======================

[CLSorcGoToEldritch]
SEQ1 = K(f3) ; Press the teleport key
SEQ2 = S(100) ; Sleep a bit
SEQ3 = BRC(155,-60) ; Teleport to these coordinates (based in Green Block presence)
SEQ4 = WEOT(1200) ; Wait end of teleport
SEQ5 = CLM ; Check life and mana
SEQ6 = CMLM ; Check merc life
SEQ7 = BRC(70,-330)
SEQ8 = WEOT(1200)
SEQ9 = CLM
SEQ10 = CMLM
SEQ11 = EXIT

;======================== Eldritch Chain-Light Attack =======================

[CLSorcAttackEldritch]
SEQ1 = K(f2) ; Press the Chain Light Skill
SEQ2 = S(100); Wait a bit the skill appears at right click...
SEQ3 = RCD(MFOC,OUT) ; Detecting attack, cast chain light on monsters.
SEQ4 = S(100)
SEQ5 = CLM
SEQ6 = CMLM
SEQ7 = CMDO ; Check if monsters are dead, if yes, will go to next sequence.
SEQ8 = CTOE ; Chech end of time out (defined in MAIN) if override go to next sequence.

;======================== Eldritch Pickit =======================

[CLSorcEldritchPickit]
SEQ1 = S(300) ; Added a delay to ensure a good teleport into pindle area for pickit
SEQ2 = K(f3) ; Go back to teleport skill
SEQ3 = S(100)
SEQ4 = RC(440, 140) ; Teleport in Eldrtich monster area
SEQ5 = WEOT(1200)
SEQ6 = CLM
SEQ7 = CMLM
SEQ8 = S(300)
SEQ9 = PICKIT(600) ; Perform a pickit, with check life every 600ms.
SEQ10 = S(100)
SEQ11 = EXIT

;======================== Go to Anya TP =======================

[CLSorcEldritchGoToAnyaTP]
SEQ1 = RC(430, 510) ; Return back to way point.
SEQ2 = WEOT(1200)
SEQ3 = CLM
SEQ4 = CMLM
SEQ5 = RC(430, 510)
SEQ6 = WEOT(1200)
SEQ7 = CLM
SEQ8 = CMLM
SEQ9 = RC(430, 510)
SEQ10 = WEOT(1200) ; Now we have the way point at screen.
SEQ11 = CLM
SEQ12 = CMLM
SEQ13 = K(f6) ; Lets press telekinesis Smile
SEQ14 = S(200)
SEQ15 = BRC(125, 170) ; Lets right click telekinesis on the way point Smile
SEQ16 = S(600)
SEQ17 = CLM ; Sequence 16,17,18 give time to way point menu appears...
SEQ18 = S(600)
SEQ19 = LC(115, 160) ; Lets click on "harrogath"
SEQ20 = SR(500,800) ; => This delay is in town, before going to pindle <=
SEQ21 = PTPT ; Now lets put the TPTP command to go to pindle TP
SEQ22 = EXIT

;======================== Go to Pindle =======================

[CLSorcGoToPindle]
SEQ1 = K(f3)
SEQ2 = S(100)
SEQ3 = BRC(400,-310)
SEQ4 = WEOT(1200)
SEQ5 = RC(735,35) ; Since no green blocks in the screen this is a simple click.
SEQ6 = WEOT(1200)
SEQ7 = BRC(600,-30)
SEQ8 = WEOT(1200)
SEQ9 = EXIT

;======================== Pindle Chain Light Attack =======================

[CLSorcAttackPindle]
SEQ1 = K(f2) ; Press the Chain Light Skill
SEQ2 = S(50); Wait a bit the skill appears at right click...
SEQ3 = RCD(MFOC,IN) ; Detecting attack, cast chain light on monsters.
SEQ4 = S(100)
SEQ5 = CLM
SEQ6 = CMLM
SEQ7 = CMDI ; Check if monsters are dead, if yes, will go to next sequence.
SEQ8 = CTOE ; Chech end of time out (defined in MAIN) if override go to next sequence.

;======================== Pindle Pickit =======================

[CLSorcPindlePickit]
SEQ1 = S(300) ; Added a delay to ensure a good teleport into pindle area for pickit
SEQ2 = K(f3)
SEQ3 = S(100)
SEQ4 = BRC(60,90)
SEQ5 = WEOT(1200)
SEQ6 = CLO ; Only need to check life, because we quit game right after the pickit.
SEQ7 = CMLM
SEQ8 = S(300)
SEQ9 = PICKIT(600)
SEQ10 = SR(100, 500) ; Why not a little random delay after pickit...
SEQ11 = EXIT ; The end of sequences; bot will quit the game.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)