Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with mmBot plz
#1
Ok so i got all the script done right for eld/shenk, but after i type /o igw, i just exit game, i was wondering whats wrong with that, Heres my current config sequence

Code:
[VARS]
################################################## ############################
;
; INSERT THE SEQUENCES YOU WANT EXECUTE IN THIS FILE...
;
;################################################# #############################
; Sequences are starting from the Act 5 downstairs (near Stash and Cain)
; Absolutly read the mm.BOT.MANUAL.htm to understand what you are doing.
; Usefull tool to create & tweak sequences is in \Tools\mm.RBlocks.exe
; Dont forget to try the special SEQ mode to create sequences (mm.BOT.ini)
; Know CTA switch, internal functions calls & scripts executions are possible
; throught this advanced sequencer. Read more about it in the damn manual.
;################################################# #############################
; SETTINGS:
;================================================= =============================
; Default sequence is the light sorce one, but you can replace it or edit it
; by whatever you want. Refers the MANUAL to know more about light sorce & merc.
; Lightning sorce is the easiest & cheapest character to proceed Pindle +
; and Eldritch runs for MFing and eventually Shenk runs.
; BUT Much others builts are possible, of course!
; Dont forget to check your keys settings in \Config\mm.BOT.ini !!
;================================================= =============================
; Replace below the keys your character use in game for these skills:
; Note; All skills are at right click in these sequences:
;================================================= =============================
@TP_Scroll_Key = f5 ; 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 = f3 ; ChainLightning Skill Key (must have it)
@Telekinesis_Key = f4 ; Telekinesis Skill Key (must have it)
@Frozen_Armor_Key =  ; Frozen Armor Skill Key (put a blank if you dont have)
@Mana_Shield_Key =  ; 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.)
;================================================= =============================
@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_Goto_Eldritch_Tp, 0
;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

; NOTE: Proceed Shenk runs only if your sorce got Full block + Infinity OR Repear's Toll Tresher. (Hell)
; If you dont have comment sequences below with " ; "

;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 Sorce Goto Frigid Highlands (Eldritch WP)
;==============================================
[CLSorcGotoEldritch]
FUNC:A5EWP ; This function will go from downstairs to Eldritch WayPoint.

;================
; Go to Eldritch
;================
[CLSorcGoToEldritch]
K(@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
K(@Lightning_Key)
S(@Key_Push_Delay)
CLM
CML
EXIT

;=====================================
; Eldritch Primary Light Attack(loop)
;=====================================
[CL_Sorc_Pre_Attack_Eldritch]
K(@Lightning_Key)
RCD(450,50)
S(@Attack_Loop_Delay)
CLM
CML
CMDEAD
CTOE

;=============================
; Eldritch Chain-Light Attack
;=============================
[CL_Sorc_Attack_Eldritch]
K(@Chain_Lightning_Key)
RCD(MFOC)
S(@Attack_Loop_Delay)
CLM
CML
CMDEAD
CTOE

;=================
; Eldritch Pickit
;=================
[CL_Sorc_Eldritch_Pickit]
S(300)
K(@Teleport_Key)
S(@Key_Push_Delay)
RC(440, 140)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
CML
PICKIT(600)
S(200)
EXIT
;=================
; Goto Shenk
;=================
[Cl_Sorc_FromEldritchGoToShenk]
RC(430, 510)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
CML
RC(430, 510)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
CML
RC(430, 510)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
CML
BRC(300,140)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
CML
BRC(690,330)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
CML
BRC(650,260)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
CML
BRC(360,350)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
CML
RC(747,545)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
CML
EXIT

;=====================================
; Shenk Primary Light Attack(loop)
;=====================================
[CL_Sorc_Pre_Attack_Shenk]
K(@Lightning_Key)
BRCD(330,330)
S(@Attack_Loop_Delay)
CLM
CML
CMDEAD
CTOE

;=============================
; Shenk Chain-Light Attack
;=============================
[CL_Sorc_Attack_Shenk]
K(@Chain_Lightning_Key)
RCD(MFOC)
S(@Attack_Loop_Delay)
CLM
CML
CMDEAD
CTOE.
;==========================
; Shenk Corpse teleport to
;==========================
[CL_Sorc_Shenk_Corpse_teleport]
S(300)
K(@Teleport_Key)
S(@Key_Push_Delay)
BRC(300, 300)
WEOT(@Wait_End_Of_Teleport_Delay)


;=================
; Simple Pickit
;=================
[CL_Sorc_Simple_Pickit]
CLM
CML
S(200) ; this will give some CPU/KEYBoard free before proceed.
PICKIT(600)
EXIT

;=============
; BackToTownA5
;=============
[CL_Sorc_BackA5Town]
K(@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


Please help
Reply
#2
I am not positive, but I think you need to fix your "Main" section. All the semicolons turn the lines into comments. Your script says to do nothing!

Try this:

;===============
; CL Sorce MAIN
;===============
[MAIN]

CL_Sorc_Town_Goto_Eldritch_Tp, 0
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

; NOTE: Proceed Shenk runs only if your sorce got Full block + Infinity OR Repear's Toll Tresher. (Hell)
; If you dont have comment sequences below with " ; "

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



Good luck.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  MMBot Lightning Trapsin script dkkx809 0 724 07-19-2010, 11:37 AM
Last Post: dkkx809
  Need Cod Sorc Sequence for MMBOT Nixieee 0 168 10-15-2009, 05:14 AM
Last Post: Nixieee
  Hammerdin Sequences for mmbot 5.46 Nstheone 1 750 10-09-2009, 02:40 AM
Last Post: NoBo1
  Hammerdin sequence HELP mmBot. NoBo1 0 163 10-09-2009, 02:25 AM
Last Post: NoBo1
  mmbot scripts plz magic 0 393 09-30-2009, 05:16 PM
Last Post: magic
  mmbot install guide & scripts skidude 44 29,568 08-23-2009, 07:32 AM
Last Post: HeinzOtto
  MMbot problems kasch 0 242 07-28-2009, 12:40 AM
Last Post: kasch
  need hekp with mmbot error timnor 0 186 05-16-2009, 08:17 AM
Last Post: timnor
  mmBot - Fast questions, need fast answers Walroz 0 523 05-16-2009, 04:12 AM
Last Post: Walroz
  MMBot Problems at Eldrich GRotebozebeer 1 383 05-15-2009, 12:03 AM
Last Post: qord

Forum Jump:


Users browsing this thread: 1 Guest(s)