Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Freezing after pindle
#1
My sorc completes pindle, but as soon as she picks up all the items my diablo2 freezes, the second i stop the bot it unfreezes. Heres my sequence, the error log had nothing abnormal in it it just stops.

;##############################################################################
;
; 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 = f7
@Teleport_Key = d
@Meteor_Key = f
@Fireball_Key = f3
@Frozen_Orb_Key = g
@Telekinesis_Key = f8
@Frozen_Armor_Key = f6
@Mana_Shield_Key =
@Battle_Commands_Key =
@Battle_Orders_Key =
;NOTE: to use CTA uncomment the Orb_Sorc_Will_Use_Cta sequence in the [MAIN] below
;==============================================================================
; Eventually change the settings below to resolve problems or increase speed.
;==============================================================================
@Random_Delay_Before_Eldritch = 15000,30000 ; <mini>,<maxi> TOWN random delay (ms.)
@Random_Delay_Before_Pindle = 5000, 15000 ; <mini>,<maxi> TOWN random delay (ms.)
@Wait_End_Of_Teleport_Delay = 1200 ; Delay before retry to teleport (ms.)
@Timeout_Eldritch_Attack = 24000 ; Maximum main attack time on Eldritch (ms.)
@Timeout_Shenk_Attack = 24000 ; Maximum main attack time on Shenk (ms.)
@Timeout_Pindle_Attack = 24000 ; 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.


;===============
; Orb Sorce MAIN
;===============
[MAIN]
Orb_Sorc_Town_Pre_Cast, 0

Orb_Sorc_Town_GoTo_PindleTP, 0
;Orb_Sorc_Will_Use_Cta_OutTown, 0 ; Optional If you want use CTA uncomment this sequence.
Orb_Sorc_GoTo_Pindle, 0
Orb_Sorc_Attack_Pindle, @Timeout_Pindle_Attack
Orb_Sorc_Pindle_Pickit, 0
Orb_Sorc_BackA5Town, 0

Orb_Sorc_Town_Goto_Eldritch_Wp, 0
Orb_Sorc_GoTo_Eldritch, 0
Orb_Sorc_Pre_Attack_Eldritch, 0
Orb_Sorc_Attack_Eldritch, @Timeout_Eldritch_Attack
Orb_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

;Orb_Sorc_FromEldritchGoToShenk, 0
;Orb_Sorc_Pre_Attack_Shenk, 0
;Orb_Sorc_Attack_Shenk, @Timeout_Shenk_Attack
;Orb_Sorc_Shenk_Corpse_teleport,0
;Orb_Sorc_Attack_Shenk, @Timeout_Shenk_Attack
;Orb_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...

;Orb_Sorc_BackA5Town, 0
;Orb_Sorc_Pre_Cast, 0
;Orb_Sorc_Town_GotoCouncil
;Orb_Sorc_Will_Use_Cta, 0 ; Optional If you want use CTA uncomment this sequence.
;Orb_Sorc_GotoCouncil, 0
;Orb_Sorc_AttackCouncil, @Timeout_Council_Attacks
;Orb_Sorc_GotoUpper_Council,0
;Orb_Sorc_AttackCouncil, @Timeout_Council_Attacks
;Orb_Sorc_Trav_Pickit,0
;Orb_Sorc_ReturnA5,0


;==============
; Go to Pindle TP
;==============
[Orb_Sorc_Town_GoTo_PindleTP]
FUNC:A5WPtoATP

;==============
; Go to Pindle
;==============
[Orb_Sorc_GoTo_Pindle]
S(300)
K(d)
S(100)
BRC(353,-313)
WEOT(1700)
RC(719,34)
WEOT(1700)
BRC(450,-38)
WEOT(1400)
EXIT



;=====================
; Pindle Mixed Attack
;=====================
[Orb_Sorc_Attack_Pindle]
K(f3)
RC(MFOC)
K(f3)
RC(MFOC)
RC(MFOC)
S(100)
CLM
CML
CMDEAD
CTOE.

;===============
; Pindle Pickit
;===============
[Orb_Sorc_Pindle_Pickit]
S(300)
K(d)
S(100)
BRC(60,90)
WEOT(1200)
CLM
CML
S(600)
PICKIT(600)
S(500)
EXIT

;=============
; BackToTownA5
;=============
[Orb_Sorc_Town]
K(f7)
S(500)
FUNC:TOWNTP
FUNC:A5TownPoint
EXIT
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Help me Make Bot Do Only Pindle,Andy,Meph Please Dissarray 5 389 05-15-2011, 04:38 PM
Last Post: skidude
  pindle, bot is too aggressive morthifer 3 688 04-04-2011, 05:39 PM
Last Post: Mofo5
  Assassin Pindle / Shenk / Eld bot d2nt 3.1 Exhalted 1 1,192 09-30-2010, 12:39 PM
Last Post: DNA64
  [D2NT] Pindle Bot - If you've killed Nihlathak, want to Pindle but NOT kill him again Solstice 2 1,487 08-25-2010, 06:35 AM
Last Post: Jammer74
  Java Scripts for pindle?elderskin? ivanjai88 1 205 10-18-2009, 06:27 AM
Last Post: The Mob
  mMap freezing up KaosAlakane 4 445 09-17-2008, 03:20 AM
Last Post: gideon62
  Adding Shenk to Pindle/Eldritch script Tolan 0 409 08-11-2008, 01:11 AM
Last Post: Tolan
  Fire sorc Chickens on Eld and leave fast when killing pindle jochen 0 275 05-21-2008, 05:20 AM
Last Post: jochen
  Need a Pindle/Eld/Shenk/Andy/Meph Sequence for Hdin MonsterMonty 3 1,007 11-18-2007, 03:17 AM
Last Post: Daddy_XL
  pindle problems telepyro2 0 353 11-06-2007, 10:49 AM
Last Post: telepyro2

Forum Jump:


Users browsing this thread: 1 Guest(s)