Only thing you can do it edit the script to make it tele and stuff, which is pretty damn hard I can't do it and I don't want to try, or you can check this link to see if there is a different, maybe better, script for trav. http://www.mmbot.net/modules.php?nam...viewforum&f=44
Additional Comment:
ATT your control keys are not properly defined!
you must setup ALL the game control keys defined in the mm.bot.ini file
the Default keys of mm.bot.ini are not necessary the same than yours!
Last edited by UberMF; 09-28-2006 at 12:59 AM.
Reason: [Automerged Doublepost]
This is my first time useing mmbot and did what it said on the very first page but this. I just need to know is this the right sequences stuff I need to copy in my old sequence for a tele hammerdin with cta?
Thank you shift I did a email by miss stake sorry. I have some back problems and take a lot of pain meds so I dont always think clear. That maybe my problem now. I get a error: Autoit Scripts are in sequences but AutoitV3 is not installed!.
I did find the AutoitV3 program at AutoIt v3 - Downloads
Thanks to Snipz. My new error is:
Error reading the file:
\C:\Program Files\Diablo II\Scripts\MonsterCenter.Au3
When I check my Events_Bot log this is what it has.
10/14 15:20:29 [i]> Inventory: 6 used 1*1 spaces.
10/14 15:20:45 [W]> Time out while switching. Cannot see primary skin at left skill when switching back. Retry.
10/14 15:21:09 [i]> Drink a rejuv potion.
10/14 15:21:09 [W]> Merc seems dead!
10/14 15:21:09 [W]> Sequence exit required. SEQ3 => CML . 0 . 0
10/14 15:21:09 [E]> Failed or Fast exit required while applying Pickit sequence.
10/14 15:21:09 [i]> Actual sequence doesnt have "town" in its name AND TP is used in sequences:
10/14 15:21:09 [W]> The bot will jump to next TOWN named sequence: Town
10/14 15:21:10 [i]> Drink a rejuv potion.
10/14 15:21:17 [i]> Drink a rejuv potion.
10/14 15:21:21 [i]> User have stopped the bot.
Thnak you very much for your time. Any help on this and I will be very thankfull.
Last edited by Evilbnet; 10-14-2006 at 07:37 PM.
Reason: Just Not shure what to due
Back again :\. Before i start botting it clicks on battle.net and a message pops up saying:
"The Cd-key used to install this application was intended for another product. Please reinstall this application and use the correct Cd-key."
Can a mmbot.net admin help me out. It keeps saying i have an invalid ip trying to enter the site. Im using a Router/modem and im not sure what ip proxy they are using. Could someone plz tell me whats going on?
Well ive had this problem now for 4 days now, could a mmbot.net web admin get in touch with me plz to try and resolve the issue? I wanna look for some hdin squences and i have some trades i have to answer back to soon.
My diablo is not where the program is looking how do i change the program to a diferent directory?
My d2s on d drive not c drive..
go to where u have mm bot saved and click config then mm.bot and u should see this
[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
;================================================= =============================
okay, im using this frozen orb pindle one, and i got temp banned. so that means next one is perm banned, and i dont have extra cd-keys, not sure why i would get banned if i did it right. anyone have any problems? ill show the sequence...
Code:
;==========>>Teleport Script Series<<=========
;Script: Frozen Orb Sorceress
;Author: PoweredDeath
;Based: Nicotine's Blizzard Sorc
;Monsters: Pindle
;Version: 5.44 Final
;Date: MAY. 23, 2006
;Tested: Hell
;WebSite: http://www.mmbot.net
;=============================================
;=============================================
;Structure
;=============================================
; Internal Function
; Skill
; Wait
; Location Click
;=============================================
;///FROZEN ORB ON LEFT CLICK\\\
@Teleport = f1 ; Teleport Skill Key (must have it)
@Frozen_Armor = ; Frozen Armor Skill Key (put a blank if you dont have)
@Energy_Shield = f2 ; Energy Shield Skill Key (put a blank if you dont have)
@Battle_Commands = ; Battle Commands Skill Key (leave blank if you dont have)
@Battle_Orders = ; Battle Orders Skill Key (leave blank if you dont have)
;@Glacial_Spike = g
@Standstill = h ; Do not use SHIFT
;=============================================
; Eventually change the settings below to resolve problems or increase speed.
;=============================================
@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
@Key_Push_Delay = 100
@Loop_Delay = 100
@Pickit_Delay = 600
@Random_Sleep = 300
;////////////////////////////////////////////////////////////
;=====================> Start of Sequence
;////////////////////////////////////////////////////////////
[MAIN]
Precast,0
GotoAnya,0
Blizz1,0
CTA,0 ; Change to ;CTA,0 if you don't have CTA
GotoPindle,0
; Freeze,@Pindle_Freeze_Length
Kill,@Pindle_Attack_Length
Pickit,0
;////////////////////////////////////////////////////////////
;=====================> Frozen Orb Sorc Precast
;////////////////////////////////////////////////////////////
[Precast]
K(@Frozen_Armor)
S(@PreCast_Delay)
RC(300,200)
S(@Key_Push_Delay)
K(@Energy_Shield)
S(@PreCast_Delay)
RC(300,200)
S(@Random_Delay1)
EXIT
;////////////////////////////////////////////////////////////
;=====================> Frozen Orb Sorc Go to Anya TP
;////////////////////////////////////////////////////////////
[GotoAnya]
FUNC:A5WPtoATP
EXIT
;////////////////////////////////////////////////////////////
;=====================> Frozen Orb Sorc Casts CTA
;////////////////////////////////////////////////////////////
; [CTA]
; 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
;////////////////////////////////////////////////////////////
;=====================> Frozen Orb Sorc Teles to Pindle
;////////////////////////////////////////////////////////////
[GotoPindle]
CLM
;CML
K(@Teleport)
S(@Key_Delay)
BRC(286,-310)
WEOT(@Tele_Delay1)
RC(798,92)
WEOT(@Tele_Delay1)
RC(601,153)
WEOT(@Tele_Delay2)
RC(623,213)
WEOT(@Tele_Delay2)
CLM
;CML
EXIT
;////////////////////////////////////////////////////////////
;=====================> Frozen Orb Sorc Freezes Pindle
;////////////////////////////////////////////////////////////
;[Freeze]
; K(@Glacial_Spike)
;S(@Key_Delay)
; RCD(MFOC)
; S(@Loop_Delay)
; CLM
; CML
; CTOE
;////////////////////////////////////////////////////////////
;=====================> Frozen Orb Sorc Kills Pindle
;////////////////////////////////////////////////////////////
[Kill]
KD(@Standstill)
S(@Key_Delay)
LCD(MFOC)
S(@Loop_Delay)
CLM
;CML
CMDEAD
CTOE
;////////////////////////////////////////////////////////////
;=====================> Frozen Orb Sorc loots Pindle
;////////////////////////////////////////////////////////////
[Pickit]
PICKIT(@Pickit_Delay)
S(@Random_Sleep)
EXIT