Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
mm.BOT 5.44 problems
#1
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?
Reply
#2
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.
Reply
#3
;==============================================================================


;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?
Reply
#4
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?
Reply
#5
MonkeyNutz Wrote: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?

I have the same problem ....those values whit @ must be modify or what? becose i try and same thing must give me en error somewhere Sad( help
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  have som bot problems momme 3 232 06-15-2012, 03:00 PM
Last Post: comper
  Merc Problems float4life 1 207 03-28-2012, 06:18 PM
Last Post: comper
  Problems with charms pick it script tHende 1 266 03-16-2012, 09:01 AM
Last Post: comper
  Problems running 0wnage 5 394 01-26-2012, 08:54 AM
Last Post: comper
  SnagIT problems TyKe 3 325 01-19-2012, 01:45 AM
Last Post: comper
  Problems with item-logging - Tried useing Skidudes guide... Akao 5 142 01-09-2012, 05:45 AM
Last Post: comper
  D2NT Bot Problems 0wnage 9 507 01-03-2012, 06:45 AM
Last Post: 0wnage
  I am haveing acouple problems with my d2nt bot sbare91 1 480 11-08-2011, 06:53 AM
Last Post: bugme143
  hi im having problems with d2nt sin187 2 334 06-25-2011, 05:50 AM
Last Post: sin187
  2 Problems I need help with! AlloutSkitzo 3 356 03-15-2011, 05:13 AM
Last Post: AlloutSkitzo

Forum Jump:


Users browsing this thread: 1 Guest(s)