Plz Plz Plz Help With Mm.bot!!! -
08-17-2007, 03:27 AM
hi.. im very new to this bot but i have read the manual so i have a basic idea.. im using a light sorc so im using the script that the bot came with.. it starts off fine.. i go to pindle and then i tele right into the middle of the monsters.. so then i tried a different script.. now my sorc doesnt even go in the portal and it says first run must be succesful all the time or sumthing like that.. SOOO can someone whos script is working give me one exactly as is in their file? plz plz i rly need help on this cuz i want to get this thing to work.. help is greatyl apprecuiated!!!
;================================================= ===========
; CL Sorce MAIN, The MAIN will call these sequences in order:
;================================================= ===========
[MAIN]
CL_Sorc_Town_Pre_Cast, 0
CL_Sorc_Town_GoTo_PindleTP, 0
CL_Sorc_Will_Use_Cta_OutTown, 0 ; If you dont use CTA comment this sequence with " ; "
CL_Sorc_GoTo_Pindle, 0
CL_Sorc_Pre_Attack_Pindle, @Timeout_Pindle_Pre_Attack
CL_Sorc_Attack_Pindle, @Timeout_Pindle_Attack
CL_Sorc_Pindle_Pickit, 0
CL_Sorc_BackA5Town, 0
CL_Sorc_Town_Goto_Eldritch_Wp, 0
CL_Sorc_Will_Use_Cta_OutTown, 0 ; If you dont use CTA comment this sequence with " ; "
CL_Sorc_GoTo_Eldritch, 0
CL_Sorc_Pre_Attack_Eldritch, @Timeout_Eldritch_Pre_Attack
CL_Sorc_Attack_Eldritch, @Timeout_Eldritch_Attack
CL_Sorc_Eldritch_Pickit, 0
CL_Sorc_FromEldritchGoToShenk, 0
CL_Sorc_Pre_Attack_Shenk, @Timeout_Shenk_Pre_Attack
CL_Sorc_Attack_Shenk, @Timeout_Shenk_Attack
CL_Sorc_Shenk_Corpse_teleport,0
CL_Sorc_Attack_Shenk, @Timeout_Shenk_Attack
CL_Sorc_Shenk_Pickit, 0
; And below all the sequences called above, not necessary in order:
;=====================================
; CL Sorce will precast at downstairs
;=====================================
[CL_Sorc_Town_Pre_Cast]
SR(@Random_Delay_Before_Eldritch)
F5(@Frozen_Armor_Key)
S(@Key_Push_Delay)
RC(400,60)
SR(@Pre-Cast_Random_Delay)
F3(@Mana_Shield_Key)
S(@Key_Push_Delay)
RC(400,60)
SR(@Pre-Cast_Random_Delay)
EXIT
;==============
; Go to Pindle TP
;==============
[CL_Sorc_Town_GoTo_PindleTP]
FUNC:A5WPtoATP
;==============
; Go to Pindle
;==============
[CL_Sorc_GoTo_Pindle]
F2(@Teleport_Key)
S(@Key_Push_Delay)
BRC(400,-310)
WEOT(@Wait_End_Of_Teleport_Delay)
RC(735,35)
WEOT(@Wait_End_Of_Teleport_Delay)
BRC(600,-30)
WEOT(@Wait_End_Of_Teleport_Delay)
F1(@Lightning_Key)
S(@Key_Push_Delay)
EXIT
;=============
; BackToTownA5
;=============
[CL_Sorc_BackA5Town]
F6(@TP_Scroll_Key)
S(@Key_Push_Delay)
FUNC:TOWNTP ; Return to town using tp
FUNC:A5TownPoint ; Check items at malah, merc status, stash, repair etc... And go to A5 Town WP.
EXIT
;==============================================
; CL Sorce Goto Frigid Highlands (Eldritch WP)
;==============================================
[CL_Sorc_Town_Goto_Eldritch_Wp]
FUNC:A5EWP ; This function will go from A5 Town WP to Eldritch WayPoint.
EXIT
ok i checked that.. but now she goes into the pindle portal then does not change to tele.. it is the right key... set it as F2 here is the script now:
@TP_Scroll_Key = F6 ; TP Scroll Skill key (must have it and a TP tome...)
@Teleport_Key = F2 ; Teleport Skill Key (must have it)
@Lightning_Key = F1 ; Lightning Skill Key (must have it)
@Chain_Lightning_Key = F4 ; ChainLightning Skill Key (must have it)
@Telekinesis_Key = F7 ; Telekinesis Skill Key (must have it)
@Frozen_Armor_Key = F5 ; Frozen Armor Skill Key (put a blank if you dont have)
@Mana_Shield_Key = F3 ; Mana Shield Skill Key (put a blank if you dont have)
;@Battle_Commands_Key = ; Battle Commands Skill Key (leave blank if you dont have)
;@Battle_Orders_Key = ; Battle Orders Skill Key (leave blank if you dont have)
;NOTE: to use CTA uncomment the CL_Sorc_Will_Use_Cta sequence in the [MAIN] below
;================================================= =============================
; Eventually change the settings below to resolve problems or increase speed.
;================================================= =============================
@Random_Delay_Before_Eldritch = 100,200 ; , TOWN random delay (ms.)
@Random_Delay_Before_Pindle = 100,200 ; , TOWN random delay (ms.)
@Wait_End_Of_Teleport_Delay = 1200 ; Delay before retry to teleport (ms.)
@Timeout_Eldritch_Pre_Attack = 4000 ; Maximum primary attack time on Eldritch (ms.)
@Timeout_Shenk_Pre_Attack = 4000 ; Maximum primary attack time on Shenk (ms.)
@Timeout_Pindle_Pre_Attack = 4000 ; Maximum primary attack time on Pindle (ms.)
@Timeout_Eldritch_Attack = 20000 ; Maximum main attack time on Eldritch (ms.)
@Timeout_Shenk_Attack = 20000 ; Maximum main attack time on Shenk (ms.)
@Timeout_Pindle_Attack = 20000 ; Maximum main attack time on Pindle (ms.)
@Timeout_Council_Attacks = 15000 ; Maximum main attacks time on Council (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.)
@WP_Menu_Delay = 400 ; Delay x2 to wait the WP menu appears at screen.
;================================================= =============================
; CODE; Default sequences below (uncommented) will do Pindle, Eldritch, and Shenk.
;===============
; CL Sorce MAIN
;===============
[MAIN]
CL_Sorc_Town_Pre_Cast, 0
CL_Sorc_Town_GoTo_PindleTP, 0
;CL_Sorc_Will_Use_Cta_OutTown, 0 ; Optional If you want use CTA uncomment this sequence.
CL_Sorc_GoTo_Pindle, 0
CL_Sorc_Pre_Attack_Pindle, @Timeout_Pindle_Pre_Attack
CL_Sorc_Attack_Pindle, @Timeout_Pindle_Attack
CL_Sorc_Pindle_Pickit, 0
CL_Sorc_BackA5Town, 0
Cl_Sorc_FromEldritchGoToShenk, 0
CL_Sorc_Pre_Attack_Shenk, @Timeout_Shenk_Pre_Attack
CL_Sorc_Attack_Shenk, @Timeout_Shenk_Attack
CL_Sorc_Shenk_Corpse_teleport,0
CL_Sorc_Attack_Shenk, @Timeout_Shenk_Attack
CL_Sorc_Simple_Pickit, 0
;CL_Sorc_BackA5Town, 0
;CL_Sorc_Pre_Cast, 0
;CL_Sorc_Town_GotoCouncil
;CL_Sorc_Will_Use_Cta, 0 ; Optional If you want use CTA uncomment this sequence.
;CL_Sorc_GotoCouncil, 0
;CL_Sorc_AttackCouncil, @Timeout_Council_Attacks
;CL_Sorc_GotoUpper_Council,0
;CL_Sorc_AttackCouncil, @Timeout_Council_Attacks
;CL_Sorc_Trav_Pickit,0
;CL_Sorc_ReturnA5,0
;=====================================
; CL Sorce will precast at downstairs
;=====================================
[CL_Sorc_Town_Pre_Cast]
SR(@Random_Delay_Before_Eldritch)
F5(@Frozen_Armor_Key)
S(@Key_Push_Delay)
RC(400,60)
SR(@Pre-Cast_Random_Delay)
F3(@Mana_Shield_Key)
S(@Key_Push_Delay)
RC(400,60)
SR(@Pre-Cast_Random_Delay)
EXIT
;==============================================
; CL Sorce Goto Frigid Highlands (Eldritch WP)
;==============================================
[CL_Sorc_Town_Goto_Eldritch_Wp]
FUNC:A5EWP ; This function will go from downstairs to Eldritch WayPoint.
EXIT
;================
; Go to Eldritch
;================
[CL_Sorc_GoTo_Eldritch]
F2(@Teleport_Key)
S(@Key_Push_Delay)
BRC(155,-60)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
CML
BRC(70,-330)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
CML
F1(@Lightning_Key)
S(@Key_Push_Delay)
EXIT
;=============
; BackToTownA5
;=============
[CL_Sorc_BackA5Town]
F6(@TP_Scroll_Key)
S(@Key_Push_Delay)
FUNC:TOWNTP ; Return to town using tp
FUNC:A5TownPoint ; Check items at malah, merc status, stash, repair etc... And go to A5 Town WP.
EXIT
;==============
; Go to Pindle TP
;==============
[CL_Sorc_Town_GoTo_PindleTP]
FUNC:A5WPtoATP
;==============
; Go to Pindle
;==============
[CL_Sorc_GoTo_Pindle]
F2(@Teleport_Key)
wow.. it works alot better thanks for the site.. BUT it still doesnt work for pindle.. she teles to the right spot now.. but after she casts lightining once then makes a save and exit?!? what should i do now
are you using a merc? if you are, watch your merc's life at pindle, those guys rape weak merc's and your bot is probably chickening because your merc is almost dead, edit your settings.