Posts: 7
Threads: 6
Joined: Feb 2007
Reputation:
0
bot runs fine then it gets to pindle and shoots 1 orb and logs out, the log has this error message:
02/02 09:53:49 [W]> Sequence exit required. SEQ5 => CML . 0 . 0
02/02 09:53:49 [E]> Failed or Fast exit required while applying CL_Sorc_Pre_Attack_Pindle sequence.
can anyone help me?
Posts: 753
Threads: 20
Joined: Aug 2005
Reputation:
0
It's been a while, but post your sequence and I will see what I can do. If I can't help, I know there are others here that are a lot better than me.
Posts: 7
Threads: 6
Joined: Feb 2007
Reputation:
0
02-03-2007, 05:06 AM
(This post was last modified: 02-03-2007, 05:06 AM by kemoxiv.)
;==============================================================================
;Script origianlly by MM, edited for cold socr by AzGuL^, edited for 5.43 by Zedd
;==============================================================================
@Teleport_Key = F1; Teleport
@Blizz_Key = F8; Blizzard
@Orb_Key = F2 ; Frozen orb
@Frozen_Armor_Key = F3 Frozen/Shiver Armor
@Mana_Shield_Key = F0; Energy shield
;==============================================================================
; Eventually change the settings below to resolve problems or increase speed.
;==============================================================================
@Random_Delay_Before_Pindle = 100,200; , TOWN random delay (ms.)
@Wait_End_Of_Teleport_Delay = 1200; Delay before retry to teleport (ms.)
@Timeout_Pindle_Pre_Attack = 4000; Maximum primary attack time on Pindle (ms.)
@Timeout_Pindle_Attack = 20000; Maximum main attack time on Pindle (ms.)
@Pre-Cast_Random_Delay = 300,400; Random Delay when casting CTA or Pre-Cast (ms.)
@Attack_Loop_Delay = 100; Tweak it to change attacks loop/cast speed (ms.)
@Key_Push_Delay = 100; Delay to let the Skills appears at right click (ms.)
;==============================================================================
;===============
; Cold Sorceress MAIN
;===============
[MAIN]
Cold_Sorc_Pre_Cast, 0 ; Going downstairs and precast.
; Cold_Sorc_Will_Use_Cta, 0; If you want use CTA uncomment this sequence.
Cold_Sorc_GoTo_AnyaTP, 0; Going to Anya TP.
Cold_Sorc_GoTo_Pindle, 0; Going from Anya TP go to Pindleskin.
Cold_Sorc_Pre_Attack_Pindle, @Timeout_Pindle_Pre_Attack; Blizzard attack
Cold_Sorc_Attack_Pindle, @Timeout_Pindle_Attack; Frozen Orb Attack.
Cold_Sorc_Pindle_Pickit, 0; Pindle drop and Pickit ... Run finished.
;=====================================
; Cold Sorce will precast at downstairs
;=====================================
[Cold_Sorc_Pre_Cast]
SR(@Random_Delay_Before_Pindle); Delay
K(@Frozen_Armor_Key) ; Frozen Armor key
S(@Key_Push_Delay) ; Delay
RC(400,60) ; Use Frozen Armor
SR(@Pre-Cast_Random_Delay) ; Delay
K(@Mana_Shield_Key) ; Energy Shield key
S(@Key_Push_Delay) ; Delay
RC(400,60) ; Use Energy Shield
SR(@Pre-Cast_Random_Delay) ; Delay
EXIT ; End of the sequence; it's a no loop sequence.
;===============
; Go to Anya TP
;===============
[Cold_Sorc_GoTo_AnyaTP]
FUNC:A5WPtoATP ; From WP to Anya TP
EXIT ; End of the sequence; it's a no loop sequence.
;==============
; Go to Pindle
;==============
[Cold_Sorc_GoTo_Pindle]
K(@Teleport_Key) ; Teleport key
S(@Key_Push_Delay) ; Little delay to let the Skill appears at right Col****.
BRC(400,-310) ; Teleport to these coordinates (relative to Green Block).
WEOT(@Wait_End_Of_Teleport_Delay) ; Wait End of Teleport.
RC(735,35) ; No green blocks in the screen, lets do a "Blind" Teleport Col**** here.
WEOT(@Wait_End_Of_Teleport_Delay); Wait End of Teleport.
BRC(600,-30) ; Teleport to these coordinates (relative to Green Block).
WEOT(@Wait_End_Of_Teleport_Delay) ; Wait End of Teleport.
K(@Blizz_Key) ; Blizzard Key
S(@Key_Push_Delay) ; Little delay to let the Skill appears at right Col****.
EXIT ; End of the sequence; it's a no loop sequence.
;=================================
; PindleSkin Primary cold Attack
;=================================
[Cold_Sorc_Pre_Attack_Pindle]
K(@Orb_Key) ; Blizzard Key
BRCD(285,-13) ; Attack monsters
S(@Attack_Loop_Delay); Delay
CLM ; Life/mana check
CML ; Mercenary life check
CMDEAD ; Check if monsters are dead, if yes, will go to next sequence.
CTOE ; Check if End of Time Out (defined in MAIN) if expired jump to next sequence..
;=====================
; Pindle Cold Attack
;=====================
[Cold_Sorc_Attack_Pindle]
K(@Blizz_Key) ; Push the Orb Skill
RCD(MFOC,IN) ; Attack monsters
S(@Attack_Loop_Delay); Delay
CLM ; Life/mana check
CML ; Mercenary life check
CMDEAD ; Check if monsters are dead, if yes, will go to next sequence.
CTOE ; Check if End of Time Out (defined in MAIN) if expired jump to next sequence..
;===============
; Pindle Pickit
;===============
[Cold_Sorc_Pindle_Pickit]
S(300) ; Added a delay to ensure a good teleport in Pindle area for pickit.
K(@Teleport_Key) ; Teleport key
S(@Key_Push_Delay) ; Delay
BRC(60,90) ; Teleport to items
WEOT(@Wait_End_Of_Teleport_Delay); Delay
CLM ; Life/mana check
CML ; Mercenary life check
PICKIT(600) ; Pickit
SR(200, 300) ; Delay
EXIT ; Exit run
see anything?
Posts: 2
Threads: 0
Joined: Feb 2007
Reputation:
0
I need help to, i dont do pindle cuz i cant. Then it just goes to frigid wp teles 1 time then leaves game.. can someone help me?