Blizzard Sector
Pindle blizz sorc sequence MMBOT - Printable Version

+- Blizzard Sector (https://www.blizzsector.co)
+-- Forum: Diablo II (https://www.blizzsector.co/forum-4.html)
+--- Forum: Hacks Bots and Editors (https://www.blizzsector.co/forum-16.html)
+--- Thread: Pindle blizz sorc sequence MMBOT (/thread-38954.html)



Pindle blizz sorc sequence MMBOT - Zla7in - 04-16-2007

My sorc just tele to the top right corner of pindle and would either chicken or get killed if it cant chicken out in time.
How can i fix this problem ?
It's my sequence what's wrong with it ?

[VARS]
;##############################################################################
;
; INSERT THE SEQUENCES YOU WANT EXECUTE IN THIS FILE...
;
;##############################################################################
; 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)
;##############################################################################



;==============================================================================
; MM's blizzard sorce sequences: Pindle runs.
;==============================================================================
; 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, Eldritch
; and Shenk runs for MFing, but much others builts are possible, of course!
; Dont forget to check your keys settings in \Config\mm.BOT.ini !!
;==============================================================================
; Replace below the control keys your character use in game for these skills:
; Note; All these skills are at the right click side.
;==============================================================================
@TP_Scroll_Key = F10 ; TP Scroll Skill key (must have it and a TP tome...)
@Teleport_Key = F4 ; Teleport Skill Key (must have it)
@Glacial_spike_Key = 5 ; Lightning Skill Key (must have it)
@Blizzard_Key = F3 ; ChainLightning Skill Key (must have it)
@Frozen_Armor_Key = F8 ; Frozen Armor Skill Key (put a blank if you dont have)
@Mana_Shield_Key = F6 ; Mana Shield Skill Key (put a blank if you dont have)
@Battle_Commands_Key = 6 ; Battle Commands Skill Key (leave blank if you dont have)
@Battle_Orders_Key = 7 ; Battle Orders Skill Key (leave blank if you dont have)
;==============================================================================
; Eventually change the settings below to resolve problems or increase speed.
;==============================================================================
@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_Pindle_Pre_Attack = 4000 ; Maximum primary attack time on Pindle (ms.)

@Timeout_Pindle_Attack = 20000 ; Maximum main attack time on Pindle (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.
;==============================================================================

;============================================================
; 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

; 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_Pindle)
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
;==============
; 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)
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(@Lightning_Key)
S(@Key_Push_Delay)
EXIT
;=================================
; PindleSkin Primary frost Attack
;=================================
[CL_Sorc_Pre_Attack_Pindle]
K(@Glacial_spike_Key)
BRCD(285,-13)
K(@Blizzard_Key)
BRCD(285,-13)
S(@Attack_Loop_Delay)
CLM
CML
CMDEAD
CTOE.
;=====================
; Pindle Blizzard Attack
;=====================
[CL_Sorc_Attack_Pindle]
K(@Blizzard_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)
RC(560,190)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
CML
S(200)
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

;===============
; 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)
S(@Pre-Cast_Random_Delay)
SWITCH2 ; Internal SWITCH1 command (Switch back to primary gear).
EXIT


Pindle blizz sorc sequence MMBOT - SilverTears - 04-16-2007

Do you have pots in your belt?


Pindle blizz sorc sequence MMBOT - Zla7in - 04-16-2007

Of course The belt is full with pink potions....


Pindle blizz sorc sequence MMBOT - Phallock - 04-16-2007

The belt should have purple (rejuv) pots.

Then check your "Go To Pindle" sequence, you still have a Lightning attach there and no Blizzard attach. Might not fix everything, but it should help.

If I remember I will check to see if I have a working sequence at home later.


Pindle blizz sorc sequence MMBOT - Zla7in - 04-16-2007

Can some1 write a fixed sequence for blizzard sorc btw i have no cta ive only a merk and use blizzard and want olny run pindle..


Pindle blizz sorc sequence MMBOT - Shift - 04-17-2007

;==========>>Teleport Script Series<<==========
;Script: Blizzard Sorceress
;Author: Nicotine
;Based: N/A
;Monsters: Pindle
;Version: 5.44B6
;Date: NOV. 24, 2005
;Tested: Hell
;WebSite: http://mmscripts.omnesia.net
;=============================================

;==========>>Updates<<==========
;
; N/A
;
;===============================

;==========================> Delays
@Random_Delay1 = 500,2500
@Random_Delay2 = 500,2500
@Switch_Delay = 400
@PreCast_Delay = 100
@WarCry_Delay = 500
@Pindle_Freeze_Length = 500
@Pindle_Attack_Length = 9500
@Tele_Delay1 = 350
@Tele_Delay2 = 300
@Walk_Delay = 400
@Key_Delay = 50
@Loop_Delay = 100
@Pickit_Delay = 600
@Random_Sleep = 300
;==========================> /Delays

;==========================> Skills
@Teleport =
@Blizzard =
@Chilling_Armor =
@Glacial_Spike =
@Battle_Orders =
@Battle_Command =
;==========================> /Skills

;=============================

;==========================> Blizzard Sorc Main

[MAIN]
NblizzPreCast,0
NblizzGotoAct5Wp,0
;NblizzCTA,0
NblizzOutTown,0
NblizzPindleFreeze,@Pindle_Freeze_Length
NblizzPindleKill,@Pindle_Attack_Length
NblizzPindleEnd,0

;==========================> Blizzard Sorc pre-cast

[NblizzPreCast]
K(@Chilling_Armor)
S(@PreCast_Delay)
RC(300,200)
S(@Random_Delay1)
;EXEC:Example.au3
EXIT

;==========================> Blizzard Sorc goto Act5 WP

[NblizzGotoAct5Wp]
FUNC:A5WPtoATP
EXIT

;==========================> Blizzard Sorc Shouts
[NblizzCTA]
CLM
CML
SWITCH1
S(@Switch_Delay)
K(@Battle_Orders)
S(@Key_Delay)
RC(400,300)
S(@WarCry_Delay)
K(@Battle_Command)
S(@Key_Delay)
RC(400,300)
S(@WarCry_Delay)
SWITCH2
S(@Switch_Delay)
CLM
CML
EXIT

;==========================> Blizzard Sorc Go to pindle

[NblizzOutTown]
CLM
CML
K(@Teleport)
S(@Key_Delay)
BRC(400,-310)
WEOT(@Tele_Delay1)
RC(680,60)
WEOT(@Tele_Delay1)
BRC(510,0)
WEOT(@Tele_Delay2)
CLM
CML
EXIT

;==========================> Blizzard Sorc Freeze Pindle Attack

[NblizzPindleFreeze]
K(@Glacial_Spike)
S(@Key_Delay)
RCD(MFOC)
S(@Loop_Delay)
CLM
CML
CTOE

;==========================> Blizzard Sorc Final Pindle Attack

[NblizzPindleKill]
K(@Blizzard)
S(@Key_Delay)
RCD(MFOC)
S(@Loop_Delay)
CLM
CML
CMDEAD
CTOE

;==========================> Blizzard Sorc Post Pindle

[NblizzPindleEnd]
K(@Teleport)
S(@Key_Delay)
RC(565,155)
WEOT(@Tele_Delay1)
PICKIT(@Pickit_Delay)
S(@Random_Sleep)
EXIT

;==========================> /EOF<SCRIPT type=text/javascript><!-- document.write('<\/div>');//--></SCRIPT>


Pindle blizz sorc sequence MMBOT - Zla7in - 04-17-2007

Shift which keys are the magics ? cuz when the bot enter in the red portal it exit immediately with safe and exit..?

The same problem i fix the problem with magic but the bot dont cast energy 6eld how can i fix it ?And how can i fix the teleport into pindle cuz the pot teleports near the monsters and will be dead so fast i want my sorc be in front of the monsters and cast blizzard....


Pindle blizz sorc sequence MMBOT - Phallock - 04-18-2007

You have to add what your hotkeys are to the skills section. For example; I always have my Teleport skill as "F4" so edit the script above to "@Teleport = F4"

Good luck. If you have more question the mm.bot.manual.htm file has a lot of information.


Pindle blizz sorc sequence MMBOT - Zla7in - 04-23-2007

Dude please paste the correct sequence for blizz pindle My sors have glacial f5 teleport f2 energy shield f4 blizzard f1 i dont have cta ....

please paste the correct sequence for this type of sorc
my sorc have no cta and use glacial spike-f5 blizz-f1 teleport-f2 frozen armor-f3 energy shield-f4..

All is done but the problem is when the bot run it teleport on Pindle and die......