Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
mmbot.543b1
#1
Can sum 1 help me with configs because i dont noe how to change the skill to blizz because the settings are for lightning,


ty
Reply
#2
upgrade to beta 3 then look around since it all you gota do is edit it not that hard
Reply
#3
all it knows are timings and key presses.

ill try to quick edit one for u, do u only have cold? if you do then you are going to have to only do pindle, eldritch is immune to cold. unless you have ummm... infinity. if you have infinfity then you can do eldritch.

try this a lot of things still say lightning and such but i edited whats needed.

Code:
;##############################################################################
;
;          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 = f8    ; TP Scroll Skill key (must have it and a TP tome...)
@Teleport_Key = f5    ; Teleport Skill Key (must have it)
@Glacial_Spike_Key = f3    ; Lightning Skill Key (must have it)
@Blizzard_Key = f4    ; ChainLightning Skill Key (must have it)
@Telekinesis_Key = f6    ; Telekinesis Skill Key (must have it)
@Frozen_Armor_Key = f1    ; 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 = 5000,10000    ; <mini>,<maxi> TOWN random delay (ms.)
@Random_Delay_Before_Pindle = 100,200    ; <mini>,<maxi> 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 = 25000    ; 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_Town_Goto_Eldritch_Wp, 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 + Repear's Toll Tresher. (Hell)
    ; If you dont have comment sequences below
    
    ;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

    
    ; NOTE: Proceed council only if you got a strong sorce with CTA + Full block + infinity merc (Hell)
    ; NOTE: The sorce should have enought mana (> 1300) using mana shield. And resists...
    ; NOTE: Of course you can use other chars than sorce and make your own sequence...
    
    ;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)
        K(@Frozen_Armor_Key)
        S(@Key_Push_Delay)
        RC(400,60)
        SR(@Pre-Cast_Random_Delay)
        K(@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
        
    ;===============
    ; Optional: CTA
    ;===============
    [CL_Sorc_Will_Use_Cta_OutTown]
        S(@WP_Menu_Delay)
        SWITCH1 ; Internal SWITCH1 command (Switch to secondary gear).
        K(@Battle_Commands_Key)
        S(@Key_Push_Delay)
        RC(500,60)
        SR(@Pre-Cast_Random_Delay)
        K(@Battle_Orders_Key)
        S(@Key_Push_Delay)
        RC(500,60)
        SR(@Pre-Cast_Random_Delay)
        SWITCH2 ; Internal SWITCH1 command (Switch back to primary gear).
        EXIT
        
    ;================
    ; Go to Eldritch
    ;================
    [CL_Sorc_GoTo_Eldritch]
        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)
        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
        BRC(515,180)
        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(330, 330)
        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

        
    ;==============
    ; Go to Pindle TP
    ;==============
    [CL_Sorc_Town_GoTo_PindleTP]
        FUNC:A5WPtoATP    
            
    ;==============
    ; Go to Pindle
    ;==============
    [CL_Sorc_GoTo_Pindle]
        K(@Teleport_Key)
        S(@Key_Push_Delay)k.
        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)
        K(@Blizzard_Key)
        S(@Key_Push_Delay)
        EXIT
        
    ;=================================    
    ; PindleSkin Primary Light Attack
    ;=================================
    [CL_Sorc_Pre_Attack_Pindle]
        K(@Blizzard_Key)
        BRC(54,127)
        K(@Glacial_Spike_Key)
        BRCD(MFOC)
        RCU        
        S(4000)
        CLM
        CML
        CMDEAD
        CTOE.
        
    ;=====================
    ; Pindle Light Attack
    ;=====================
    [CL_Sorc_Attack_Pindle]
        K(@Lightning_Key)
        RCD(MFOC)
        S(@Attack_Loop_Delay)
        CLM
        CML
        CMDEAD
        CTOE.
        
    ;===============
    ; Pindle Pickit
    ;===============
    [CL_Sorc_Pindle_Pickit]
        S(300)
        K(@Teleport_Key)
        S(@Key_Push_Delay)k.
        BRC(60,90)
        WEOT(@Wait_End_Of_Teleport_Delay)
        CLM
        CML
        PICKIT(600)
        EXIT
        

        [CL_Sorc_Town_GotoCouncil]
        FUNC:A5WPtoTrav ; Will click A5 wp and goto Travincal
        EXIT
        
        [CL_Sorc_GotoCouncil]
        K(@Teleport_Key)
        S(@Key_Push_Delay)k.
        RC(770,315)
        WEOT(@Wait_End_Of_Teleport_Delay)
        CLM
        CML
        RC(770,315)
        WEOT(@Wait_End_Of_Teleport_Delay)
        CLM
        CML
        RC(770,315)
        WEOT(@Wait_End_Of_Teleport_Delay)
        CLM
        CML
        RC(770,315)
        WEOT(@Wait_End_Of_Teleport_Delay)
        CLM
        CML
        BRC(530,10)
        WEOT(@Wait_End_Of_Teleport_Delay)
        CLM
        CML
        RC(780,220)
        WEOT(@Wait_End_Of_Teleport_Delay)
        CLM
        CML
        
        [CL_Sorc_AttackCouncil]
        K(@Chain_Lightning_Key)
        RCD(MFOC)
        S(@Attack_Loop_Delay)
        CLM
        CML
        CMDEAD
        CTOE..
        
        [CL_Sorc_GotoUpper_Council]
        K(@Teleport_Key)
        S(@Key_Push_Delay)k.
        RC(795,180)
        WEOT(@Wait_End_Of_Teleport_Delay)

        [CL_Sorc_Trav_Pickit]
        PICKIT(600)
        K(@Teleport_Key)
        S(@Key_Push_Delay)k.
        RC(450,450)
        WEOT(@Wait_End_Of_Teleport_Delay)        
        PICKIT(600)
        K(@Teleport_Key)
        S(@Key_Push_Delay)k.
        RC(100,100)
        WEOT(@Wait_End_Of_Teleport_Delay)
        PICKIT(600)            
        EXIT
        
        [CL_Sorc_ReturnA5]
        K(@TP_Scroll_Key)
        S(@Key_Push_Delay)k.
        FUNC:TOWNTP
        FUNC:A3TownToA5
        EXIT
Reply
#4
also right after my frist attack it quits suggestions?
Reply
#5
do u have rejuvs? is it chikening? its possible this doesnt work, my blizz sorc is only in nm i gave up on her, so it worked for her in nm. also make sure your keys are set properly

edit your keys in this part of the sequence


@TP_Scroll_Key = f8 ; TP Scroll Skill key (must have it and a TP tome...)
@Teleport_Key = f5 ; Teleport Skill Key (must have it)
@Glacial_Spike_Key = f3 ; Lightning Skill Key (must have it)
@Blizzard_Key = f4 ; ChainLightning Skill Key (must have it)
@Telekinesis_Key = f6 ; Telekinesis Skill Key (must have it)
@Frozen_Armor_Key = f1 ; 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</pre>
Reply
#6
sweet ty plus how do i make it do only pindle ? because i dont have enuff mana to support all three
Reply
#7
go to

Code:
[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_Town_Goto_Eldritch_Wp, 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 + Repear's Toll Tresher. (Hell)
    ; If you dont have comment sequences below
    
    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

    
    ; NOTE: Proceed council only if you got a strong sorce with CTA + Full block + infinity merc (Hell)
    ; NOTE: The sorce should have enought mana (> 1300) using mana shield. And resists...
    ; NOTE: Of course you can use other chars than sorce and make your own sequence...
    
    ;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

and change to

Code:
[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_Town_Goto_Eldritch_Wp, 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 + Repear's Toll Tresher. (Hell)
    ; If you dont have comment sequences below
    
    ;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

    
    ; NOTE: Proceed council only if you got a strong sorce with CTA + Full block + infinity merc (Hell)
    ; NOTE: The sorce should have enought mana (> 1300) using mana shield. And resists...
    ; NOTE: Of course you can use other chars than sorce and make your own sequence...
    
    ;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
Reply
#8
ya got all that now i need help with my sorc not drinking pots + its not feeing my merc pots and 1nce in a while he dies and i end up leaving the game because its deteceted that i have low hp :\

Char_MalahHealLifePercent = 80
Char_MalahHealManaPercent = 70
Char_DrinkPotionLifePercent = 10
Char_DrinkPotionManaPercent = 10
Char_UseMerc = Yes
Char_HealMerc = Yes
Char_PreventiveChicken = Yes
Char_StopIfNoPots = Yes
Char_MaxDrinks = 10
Char_CharHealTimer = 500
Char_MercHealTimer = 800
Char_MercWeaponSwitch = No

Hmm wats up
Reply
#9
what lvl r u? if you are using over 10 pots a game i recommend u start a new sorc. I alos recomend u get some ll on your merc so he can kind take care of himself.
Reply
#10
damn now it doesnt even atttack right when it gets to pindle it teleports repeatedly into th pindle crowd
Reply
#11
check to make sure that in your sequence your attacks are set to the right keys, and that yourhotkeys are correct. it is very possible that during a game you accidentally reassigned your hotkeys.
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 243 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)