Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
N a sorc sequence pls
#1
hello i have a fireball/meteor sorc and i need a sequence for

eld/shenk/council no pindle ( i have for error make a nilathak quest and i dont have a red tp)

can help me please?? thanks u
Reply
#2
go to the manual site in the bot folder. click on links and it one of them is something like omnis..... sommething like that. click on that link and click on the sorceress and it will give a big list of diff builds, click on the one u need and it will give it to you.
Reply
#3
ridewithme69 Wrote:go to the manual site in the bot folder. click on links and it one of them is something like omnis..... sommething like that. click on that link and click on the sorceress and it will give a big list of diff builds, click on the one u need and it will give it to you.
Yes, but it doesn't have a FB sequence to do the bosses token wants, it only does eldritch, shenk, and pindle, not trav.
[Image: toomuchowneh8lr1.jpg]
Reply
#4
if is for eld/shenk only is ok but if post travi too more goodTongue
Reply
#5
Here you go.

Code:
;##############################################################################

;
; INSERT THE SEQUENCES YOU WANT EXECUTE IN THIS FILE...
;
; NOTE FROM THE AUTHOR:
; Updated for ====== Version 5.43 ======
; Created by Sn0wDoG, Tweaked To Work Perfectly by KillerXxX
; And updated again by Sn0wDoG with new TP functions...
;

;##############################################################################

; 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 Toolsmm.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:

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

; 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...)
@StandStill_Key = G ; Standstill (must have it)
@Attack1_Key = F1 ; Blizzard / Meteor (must have it)
@Attack2_Key = F2 ; Galacial Spike / Fireball (must have it)
@Teleport_Key = F4 ; Teleport (must have it)
@EnergyShield_Key = F5 ; EnergyShield (leave blank if you dont have)
@FrozenArmor_Key = F6 ; Any Armor(Frozen,Shiver,Chilling) (leave blank if you dont have)
@Telekinese_Key = F7 ; Telekinesis (leave blank if you dont have)
@BattleCommand_Key = A ; BattleCommand (leave blank if you dont have)
@BattleOrder_Key = S ; BattleOrder (leave blank if you dont have)

;******NOTE: to use CTA uncomment the SwitchCTA sequence and******

;******comment the PreCast sequence in the [MAIN] below!!!!!******

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

; Eventually change the settings below to resolve problems or increase speed.

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

@Random_Delay_Before_Eldrich = 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_Kill_Eldrich = 13000 ; Maximum attack time on Eldritch (ms.)
@Timeout_Kill_Shenk = 12000 ; Maximum attack time on Shenk (ms.)
@Timeout_Kill_Pindle = 11000 ; Maximum attack time on Pindle (ms.)
@Random_Delay_Befor_Run = 140000,160000; , TOWN random delay before run (ms.)
; Use the last delay to make sure that your game is at least 3min long,
; so you can make runs without any pauses between.

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

@Pre-Cast_Random_Delay = 300,400 ; Random Delay when casting CTA or Pre-Cast (ms.)
@Attack_Loop_Delay = 50 ; Tweak it to change attacks loop/cast speed (ms.)
@Key_Push_Delay = 50 ; Delay to let the Skills appears at right click (ms.)
@WP_Menu_Delay = 300 ; Delay x2 to wait the WP menu appears at screen.
@Switch_Delay = 100 ; Delay to switch to CTA

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

;##############################################################################



; SEQUENCE:

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

; NOTE: You have 3 options:
; -You Kill Pindle Only then put a ";" in front of
;
; ;GoToAct5Wp,0
; ;SwitchCTA,0
; ;GoEld,0
; ;KillEld,@Timeout_Kill_Eldrich
; ;LootEld,0
; ;GoHomeEld,0
; ;GoPindleTP,0
;
; ;GoShenk,0
; ;KillShenk,@Timeout_Kill_Shenk
; ;LootShenk,0
; ;GoHomeShenk,0
;
; -OR You kill Eldrich/Pindle then put a ";" in front of
; ;GoShenk,0
; ;KillShenk,@Timeout_Kill_Shenk
; ;LootShenk,0
; ;GoHomeShenk,0
;
; -OR you kill Elrcich/Shenk/Pindle then put a ";" in front of
; ;GoHomeEld,0
; ;GoHomeShenk,0

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

;==============================================================================
;Sorc Main
;==============================================================================
[MAIN]
;Sleep,0

PreCast,0

GoToAct5Wp,0
SwitchCTA,0
GoEld,0
KillEld,@Timeout_Kill_Eldrich
LootEld,0
GoHomeEld,0

GoShenk,0
KillShenk,@Timeout_Kill_Shenk
LootShenk,0
GoHomeShenk,0
GoPindleTP,0

;SwitchCTA,0 ;This one is for Pindle Only!
GoPindle,0
KillPindle,@Timeout_Kill_Pindle
LootPindle,0



;==============================================================================
;Sorc Sleep for no-pause-runs
;==============================================================================
[Sleep]
S(@Random_Delay_Befor_Run)
EXIT

;==============================================================================
;Sorc PreCast
;==============================================================================
[PreCast]
K(@FrozenArmor_Key)
S(@Key_Push_Delay)
RC(300,200)
S(@Pre-Cast_Random_Delay)
K(@EnergyShield_Key);Comment If you dont have EnergyShield.
S(@Key_Push_Delay);Comment If you dont have EnergyShield.
RC(300,200) ;Comment If you dont have EnergyShield.
S(@Pre-Cast_Random_Delay);Comment If No EnergyShield.
EXIT

;==============================================================================
;Sorc Go to Act5 WP
;==============================================================================
[GoToAct5Wp]
;FUNC:A5WPtoATP;For Pindle only
FUNC:A5EWP ;For Eldrich/Shenk and Pindle
EXIT

;==============================================================================
;Sorc Switch to CTA
;==============================================================================
[SwitchCTA]
S(@WP_Menu_Delay)
SWITCH1
K(@BattleCommand_Key)
S(@Key_Push_Delay)
RC(500,60)
S(400)
K(@BattleOrder_Key)
S(@Key_Push_Delay)
RC(500,60)
S(400)
SWITCH2
K(@FrozenArmor_Key)
S(@Key_Push_Delay)
RC(300,200)
S(400)
K(@EnergyShield_Key)
S(@Key_Push_Delay)
RC(300,200)
S(400)
EXIT

;==============================================================================
;Sorc Go to Eldrich
;==============================================================================
[GoEld]
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
EXIT

;==============================================================================
;Sorc Kill Eldrich
;==============================================================================
[KillEld]
CLO
CMLM
KD(@StandStill_Key)
S(@Key_Push_Delay)
K(@Attack1_Key)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
K(@Attack2_Key)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
K(@Attack1_Key)
RCD(MFOC,IN)
CLO
CMLM
CMDEAD
CTOE

;==============================================================================
;Sorc Loot Eldrich
;==============================================================================
[LootEld]
S(300)
PICKIT(600)
S(200)
PICKIT(600)
EXIT


;==============================================================================
;*EITHER* Sorc Go Home after Eldrich
;==============================================================================
[GoHomeEld]
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

;==============================================================================
;*OR* Sorc Go Shenk
;==============================================================================
[GoShenk]
K(@Teleport_Key)
S(@Key_Push_Delay)
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

;==============================================================================
;Sorc Kill Shenk
;==============================================================================
[KillShenk]
CLO
CMLM
KD(@StandStill_Key)
S(@Key_Push_Delay)
K(@Attack1_Key)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
K(@Attack2_Key)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
K(@Attack_Loop_Delay)
RCD(MFOC,IN)
CLO
CMLM
CMDEAD
CTOE


;==============================================================================
;Sorc Loot Shenk
;==============================================================================
[LootShenk]
S(@Key_Push_Delay)
K(@Teleport_Key)
S(@Key_Push_Delay)
RC(700,550)
WEOT(@Wait_End_Of_Teleport_Delay)
S(300)
PICKIT(600)
S(200)
PICKIT(600)
EXIT

;==============================================================================
;Sorc Go Home after Shenk
;==============================================================================
[GoHomeShenk]
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

;==============================================================================
;Sorc Go Pindle
;==============================================================================
[GoPindleTP]
FUNC:A5WPtoATP

;==============================================================================
;Sorc Go Pindle
;==============================================================================
[GoPindle]
S(100)
K(@Teleport_Key)
S(@Key_Push_Delay)
BRC(380,-295)
WEOT(@Wait_End_Of_Teleport_Delay)
RC(696,64)
WEOT(@Wait_End_Of_Teleport_Delay)
RC(749,119)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
EXIT


;==============================================================================
;Sorc Kill Pindle
;==============================================================================
[KillPindle]
CLO
CMLM
KD(@StandStill_Key)
S(@Key_Push_Delay)
K(@Attack1_Key)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
K(@Attack2_Key)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
CMDEAD
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
CMDEAD
CTOE
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
CMDEAD
CTOE
K(@Attack1_Key)
RCD(MFOC,IN)
CMDEAD
CTOE
CLO
CMLM

;==============================================================================
;Sorc Loot Pindle
;==============================================================================
[LootPindle]
S(300)
K(@Teleport_Key)
S(@Key_Push_Delay)
BRC(60,90)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
CML
PICKIT(600)
S(300)
PICKIT(600)
EXIT
[Image: toomuchowneh8lr1.jpg]
Reply
#6
EHM PROBLEMSmile

bot work

1enter in game ,2 kill eld , 3pick item i thinks( because i have see only rare item and i thinks are too bad for pick) 4make a tp 5 go to malah for buy tp and sell item ( i thinks Smile ) now the sorc walk in town .. i see switch to teleport and go behind stash... i see save and exit game and error

emergency stop 1st run terminate abnormally read a event _ bot

maybe because i dont have a red tp for pindle??


my log are

04/20 17:07:09 [I]> Game Created successfully.
04/20 17:07:10 [I]> Starting from Act5.
04/20 17:07:12 [I]> Inventory reference: Sequences use TPs to Town and TP tome is in inventory :-)
04/20 17:07:12 [I]> Inventory reference:
== Inventory: ==
o o o o o o + + + +
o o o o o o + + + +
o o o o o o + + + +
o o o o o + + + + +
04/20 17:07:12 [I]> Inventory: 17 used 1*1 spaces.
04/20 17:07:54 [I]> Total Gold = 9797
04/20 17:08:04 [W]> Retry a missed teleport.
04/20 17:08:05 [W]> Retry a missed teleport.
04/20 17:08:07 [W]> Retry a missed teleport.
04/20 17:08:08 [W]> Retry a missed teleport.
04/20 17:08:09 [W]> Retry a missed teleport.
04/20 17:08:09 [E]> Teleport failed.
04/20 17:08:09 [W]> Sequence exit required. SEQ4 => WEOT . 1200 . 0
04/20 17:08:09 [E]> Failed or Fast exit required while applying GoShenk sequence.
04/20 17:08:28 [W]> Did not returned in BNet room after 15 secondes. Retry.
04/20 17:08:30 [I]> ==> Cycle: 1 => Run: 1 : Game duration: 81.3 seconds.
04/20 17:08:30 [E]> Emergency stop: first run creation failed.
04/20 17:08:30 [I]> The first run must return successful status everytime.


help srry my noobTongue
Reply
#7
Try running it again, it might have been lag.
[Image: toomuchowneh8lr1.jpg]
Reply
#8
i continue to see this error retorn to eld sell item go behind wp switch in teleport and walk behind stash... save and exit ...
erorr emergency

maybe because i have mm.bot544b5
and i dont use mm.bot544bu6? i have this too

this are my news logs:

04/20 17:41:03 [I]> Inventory: 17 used 1*1 spaces.
04/20 17:41:47 [W]> Failed while searching NPC menu on Malah NPC.
04/20 17:41:51 [I]> Total Gold = 597
04/20 17:41:54 [I]> Rejuv potion pickup stopped until next drink.
04/20 17:41:54 [I]> 1 new item(s) found in inventory.
04/20 17:42:04 [W]> Retry a missed teleport.
04/20 17:42:05 [W]> Retry a missed teleport.
04/20 17:42:07 [W]> Retry a missed teleport.
04/20 17:42:08 [W]> Retry a missed teleport.
04/20 17:42:09 [W]> Retry a missed teleport.
04/20 17:42:09 [E]> Teleport failed.
04/20 17:42:09 [W]> Sequence exit required. SEQ4 => WEOT . 1200 . 0
04/20 17:42:09 [E]> Failed or Fast exit required while applying GoShenk sequence.
04/20 17:42:28 [W]> Did not returned in BNet room after 15 secondes. Retry.
04/20 17:42:30 [I]> ==> Cycle: 1 => Run: 1 : Game duration: 90.6 seconds.
04/20 17:42:30 [E]> Emergency stop: first run creation failed.
04/20 17:42:30 [I]> The first run must return successful status everytime.

and this is my mm.bot


;==============================================================================
;========= Manus-Magnus Diablo2 Lod Global MM.BOT.5.xx configuration ==========
;================= http://perso.wanadoo.fr/manus-magnus =====================
;==============================================================================
; This file can be case sensitive, pay attention to write "Yes" and not "yes".
; All lines starting with a ";" are comments... All others are real variables.
; Commented information is important: Read all whatever is your bot experience.
;==============================================================================

[Processes]
;##############################################################################
;
; PROCESSES & KEYS USAGE
;
; * D2_Path => Specify your Diablo II path here (C:\Program Files\Diablo II)
; * D2_MultiKeys => <Yes> or <No>. If you got multiple Diablo2 keys for botting
; write Yes here and go complete the config\mm.MultiKeys.ini file. Simply!
;==============================================================================
D2_Path = C:\Program Files\Diablo II
D2_MultiKeys = No
;==============================================================================


[Extra]
;##############################################################################
;
; EXTRA DELAYS & SCRIPTS SETTINGS
;
;==============================================================================
; *Extra_CreateGameDelay => Delay in milliseconds before each game creation.
;------------------------------------------------------------------------------
Extra_CreateGameDelay = 12000
;------------------------------------------------------------------------------
; *Extra_RunsAmount => Maximum of runs before PAUSE the bot and apply the
; Extra_RunsAmountSleepTime. If you got more than 1 Cd-Keys set the bot will
; swap Keys sets each time the Extra_RunsAmount is reached!
; *Extra_RunsAmountSleepTime => This is the PAUSE Delay in minutes that apply
; once the Extra_RunsAmount is reached.
;------------------------------------------------------------------------------
Extra_RunsAmount = 10
Extra_RunsAmountSleepTime = 15
;------------------------------------------------------------------------------
; *Extra_RDGNE_SleepTime => PAUSE in minutes when IP BAN/Realm Down happen.
; NOTE: If you got more than 1 Cd-Keys set: the bot will swap Keys each time
; A IP BAN/Realm Down happen!
;------------------------------------------------------------------------------
Extra_RDGNE_SleepTime = 20
;------------------------------------------------------------------------------
; *Extra_RDGNE_Executable => Will execute this file ( example: IpReset.vbs )
; *Extra_RDGNE_ExecutablePath => Full path of this File ( example: C:\tests )
; NOTE:Executable & ExecutablePath are here for IP RESET Scripts...
;------------------------------------------------------------------------------
Extra_RDGNE_Executable = No
Extra_RDGNE_ExecutablePath = No
;------------------------------------------------------------------------------
; *Extra_D2LogsDelete => If "Yes" will delete systematicly D2 logs files...
;------------------------------------------------------------------------------
Extra_D2LogsDelete = No
;==============================================================================
; Fast help about settings above...
;==============================================================================
; CONSIDERING AROUND 1 MINUTE / RUN: (TWEAK IF YOUR RUN TIME IS DIFFERENT...)
;------------------------------------------------------------------------------
; 1/ IF YOU GOT ONLY 1 CD KEY SET:
; - Use the default settings above: the bot will make 10/ runs and sleep 15/
; minutes. If a Realm Down or IP ban happen it will sleep 20/ minutes...
; 2/ IF YOU GOT 2 CD KEY SETs: try 13/10/20
; 3/ IF YOU GOT 3 CD KEY SETs or more: 15/0/20
; 4/ IF YOU WANT TO GO MORE FAST, using IP reset script : 16+/0/0
; Note: if you got an Ip Reset Script you can setup Extra_RDGNE_SleepTime = 0
;------------------------------------------------------------------------------
; DONT FORGET THAT BLIZZARD ALLOWING A MAXIMUM OF 20 GAMES / HOUR / KEY SET...
;==============================================================================


;##############################################################################
;
; Optional scripts settings...
;
; Dedicated to third party or specific operations. Centralized in \Scripts.
; To simplify the whole things all scripts must be in the \Scripts folder, the
; working directory will be \Scripts. Example: PreLogin_Executable = Test.vbs
; Put "No" if you dont wanna use the option. Note: RUN WAIT is done.
;==============================================================================
; *PreLogin_Executable => Will be executed just before click "Connect to Bnet".
;------------------------------------------------------------------------------
PreLogin_Executable = No
;------------------------------------------------------------------------------
; *PostLogin_Executable => Will be executed after character selection.
;------------------------------------------------------------------------------
PostLogin_Executable = No
;------------------------------------------------------------------------------
; *GameStart_Executable => Will be executed at the very start of each new game.
; Only the corpse check/recovery and optional Server IP check are done before.
;------------------------------------------------------------------------------
GameStart_Executable = No
;==============================================================================


[Character]
;##############################################################################
;
; GLOBAL CHARACTER & GAME PARAMETERS
;
; * Char_Mode => Mode <Single> for single player or <Battle> for battle.net.
; ==> <SEQ> special mode will help for sequences building: the bot will
; directly run the sequences that are in the mm.BOT.Sequences.ini file. Thats
; means you have launch Diablo 2 yourself (via a shortcut with the correct
; parameters: -direct -txt -w -ns -title "Diablo II" ) and to put your char
; just after the desired TP or WP. Once done; launch the mm.bot.5xx.exe.
; * Char_Account => Your account (Only required if <Battle> mode selected)
; * Char_Password => Your password (Only required if <Battle> mode selected)
; * Char_Slot => Character position in account screen (<1> to <8>)
; * Char_Difficulty => Difficulty: <Normal>, <Nightmare> or <Hell>
; * Char_BNGamePass_String => Suit of keys the bot will use randomly
; to create your games names and passes. You can put the same key multiple
; times (not too much). Set 20+ characters, Personalize it, dont use spaces.
; * Char_BNGameName_Perso => If the parameter is different than "No" the bot
; will take the passed string adding incremented number behind it (1,2..etc..)
; as the new game name creation string, ignoring Char_BNGamePass_String.
; Char_BNGamePass_Perso => Will take this string as default game password
; if Char_BNGameName_Perso is different than "No"... Attention: Personalized
; Game Pass must contains more than 2 alpha numeric characters (a-z / 0-9)
; * Char_MessageSent => /dnd is recommended since messages from wispers have
; colors that -will- disturb the bot! Will be applied at each new cycle.
; Default is here /o igw that should be used with the \tools\FList utility.
; * Char_StartRunDelay => Hightly randomised delay at the absolute start of
; each run, when -in game- status is detected. (50-150)
;==============================================================================
Char_Mode = Battle
Char_Account = Wink
Char_Password = Wink
Char_Slot = 1
Char_Difficulty = Hell
Char_BNGamePass_String = 123456789-abcdefghijklmnopqrstuvwxyz
Char_BNGameName_Perso = No
Char_BNGamePass_Perso = No
Char_MessageSent = /o igw
Char_StartRunDelay = 150
;==============================================================================


;##############################################################################
;
; LIFE AND MERC PREFERENCES
;
; * Char_MalahHealLifePercent AND Char_MalahHealManaPercent => The life or
; Mana needed to heal at Heal NPC (10% step precision, minimum 10% mana,
; less than 10% will make the bot ignore mana need, and minimum 50% for life)
; * Char_DrinkPotionLifePercent AND Char_DrinkPotionManaPercent => The Life or
; Mana percent needed to drink Potion (10% step precision....)
; * Char_UseMerc => Detect and ressurrect merc if dead <Yes> or <No>
; * Char_HealMerc => Will gave rejuv to merc if life is ~1/3 <Yes> or <No>
; * Char_PreventiveChicken => Chicken if, after a drink the bot see there
; is only 1 column of potions left ? <Yes> or <No>
; * Char_StopIfNoPots => Stop the bot if no more pots in belt ? <Yes> or <No>
; * Char_MaxDrinks => Maximum of drinks allowed per sequence (ie: Eldritch
; attack sequence) if this number is overrided the bot will chicken.
; * Char_CharHealTimer => Minimum time interval in ms between 2 char drinks.
; * Char_MercHealTimer => Minimum time interval in ms between 2 merc drinks.
; * Char_MercWeaponSwitch => Will switch merc weapon when resurrect (infinity!)
;==============================================================================
Char_MalahHealLifePercent = 80
Char_MalahHealManaPercent = 70
Char_DrinkPotionLifePercent = 50
Char_DrinkPotionManaPercent = 10
Char_UseMerc = Yes
Char_HealMerc = Yes
Char_PreventiveChicken = Yes
Char_StopIfNoPots = Yes
Char_MaxDrinks = 4
Char_CharHealTimer = 400
Char_MercHealTimer = 800
Char_MercWeaponSwitch = Yes
;==============================================================================



;##############################################################################
;
; GAMBLE & DIABLO CLONE PREFERENCES
;
; * Char_StashGold => How much in inventory before stashing it ?
; * Char_GambleItem => Gambled item can be <Rings> OR <Amulets> OR <Circlets>
; * Char_GambleGoldStart => Gold amount to start gamble at Gamble NPC
; * Char_GambleGoldStop => Gold amount to stop gamble at Gamble NPC (>200k)
; * Char_GambleDelay => Delay before scan & iding, dont go below 800...
;==============================================================================
; * Char_IpFinderLastByte1,2,3 => Last byte of the server you are looking for.
; If good server is detected the bot will repeat the Precast Sequence Over &
; Over: thats means you need to have "cast in town" sequence to allow IDLE.
; As example Holy shield for pala, frozen armor for sorce, or others... Usage
; is No to ALL if you are NOT looking for a specific server. However put simple
; Bytes (ie: 66) if you search server(s). You can check up to 3 different IP.
; * Char_IpFinderExecutable => Name of the executable/script to launch when IP
; is found. (ie: MyWav.wav or MyScript.bat...)
; * Char_IpFinderExecutablePath => full path of the executable (ie: C:\MyFolder)
; NOTE: D2 window is re-maximized once your script/wav terminated to properly
; continue the IDLE using Precast to prevent bot focuse loose. Dont use a script
; or sound that runs too long. If ip found splash screen will spawn automaticly.
; NOTE: Make D2Clone appears at Eldtich and carry him to Shenk (easy kill).
;==============================================================================
Char_StashGold = 300000
Char_GambleItem = Rings
Char_GambleGoldStart = 1100000
Char_GambleGoldStop = 300000
Char_GambleDelay = 1200
;==============================================================================
Char_IpFinderLastByte1 = No
Char_IpFinderLastByte2 = No
Char_IpFinderLastByte3 = No
Char_IpFinderExecutable = No
Char_IpFinderExecutablePath = No
;==============================================================================


;##############################################################################
;
; DEFAULT INVENTORY & REPAIR PREFERENCES
;
; * Char_MiniFreeSpaces => At how much free spaces letf in inventory the bot
; will stop. Never let the bot continue to run while inventory & stash are full.
; NOTE: If you make multiple monsters and pickup rare you should have 24+ !
; If you are only pickup few uniques you can decrease the value to 12-16.
;==============================================================================
; * Char_ForceRepairCycle => Will force a repair to Larzuk every xx runs.
; If value = 0 auto check repair is activated at the start of each run.
; Damaged armors/Helms/etc... And -melee- weapons are automaticly detected.
; Its recommended to force/define a cycle, since the auto check burn ~500 ms
; If you have a sorce give 100 (repair every 100 runs...It's an example.)
;==============================================================================
Char_MiniFreeSpaces = 16
;==============================================================================
Char_ForceRepairCycle = 100
;==============================================================================


;##############################################################################
;
; KEYBOARD SETTINGS/KEYS
;
; * Char_Key_ClearScreen => The key for "clear screen" (look in controls)
; * Char_Key_Switch => The key you use to switch weapons (CTA or Eshield Switch)
; * Char_Key_AutoMap => The keyboard key you use to show the automap
; * Char_Key_Inventory => The keyboard key you use to view inventory
; * Char_Key_ShowItems => The keyboard key you use to view items on the floor
; * Char_Key_PotionsRow1 => Key for Potion 1 (from left to right)
; * Char_Key_PotionsRow2 => Key for Potion 2 (from left to right)
; * Char_Key_PotionsRow3 => Key for Potion 3 (from left to right)
; * Char_Key_PotionsRow4 => Key for Potion 4 (from left to right)
; NOTE : Example of keys: <SPACE>, <SHIFT>, <ALT>, <CTRL>, <F1>, <z>, <6>...
; NOTE : Use -simple- keys like SPACE or a, b, c, z.. instead of F1, F2, ALT
; if you are experiencing problems. Because -simple- keys can be more 'fast'.
; NOTE : Only rejuvenations potions are picked & recongnized by the BOT
; => Fill up the belt with REJUV / FULL REJUV potions before launching the bot.
; => If you want only drink full rejuvs edit the Xrare section of mm.PkId.ini.
;==============================================================================
Char_Key_ClearScreen = SPACE
Char_Key_Switch = w
Char_Key_AutoMap = TAB
Char_Key_Inventory = i
Char_Key_ShowItems = ALT
Char_Key_PotionsRow1 = 1
Char_Key_PotionsRow2 = 2
Char_Key_PotionsRow3 = 3
Char_Key_PotionsRow4 = 4
;==============================================================================




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

[Advanced Settings]
;##############################################################################
;
; MOUSE AND KEYBOARD DIABLO 2 DELAYS/SENSIVITY
;
; If you dont know leave these settings as default.
; * (A)D2_FastClickDelaysRange = <mini>,<maxi> => Fast Clicks are most "actions"
; clicks like attacks, moves, hide mouse...etc.. this is the randomized time
; from <mini> to <maxi> in milliseconds mouse will be pressed: down,delay,up.
; * (B)D2_SlowClickDelaysRange = <mini>,<maxi> => Slow Clicks category, same thing
; as above, but this concern only slow speed required delays like out-of-game
; menus, Npc menus, repair button...etc...
; * ©D2_MouseClickDownDelay => Length a click is held down before release (ms).
; This delay is the autoit minimum press time for all clicks.
; * (D)D2_SendKeyDownDelay => Length a key is held down before release (ms).
; This delay is the autoit minimum press time for all keys.
; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
; All these delays can be tweaked to fix problems OR to increase performances:
; => Total Click time = © + (A OR B) + little value (internal & randomized)
; => Total Press Key time = (D) + little value (internal & randomized)
; D2 game have a worst sensivity for clicks and keypresses on low speed comps.
; Increasing a few © or/and (D) if you think the game does not receive
; properly the clicks/keys orders, Also search around for all others settings
; like delays in sequences.
; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
; Test these delays if you need speed: A = 10,15, B = 120,140, C & D = 15
;==============================================================================
D2_FastClickDelaysRange = 20,30
D2_SlowClickDelaysRange = 120,140
D2_MouseClickDownDelay = 20
D2_SendKeyDownDelay = 20
;==============================================================================



;##############################################################################
;
; INTERACTS DELAYS
;
; If you dont know leave these settings as default.
; * Char_CheckMoveDelay => End of move detection Delay; more is low, more it
; will increase moves reactivity. If too much low the interacts or moves can
; become erratics...(milliseconds). Only concern walk/run moves
; - Try - values starting from 80 to 300 with steps of 20
; NOTE: Char_CheckMoveDelay IS AN IMPORTANT FACTOR OF OPTIMIZATION !!
; * ItemFocusDelay => time to wait before starting an iding scan, too much low
; delay can cause iding errors, too much high is time loss. >5 and <200.
; Usually is as low as computer is fast.
; * Weot_MiniDelay => When using the WEOT command: Minimum delay to wait before
; starting to check if the teleport was done or not. >300 and <800
; * Weot_ScanDelay => When using the WEOT command: Delay between each scan. A
; scan serve to check if teleport was effective or not. >40 and <500
; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
; Test this delay if you need speed: Char_CheckMoveDelay = 100
; If you got a sorce with fast cast rate test this: Weot_MiniDelay = 350
;==============================================================================
Char_CheckMoveDelay = 120
ItemFocusDelay = 70
Weot_MiniDelay = 600
Weot_ScanDelay = 100
;==============================================================================


;##############################################################################
;
; MISC & SPECIAL OPTIONS (some of them deserve support)
;
; If you dont know leave these settings as default.
;
; * BotProcessPriority => can be: Normal or Medium or High; default is medium
; but you can select High if you need more iding & pickit speed.
; ATTENTION: This option boost seriously the bot and all delays are impacted.
; * D2_RunStartKey => You can specify a Key that will be pressed at the
; start of each run. Designed to clear all messages from MapHack or any module.
; Must be done when third programs/hacks are used and disturb the bot due to
; screen messages. Leave it to <No> to dont use this option.
; * Misc_ByPassCheckCorpse => ByPass the Check of Corpse <Yes> ONLY if you are
; immortal... Maybe HC. This one will cute ~500 ms of game run time.
; * D2_PickitRescans => number of screen scans after the last pickup (pickit)
; * D2_PickitMaxRetries => max number of clicks done in a whole pickit action.
; * D2_SlowIntMDelay => Mouse Move speed for slow actions (fastest is 0)
; * D2_FastIntMDelay => Mouse Move speed for fast actions (fastest is 0)
; * D2_IdingMouseSpeed => Same thing as D2_Slow/FastIntMDelay usually at the
; same speed than D2_FastIntMDelay, But if you get iding errors set it to 2.
; * D2_MouseClickDelay => Length of the brief pause in between mouse clicks.
; * D2_SendKeyDelay => Length of the brief pause in between sent keystrokes.
; * LogScanDrop => <Yes> or <No> Will log all scanned on the grounds.
; * LogPicked => <Yes> or <No> Will log all picked/clicked on the ground items.
; * LogSold => <Yes> or <No> Will log all sold items and their statistics.
; * SleepMouseMoves => <Yes> or <No> If yes will move the mouse while sleep.
; * D2_WName => Name of the Diablo II window that the bot will look for.
; * D2_Executable => Name the the Diablo II executable file.
; * D2_CmdParameters => Diablo II executable parameters.
; * D2_SplashBotTitle => Defaut title you want for the bot splash window.
; * Bot_STOP_HotKey => HotKey that stop the bot, default is END
; * Bot_PAUSE_HotKey => HotKey that pause the bot, default is PAUSE
; * Bot_INILOAD_HotKey => HotKey that load .ini settings, default is INS
; (Insert key): Near all settings are reloaded, include PkId & Sequences !
; Note: Do not execute the INILOAD while attacking monsters...
;==============================================================================
BotProcessPriority = Medium
D2_RunStartKey = No
Misc_ByPassCheckCorpse = No
D2_PickitRescans = 1
D2_PickitMaxRetries = 8
D2_SlowIntMDelay = 2
D2_FastIntMDelay = 1
D2_IdingMouseSpeed = 1
D2_MouseClickDelay = 5
D2_SendKeyDelay = 5
LogScanDrop = Yes
LogPicked = Yes
LogSold = Yes
SleepMouseMoves = Yes
D2_WName = Diablo II
D2_Executable = Diablo II.exe
D2_CmdParameters = -w -ns -lq -direct -txt -title "Diablo II"
D2_SplashBotTitle =
Bot_STOP_HotKey = END
Bot_PAUSE_HotKey = PAUSE
Bot_INILOAD_HotKey = INS
;==============================================================================
CL_Sorc_Town_Pre_Cast, 0
CL_Sorc_Town_GoTo_PindleTP, 0
; CL_Sorc_Will_Use_Cta_OutTown, 0
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
CL_Sorc_GoTo_Eldritch, 0
CL_Sorc_Pre_Attack_Eldritch, @Timeout_Eldritch_Pre_Attack

the sequence is in the last SHIFT post Smile

HELP PLEASEBig Grin
Reply
#9
OK. Token, you are getting help here so you don't need to PM me anymore. This is where the experts reside.

Again, luck to you.
Reply
#10
I think I got it, copy this over the old sequence.
Code:
;##############################################################################

;
; INSERT THE SEQUENCES YOU WANT EXECUTE IN THIS FILE...
;
; NOTE FROM THE AUTHOR:
; Updated for ====== Version 5.43 ======
; Created by Sn0wDoG, Tweaked To Work Perfectly by KillerXxX
; And updated again by Sn0wDoG with new TP functions...
;

;##############################################################################

; 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 Toolsmm.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:

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

; 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...)
@StandStill_Key = G ; Standstill (must have it)
@Attack1_Key = F1 ; Blizzard / Meteor (must have it)
@Attack2_Key = F2 ; Galacial Spike / Fireball (must have it)
@Teleport_Key = F4 ; Teleport (must have it)
@EnergyShield_Key = F5 ; EnergyShield (leave blank if you dont have)
@FrozenArmor_Key = F6 ; Any Armor(Frozen,Shiver,Chilling) (leave blank if you dont have)
@Telekinese_Key = F7 ; Telekinesis (leave blank if you dont have)
@BattleCommand_Key = A ; BattleCommand (leave blank if you dont have)
@BattleOrder_Key = S ; BattleOrder (leave blank if you dont have)

;******NOTE: to use CTA uncomment the SwitchCTA sequence and******

;******comment the PreCast sequence in the [MAIN] below!!!!!******

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

; Eventually change the settings below to resolve problems or increase speed.

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

@Random_Delay_Before_Eldrich = 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_Kill_Eldrich = 13000 ; Maximum attack time on Eldritch (ms.)
@Timeout_Kill_Shenk = 12000 ; Maximum attack time on Shenk (ms.)
@Timeout_Kill_Pindle = 11000 ; Maximum attack time on Pindle (ms.)
@Random_Delay_Befor_Run = 140000,160000; , TOWN random delay before run (ms.)
; Use the last delay to make sure that your game is at least 3min long,
; so you can make runs without any pauses between.

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

@Pre-Cast_Random_Delay = 300,400 ; Random Delay when casting CTA or Pre-Cast (ms.)
@Attack_Loop_Delay = 50 ; Tweak it to change attacks loop/cast speed (ms.)
@Key_Push_Delay = 50 ; Delay to let the Skills appears at right click (ms.)
@WP_Menu_Delay = 300 ; Delay x2 to wait the WP menu appears at screen.
@Switch_Delay = 100 ; Delay to switch to CTA

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

;##############################################################################



; SEQUENCE:

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

; NOTE: You have 3 options:
; -You Kill Pindle Only then put a ";" in front of
;
; ;GoToAct5Wp,0
; ;SwitchCTA,0
; ;GoEld,0
; ;KillEld,@Timeout_Kill_Eldrich
; ;LootEld,0
; ;GoHomeEld,0
; ;GoPindleTP,0
;
; ;GoShenk,0
; ;KillShenk,@Timeout_Kill_Shenk
; ;LootShenk,0
; ;GoHomeShenk,0
;
; -OR You kill Eldrich/Pindle then put a ";" in front of
; ;GoShenk,0
; ;KillShenk,@Timeout_Kill_Shenk
; ;LootShenk,0
; ;GoHomeShenk,0
;
; -OR you kill Elrcich/Shenk/Pindle then put a ";" in front of
; ;GoHomeEld,0
; ;GoHomeShenk,0

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

;==============================================================================
;Sorc Main
;==============================================================================
[MAIN]
;Sleep,0

PreCast,0

GoToAct5Wp,0
SwitchCTA,0
GoEld,0
KillEld,@Timeout_Kill_Eldrich
LootEld,0
GoHomeEld,0

GoShenk,0
KillShenk,@Timeout_Kill_Shenk
LootShenk,0
GoHomeShenk,0
GoPindleTP,0

;SwitchCTA,0 ;This one is for Pindle Only!
;GoPindle,0
;KillPindle,@Timeout_Kill_Pindle
;LootPindle,0



;==============================================================================
;Sorc Sleep for no-pause-runs
;==============================================================================
[Sleep]
S(@Random_Delay_Befor_Run)
EXIT

;==============================================================================
;Sorc PreCast
;==============================================================================
[PreCast]
K(@FrozenArmor_Key)
S(@Key_Push_Delay)
RC(300,200)
S(@Pre-Cast_Random_Delay)
K(@EnergyShield_Key);Comment If you dont have EnergyShield.
S(@Key_Push_Delay);Comment If you dont have EnergyShield.
RC(300,200) ;Comment If you dont have EnergyShield.
S(@Pre-Cast_Random_Delay);Comment If No EnergyShield.
EXIT

;==============================================================================
;Sorc Go to Act5 WP
;==============================================================================
[GoToAct5Wp]
;FUNC:A5WPtoATP;For Pindle only
FUNC:A5EWP ;For Eldrich/Shenk and Pindle
EXIT

;==============================================================================
;Sorc Switch to CTA
;==============================================================================
[SwitchCTA]
S(@WP_Menu_Delay)
SWITCH1
K(@BattleCommand_Key)
S(@Key_Push_Delay)
RC(500,60)
S(400)
K(@BattleOrder_Key)
S(@Key_Push_Delay)
RC(500,60)
S(400)
SWITCH2
K(@FrozenArmor_Key)
S(@Key_Push_Delay)
RC(300,200)
S(400)
K(@EnergyShield_Key)
S(@Key_Push_Delay)
RC(300,200)
S(400)
EXIT

;==============================================================================
;Sorc Go to Eldrich
;==============================================================================
[GoEld]
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
EXIT

;==============================================================================
;Sorc Kill Eldrich
;==============================================================================
[KillEld]
CLO
CMLM
KD(@StandStill_Key)
S(@Key_Push_Delay)
K(@Attack1_Key)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
K(@Attack2_Key)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
K(@Attack1_Key)
RCD(MFOC,IN)
CLO
CMLM
CMDEAD
CTOE

;==============================================================================
;Sorc Loot Eldrich
;==============================================================================
[LootEld]
S(300)
PICKIT(600)
S(200)
PICKIT(600)
EXIT


;==============================================================================
;*EITHER* Sorc Go Home after Eldrich
;==============================================================================
[GoHomeEld]
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

;==============================================================================
;*OR* Sorc Go Shenk
;==============================================================================
[GoShenk]
K(@Teleport_Key)
S(@Key_Push_Delay)
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

;==============================================================================
;Sorc Kill Shenk
;==============================================================================
[KillShenk]
CLO
CMLM
KD(@StandStill_Key)
S(@Key_Push_Delay)
K(@Attack1_Key)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
K(@Attack2_Key)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
K(@Attack_Loop_Delay)
RCD(MFOC,IN)
CLO
CMLM
CMDEAD
CTOE


;==============================================================================
;Sorc Loot Shenk
;==============================================================================
[LootShenk]
S(@Key_Push_Delay)
K(@Teleport_Key)
S(@Key_Push_Delay)
RC(700,550)
WEOT(@Wait_End_Of_Teleport_Delay)
S(300)
PICKIT(600)
S(200)
PICKIT(600)
EXIT

;==============================================================================
;Sorc Go Home after Shenk
;==============================================================================
[GoHomeShenk]
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

;==============================================================================
;Sorc Go Pindle
;==============================================================================
[GoPindleTP]
FUNC:A5WPtoATP

;==============================================================================
;Sorc Go Pindle
;==============================================================================
[GoPindle]
S(100)
K(@Teleport_Key)
S(@Key_Push_Delay)
BRC(380,-295)
WEOT(@Wait_End_Of_Teleport_Delay)
RC(696,64)
WEOT(@Wait_End_Of_Teleport_Delay)
RC(749,119)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
EXIT


;==============================================================================
;Sorc Kill Pindle
;==============================================================================
[KillPindle]
CLO
CMLM
KD(@StandStill_Key)
S(@Key_Push_Delay)
K(@Attack1_Key)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
K(@Attack2_Key)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
CMDEAD
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
CMDEAD
CTOE
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
CMDEAD
CTOE
K(@Attack1_Key)
RCD(MFOC,IN)
CMDEAD
CTOE
CLO
CMLM

;==============================================================================
;Sorc Loot Pindle
;==============================================================================
[LootPindle]
S(300)
K(@Teleport_Key)
S(@Key_Push_Delay)
BRC(60,90)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
CML
PICKIT(600)
S(300)
PICKIT(600)
EXIT
[Image: toomuchowneh8lr1.jpg]
Reply
#11
i continue to have this problem .. i retry and re-try....
Reply
#12
up posting

pls help
Reply
#13
Try pasting this one over....that should do the trick, no trav, just eld/shenk (let me know if it works)
Code:
;##############################################################################

;
; INSERT THE SEQUENCES YOU WANT EXECUTE IN THIS FILE...
;
; NOTE FROM THE AUTHOR:
; Updated for ====== Version 5.43 ======
; Created by Sn0wDoG, Tweaked To Work Perfectly by KillerXxX
; And updated again by Sn0wDoG with new TP functions...
;

;##############################################################################

; 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 Toolsmm.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:

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

; 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...)
@StandStill_Key = G ; Standstill (must have it)
@Attack1_Key = F1 ; Blizzard / Meteor (must have it)
@Attack2_Key = F2 ; Galacial Spike / Fireball (must have it)
@Teleport_Key = F4 ; Teleport (must have it)
@EnergyShield_Key = F5 ; EnergyShield (leave blank if you dont have)
@FrozenArmor_Key = F6 ; Any Armor(Frozen,Shiver,Chilling) (leave blank if you dont have)
@Telekinese_Key = F7 ; Telekinesis (leave blank if you dont have)
@BattleCommand_Key = A ; BattleCommand (leave blank if you dont have)
@BattleOrder_Key = S ; BattleOrder (leave blank if you dont have)

;******NOTE: to use CTA uncomment the SwitchCTA sequence and******

;******comment the PreCast sequence in the [MAIN] below!!!!!******

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

; Eventually change the settings below to resolve problems or increase speed.

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

@Random_Delay_Before_Eldrich = 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_Kill_Eldrich = 13000 ; Maximum attack time on Eldritch (ms.)
@Timeout_Kill_Shenk = 12000 ; Maximum attack time on Shenk (ms.)
@Timeout_Kill_Pindle = 11000 ; Maximum attack time on Pindle (ms.)
@Random_Delay_Befor_Run = 140000,160000; , TOWN random delay before run (ms.)
; Use the last delay to make sure that your game is at least 3min long,
; so you can make runs without any pauses between.

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

@Pre-Cast_Random_Delay = 300,400 ; Random Delay when casting CTA or Pre-Cast (ms.)
@Attack_Loop_Delay = 50 ; Tweak it to change attacks loop/cast speed (ms.)
@Key_Push_Delay = 50 ; Delay to let the Skills appears at right click (ms.)
@WP_Menu_Delay = 300 ; Delay x2 to wait the WP menu appears at screen.
@Switch_Delay = 100 ; Delay to switch to CTA

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

;==============================================================================
;Sorc Main
;==============================================================================
[MAIN]
;Sleep,0

PreCast,0

GoToAct5Wp,0
SwitchCTA,0
GoEld,0
KillEld,@Timeout_Kill_Eldrich
LootEld,0
;GoHomeEld,0

GoShenk,0
KillShenk,@Timeout_Kill_Shenk
LootShenk,0
GoHomeShenk,0
;GoPindleTP,0

;SwitchCTA,0 ;This one is for Pindle Only!
;GoPindle,0
;KillPindle,@Timeout_Kill_Pindle
;LootPindle,0



;==============================================================================
;Sorc Sleep for no-pause-runs
;==============================================================================
[Sleep]
S(@Random_Delay_Befor_Run)
EXIT

;==============================================================================
;Sorc PreCast
;==============================================================================
[PreCast]
K(@FrozenArmor_Key)
S(@Key_Push_Delay)
RC(300,200)
S(@Pre-Cast_Random_Delay)
K(@EnergyShield_Key);Comment If you dont have EnergyShield.
S(@Key_Push_Delay);Comment If you dont have EnergyShield.
RC(300,200) ;Comment If you dont have EnergyShield.
S(@Pre-Cast_Random_Delay);Comment If No EnergyShield.
EXIT

;==============================================================================
;Sorc Go to Act5 WP
;==============================================================================
[GoToAct5Wp]
;FUNC:A5WPtoATP;For Pindle only
FUNC:A5EWP ;For Eldrich/Shenk and Pindle
EXIT

;==============================================================================
;Sorc Switch to CTA
;==============================================================================
[SwitchCTA]
S(@WP_Menu_Delay)
SWITCH1
K(@BattleCommand_Key)
S(@Key_Push_Delay)
RC(500,60)
S(400)
K(@BattleOrder_Key)
S(@Key_Push_Delay)
RC(500,60)
S(400)
SWITCH2
K(@FrozenArmor_Key)
S(@Key_Push_Delay)
RC(300,200)
S(400)
K(@EnergyShield_Key)
S(@Key_Push_Delay)
RC(300,200)
S(400)
EXIT

;==============================================================================
;Sorc Go to Eldrich
;==============================================================================
[GoEld]
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
EXIT

;==============================================================================
;Sorc Kill Eldrich
;==============================================================================
[KillEld]
CLO
CMLM
KD(@StandStill_Key)
S(@Key_Push_Delay)
K(@Attack1_Key)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
K(@Attack2_Key)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
K(@Attack1_Key)
RCD(MFOC,IN)
CLO
CMLM
CMDEAD
CTOE

;==============================================================================
;Sorc Loot Eldrich
;==============================================================================
[LootEld]
S(300)
PICKIT(600)
S(200)
PICKIT(600)
EXIT


;==============================================================================
;*EITHER* Sorc Go Home after Eldrich
;==============================================================================
;[GoHomeEld]
;K(@TP_Scroll_Key)
;S(@Key_Push_Delay)
;FUNC:TOWNTP; Return to town using tp
;FUNC:A5TownPoint
;EXIT

;==============================================================================
;*OR* Sorc Go Shenk
;==============================================================================
[GoShenk]
K(@Teleport_Key)
S(@Key_Push_Delay)
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

;==============================================================================
;Sorc Kill Shenk
;==============================================================================
[KillShenk]
CLO
CMLM
KD(@StandStill_Key)
S(@Key_Push_Delay)
K(@Attack1_Key)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
K(@Attack2_Key)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
K(@Attack_Loop_Delay)
RCD(MFOC,IN)
CLO
CMLM
CMDEAD
CTOE


;==============================================================================
;Sorc Loot Shenk
;==============================================================================
[LootShenk]
S(@Key_Push_Delay)
K(@Teleport_Key)
S(@Key_Push_Delay)
RC(700,550)
WEOT(@Wait_End_Of_Teleport_Delay)
S(300)
PICKIT(600)
S(200)
PICKIT(600)
EXIT

;==============================================================================
;Sorc Go Home after Shenk
;==============================================================================
[GoHomeShenk]
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

;==============================================================================
;Sorc Go Pindle
;==============================================================================
[GoPindleTP]
FUNC:A5WPtoATP

;==============================================================================
;Sorc Go Pindle
;==============================================================================
[GoPindle]
S(100)
K(@Teleport_Key)
S(@Key_Push_Delay)
BRC(380,-295)
WEOT(@Wait_End_Of_Teleport_Delay)
RC(696,64)
WEOT(@Wait_End_Of_Teleport_Delay)
RC(749,119)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
EXIT


;==============================================================================
;Sorc Kill Pindle
;==============================================================================
[KillPindle]
CLO
CMLM
KD(@StandStill_Key)
S(@Key_Push_Delay)
K(@Attack1_Key)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
K(@Attack2_Key)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
CMDEAD
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
CMDEAD
CTOE
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
CMDEAD
CTOE
K(@Attack1_Key)
RCD(MFOC,IN)
CMDEAD
CTOE
CLO
CMLM

;==============================================================================
;Sorc Loot Pindle
;==============================================================================
[LootPindle]
S(300)
K(@Teleport_Key)
S(@Key_Push_Delay)
BRC(60,90)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
CML
PICKIT(600)
S(300)
PICKIT(600)
EXIT
Reply
#14
Very good is ok!

i have a question :

when i dont have a potion heal i can set the bot for buy it ? or for pick it? i drink 3-4 pot at run and in 10 run ~ the bot stop


and i can add a council in this sequence ? thx uSmile

Additional Comment:
i have another problem sometimes by shenk sorc open a tp but shenk is not die..(my life is at max or half) i need increase a delay? help pls
Reply
#15
token Wrote:Very good is ok!

i have a question :

when i dont have a potion heal i can set the bot for buy it ? or for pick it? i drink 3-4 pot at run and in 10 run ~ the bot stop


and i can add a council in this sequence ? thx uSmile

Additional Comment:
i have another problem sometimes by shenk sorc open a tp but shenk is not die..(my life is at max or half) i need increase a delay? help pls



First person I ever helped programming wooohoooo!!!!

What lvl are you and what equipment do you and your merc use??

you should use rejuvinations, (preferably full of course). Since you cannot buy these you need to set the bot to pick them up. Its the default in the Pkid file unless you changed it. If your not picking up enough try to get better armor/eq for your self and your merc. In the bot.ini file you can also set the maximum number of drinks, and you can lower the percent life/mana before you drink (not too much).
Ill try to repost a trav sequence later, but you should be able to find it posted by shift... think he posted it several times in the last month....
Reply
#16
life 758 mana 969 i have cta 2

Tal Set
WT
1 raven
1 nagel
Lidless
change guards

merch:
bonehew 556 max damage (no eth) (no gems)
griswold heart with 3 sock no gems in it
crown of thieves (life steal and life)

inventory

0000000 x x x x all find charm and 1 torch assa (fore resistenceTongue)

my merch no die i die usually i have problem sorc pick item and leave game but shenk is not die ?help?
can i use other item?
i need increare a delay for shrenk sequence? how? pls help
Reply
#17
up post
Reply
#18
If your teleporting back to down without having killed shenk and your life is still full and so is your mercs its most likely that you need to add a round of chain lightning. Your current cycle of 5 attacks or whatever you do is enough damage. Either that or You can baal run for a few more lvls or switch out some of your MF gear for gear to add to your attack power. If your using that sh**ty tal orb, swap it out for an eldritch or somehting. Get yourself a stormshield or a spirit but soemthing better than lidless and throw on some frostbrn/magefists... the extra FCR cant hurt. Occasionaly shenk walks away from my hammerdin and out of range, once in a while he gets away alive, but usually my merc finishes him off. Maybe you can up your merc damage (new wep, more lvls).

What realm are you again I can prolly hook you up with somethin? (im useast ladder)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Hybrid sorc attacking confrig plz kaosme69 5 140 08-07-2012, 05:25 AM
Last Post: comper
  looking for d2 classic mf sorc bot losturpixels 1 177 06-26-2012, 09:01 PM
Last Post: masivb
  D2nt Sorc wont run baal/chaos forcefedflesh 13 631 01-22-2012, 12:49 AM
Last Post: comper
  help with D2NT etal attack scripts Lite Sorc Plethora 1 1,681 12-10-2011, 09:20 AM
Last Post: comper
  Bliz sorc Meph and Andy Norman13 3 487 11-06-2011, 03:01 PM
Last Post: Norman13
  Can I get some help with a Light Sorc Script SmackGoneWild 10 485 09-27-2011, 10:35 AM
Last Post: bugme143
  iso light sorc chaos baal script spin 0 392 09-10-2011, 02:26 AM
Last Post: spin
  In need of dream sorc script hornbegd 0 239 09-06-2011, 10:44 PM
Last Post: hornbegd
  default sorc script StatiK 2 359 08-10-2011, 12:11 AM
Last Post: fellupahill
  Sorc script using wrong attacks? StatiK 0 159 07-18-2011, 11:01 AM
Last Post: StatiK

Forum Jump:


Users browsing this thread: 1 Guest(s)