Results 1 to 2 of 2
  1. #1

    Default MM bot question-- Simple questions youre simple answers will help me A LOT

    Ok so i am using the mmbot and I've gotten everything down to my light sorc joining the game but when it does it just stands there for like 40 seconds and the game exits

    here's my sequence in mm.bot sequence--

    [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)
    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




    ok bear with me please this one is short but I think relevant to me needs here's the sorcesequence.text

    [MAIN]

    ;==Eldritch==
    ;EnergyShield,0
    GotoFrigid,0
    CTA,0
    ;ChillingArmor,0
    TeleToEldritch,0
    SorcRedAttack,@Eldritch_Attack_Length
    Loot,0
    ;ToTownAct5,0 ;uncomment only if not doing Thresh or Shenk

    ;==Thresh==
    FromEldtoFrigidWP,0
    ToArreat,0
    TeleToThresh,0
    SorcBlueAttack,@Thresh_Attack_Length
    Loot,0
    ToTownAct5,0


    what the hell am i doing wrong-- do those 0's after the commands have a relevance should they be replaced by sequential numbers...?

  2. #2

    Default

    no if you will copy the whole sequence.ini here i will take a look at it

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Questions need answers
    By Immortality in forum Diablo II Discussion
    Replies: 8
    Last Post: 07-08-2006, 04:47 AM
  2. Bot questions
    By hellsing293 in forum Hacks Bots and Editors
    Replies: 16
    Last Post: 02-24-2006, 06:22 AM
  3. D2jsp Errors? Check here first!
    By A|fzZz in forum Hacks Bots and Editors
    Replies: 29
    Last Post: 08-06-2005, 11:04 AM
  4. Programming
    By A|fzZz in forum Tech Forum
    Replies: 25
    Last Post: 12-08-2004, 09:36 AM
  5. meph and pindle bot questions
    By Mystic in forum Hacks Bots and Editors
    Replies: 0
    Last Post: 06-20-2003, 04:38 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •