Posts: 104
Threads: 37
Joined: Oct 2005
Reputation:
0
02-17-2006, 09:03 AM
(This post was last modified: 02-17-2006, 09:03 AM by Club Nightfly.)
Well, D2 lags a bit on my computer since it is pretty old. I play in windowed mode and at 800x600 res. I was just wondering if anyone knows if the bot can still work under these circumstances. I have a lvl 90 blizz sorc and just want to pindle, that's it, nothing fancy. Also can anyone tell me how long it takes to setup? Don't know much about the scripts that I'll need, but I'm sure I'll find one on these forums
Additional Comment:
Oops, I didnt put this in the mm.bot sub-forum section, can a mod please move this there
Posts: 2,649
Threads: 74
Joined: Aug 2005
Reputation:
0
mm.BOT automatically runs in windowed mode. I think the only thing you will have to change out of game and stuff is to change the color quality from 32bit to 16bit. It doesn't take that long to set-up. All you have to do is go into you mm.BOT.ini and change the accnt name a pw and char slot and stuff like that. Then you have to get a blizz sequence that I can get for you if you want, then change the skills keys.
Posts: 104
Threads: 37
Joined: Oct 2005
Reputation:
0
Ok thanks, and yea if you can get me a blizz sequence it would be greatly appreciated
Posts: 2,649
Threads: 74
Joined: Aug 2005
Reputation:
0
Ok, here is the sequence, just paste it over the default one, then change the skill keys to match yours in game.
;==========>>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 = 500
@WarCry_Delay = 500
@Pindle_Freeze_Length = 500
@Pindle_Attack_Length = 9500
@Tele_Delay1 = 350
@Tele_Delay2 = 300
@Walk_Delay = 700
@Key_Delay = 50
@Loop_Delay = 100
@Pickit_Delay = 600
@Random_Sleep = 300
;==========================> /Delays
;==========================> Skills
@Teleport = f2
@Blizzard = f1
@Chilling_Armor = f3
@Glacial_Spike = f4
@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]
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)
;==========================> Blizzard Sorc Go to pindle
[NblizzOutTown]
K(@Teleport)
S(@Key_Delay)
BRC(400,-310)
WEOT(@Tele_Delay1)
RC(680,60)
WEOT(@Tele_Delay1)
BRC(510,0)
WEOT(@Tele_Delay2)
CLM
EXIT
;==========================> Blizzard Sorc Freeze Pindle Attack
[NblizzPindleFreeze]
K(@Glacial_Spike)
S(@Key_Delay)
RCD(MFOC,IN)
S(@Loop_Delay)
CLM
CMLM
CTOE
;==========================> Blizzard Sorc Final Pindle Attack
[NblizzPindleKill]
K(@Blizzard)
S(@Key_Delay)
RCD(MFOC,IN)
S(@Loop_Delay)
CLM
CMLM
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
Posts: 104
Threads: 37
Joined: Oct 2005
Reputation:
0
Ok thanks kyle, I got a few errors while I tried to run it and I fixed em all so far until this one here...
02/12 16:14:08 [E]> FromBlockClickTo Error ID: 450, 100, 790, 420, -475, 260, 2, 0
02/12 16:14:14 [E]> FromBlockClickTo Error ID: 5, 35, 300, 300, 175, 185, 0, 0
02/12 16:14:19 [E]> Failed while trying to take Anya tp to go to Pindle Area.
Don't know if the first two lines have anything to do with it but I see the word erroe so Imma just post it jus in case.
The bot checks inv and starts running, right before the wp she stops and cast shiver armor but then crashes and thats what my log says. i don't know if the prob is in the seqence or not so I really could use your help, or anyone else who can help me solve this problem.
Thanks
Posts: 2,649
Threads: 74
Joined: Aug 2005
Reputation:
0
Club Nightfly Wrote:Ok thanks kyle, I got a few errors while I tried to run it and I fixed em all so far until this one here...
02/12 16:14:08 [E]> FromBlockClickTo Error ID: 450, 100, 790, 420, -475, 260, 2, 0
02/12 16:14:14 [E]> FromBlockClickTo Error ID: 5, 35, 300, 300, 175, 185, 0, 0
02/12 16:14:19 [E]> Failed while trying to take Anya tp to go to Pindle Area.
Don't know if the first two lines have anything to do with it but I see the word erroe so Imma just post it jus in case.
The bot checks inv and starts running, right before the wp she stops and cast shiver armor but then crashes and thats what my log says. i don't know if the prob is in the seqence or not so I really could use your help, or anyone else who can help me solve this problem.
Thanks According to what that says, the bot looks for the anya TP and can't find one, most likely there isn't one. Do you have the anya TP?
Posts: 104
Threads: 37
Joined: Oct 2005
Reputation:
0
02-18-2006, 09:16 AM
(This post was last modified: 02-18-2006, 09:16 AM by Club Nightfly.)
Yes, I am 100% sure I have anya red tp, I just checked
Additional Comment:
Ok, i looked everything over and ran the bot again, this time it worked. But at run 4 it quit then again on run 5, I checked the log and here's what I found
[Run 4]
02/12 16:47:08 [W]> Failed while searching NPC menu on Malah NPC.
02/12 16:47:11 [I]> Total Gold = 27865
02/12 16:47:13 [I]> 2 new item(s) found in inventory.
02/12 16:47:40 [E]> Failed to go from A5 Town WP to Anya tp.
[Run 5]
02/12 16:48:25 [E]> MalahToDownStairs pathing function failed.
02/12 16:48:27 [I]> ==> Cycle: 1 => Run: 5 : Game duration: 12.7 seconds.
02/12 16:48:27 [I]> ==> Cycle: 1 => Run: 5 Finished. Status: Uncomplete.
Posts: 2,649
Threads: 74
Joined: Aug 2005
Reputation:
0
Well, only thing I can tell ya is to re start the bot and see if the error comes up again, because it worked for me. It could have been lag or something so just try it agian and get back to me with the error.
Posts: 361
Threads: 14
Joined: Sep 2005
Reputation:
0
Its either lag or the pathing is wrong, by the sounds of it its more lag, when in a game(not mmbot game) type /fps and press enter, post here what your ping and fps is
Posts: 104
Threads: 37
Joined: Oct 2005
Reputation:
0
I got it, yep you guys were correct, it was lag [had limewire running] so everything is going smoothly. Just have 2 more questions
1. About the delay time stuff between games, I am using only one cd key and just doing pindle, so far what I seen, each run is around 45secs - 1min. Was wondering if the default setting is the best for it? If not, what should I change it to?
2. about the items config. [pikid i think], can anyone give me one maybe that they use that includes more sets, socketed items and such. I would try to change it myself, but since I started this scripting/botting thing only a few hours ago, dont want to screw anything up.
Posts: 2,649
Threads: 74
Joined: Aug 2005
Reputation:
0
I can help you on the first one, just change the game creation delay up (located in your mm.BOT.ini), mine is set to 15000, but you can change it to w/e.
Posts: 104
Threads: 37
Joined: Oct 2005
Reputation:
0
Well, i got it to work pretty good. When i got up this morning my realm was down, it happened about 3AM. Just changed the delay to 15000, but was wondering, how long does this R/D usually last, it's been down from 3AM - Present [8PM]
Posts: 2,649
Threads: 74
Joined: Aug 2005
Reputation:
0
Anywhere from 5 minutes to 3 days, but it shouldn't take long if you were botting, and 5 hours is not good so try renewing your ip address.
-600th post!
Posts: 361
Threads: 14
Joined: Sep 2005
Reputation:
0
Club Nightfly Wrote:Well, i got it to work pretty good. When i got up this morning my realm was down, it happened about 3AM. Just changed the delay to 15000, but was wondering, how long does this R/D usually last, it's been down from 3AM - Present [8PM]
Make the run/sleep 10/20, That will make sure you get no r/d (hopefully)
Posts: 104
Threads: 37
Joined: Oct 2005
Reputation:
0
Well, I got a hammerdin lvl 80, and got him nigma, hoto, cta and such. Was wonderng if I could get a hammerdin sequence with the weapon switch to cta and the Battle order/command. Also, if it can incorporate all the bosses it can do in act 5, pindle, eldritch, shenk if i remeber correct. thanks
also, since im not doing just pindle anymore, would the delays still be the same, if not can i get a suggestion what i should try for doing 3 bossses
Posts: 2,649
Threads: 74
Joined: Aug 2005
Reputation:
0
Here's that sequence for ya:
Quote:Hammerdin
Eldritch + Shenk + Pindle
;==========>>Teleport Script Series<<==========
;Script: Hammerdin
;Author: Nicotine
;Based: Gbud
;Monsters: Eldritch, Shenk and Pindle
;Version: 5.43+
;Date: NOV. 02, 2005
;Tested: Hell
;WebSite: http://mmscripts.omnesia.net
;=============================================
;==========>>Updates<<==========
;
;Updated: Nov. 13, 2005 --> CTA Support
;
;===============================
;==========================> Delays
@Random_Delay1 = 2500,7500
@Random_Delay2 = 5000,10000
@Switch_Delay = 100
@PreCast_Delay = 100
@WarCry_Delay = 350
@Eldritch_Attack_Length = 9500
@Shenk_Attack_Length = 9500
@Pindle_Attack_Length = 9500
@Tele_Delay1 = 400
@Tele_Delay2 = 300
@Walk_Delay = 400
@Key_Delay = 50
@Loop_Delay = 100
@Pickit_Delay = 600
@Random_Sleep = 300
;==========================> /Delays
;==========================> Skills
@Teleport = f2
@Concentration = f1
@Vigor = f3
@Cleansing =
@Holy_Shield = f4
@Battle_Orders = f5
@Battle_Command = f6
@Standstill = G
@Town_Portal = f8
;==========================> /Skills
;==========================> Hammerdin Sequences MAIN
[MAIN]
HummerPreCast,0
GotoAct5Wp,0
HummerCTA,0
HummerToEld,0
HummerVsEld,@Eldritch_Attack_Length
HummerPostEld,0
HummerToShenk,0
HummerVsShenk,@Shenk_Attack_Length
HummerPostShenk,0
HummerToTown,0
HummerToAnya,0
HummerToPindle,0
HummerKillsPindle,@Pindle_Attack_Length
HummerPostPindle,0
;==========================> Hammerdin Pre Casts
[HummerPreCast]
K(@Holy_Shield)
S(@Key_Delay)
RC(400,300)
S(@PreCast_Delay)
K(@Vigor)
S(@Key_Delay)
EXIT
;==========================> Hammerdin Prepares
[GotoAct5Wp]
SR(@Random_Delay1)
FUNC:A5EWP
EXIT
;==========================> Hammerdin Shouts
[HummerCTA]
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)
;==========================> Hammerdin Travels to Eldritch
[HummerToEld]
K(@Teleport)
S(@Key_Delay)
BRC(130,-60)
WEOT(@Tele_Delay1)
BRC(80,-335)
WEOT(@Tele_Delay1)
RC(400,150)
WEOT(@Tele_Delay2)
K(@Concentration)
S(@Key_Delay)
CLM
CML
EXIT
;==========================> Hammerdin Kills Eldritch
[HummerVsEld]
KD(@Standstill)
S(@Key_Delay)
LCD(580,320)
S(@Loop_Delay)
CMDEAD
CLM
CML
CTOE
;==========================> Hammerdin Loots the Corpse
[HummerPostEld]
K(@Cleansing)
S(@Key_Delay)
PICKIT(@Pickit_Delay)
S(@Random_Sleep)
CLM
CML
EXIT
;==========================> Hammerdin Travels to Shenk
[HummerToShenk]
K(@Teleport)
S(@Key_Delay)
RC(275,515)
WEOT(@Tele_Delay1)
RC(550,550)
WEOT(@Tele_Delay1)
BRC(400,110)
WEOT(@Tele_Delay1)
RC(700,520)
WEOT(@Tele_Delay1)
RC(700,520)
WEOT(@Tele_Delay1)
RC(600,550)
WEOT(@Tele_Delay1)
RC(700,520)
WEOT(@Tele_Delay1)
RC(690,350)
WEOT(@Tele_Delay1)
RC(700,550)
WEOT(@Tele_Delay2)
K(@Concentration)
S(@Key_Delay)
CLM
CML
EXIT
;==========================> Hammerdin Beats Down Shenk
[HummerVsShenk]
KD(@Standstill)
S(@Key_Delay)
LCD(700, 350)
S(@Loop_Delay)
CMDEAD
CLM
CML
CTOE
;==========================> Hammerdin Loots Shenk
[HummerPostShenk]
S(@Key_Delay)
K(@Vigor)
S(@Random_Sleep)
PICKIT(@Pickit_Delay)
S(@Random_Sleep)
CLM
CML
EXIT
;==========================> Hammerdin Travels to Town
[HummerToTown]
K(@Town_Portal)
S(@Key_Delay)
FUNC: TOWNTP
S(@Key_Delay)
K(@Cleansing)
S(@Random_Delay2)
S(@Key_Delay)
K(@Vigor)
FUNC:A5TownPoint
EXIT
;==========================> Hammerdin Travels to Anya''s Portal
[HummerToAnya]
FUNC:A5WPtoATP
;==========================> Hammerdin Charges Pindle
[HummerToPindle]
K(@Teleport)
S(@Key_Delay)
CLM
CML
BRC(400,-310)
WEOT(@Tele_Delay1)
RC(700,30)
WEOT(@Tele_Delay1)
BRC(555,-80)
WEOT(@Tele_Delay1)
BRC(300,0)
WEOT(@Tele_Delay2)
K(@Concentration)
S(@Key_Delay)
EXIT
;==========================> Hammerdin Destroys Pindle
[HummerKillsPindle]
KD(@Standstill)
S(@Key_Delay)
LCD(700, 350)
S(@Loop_Delay)
CMDEAD
CLM
CML
CTOE
;==========================> Hammerdin Loots Corpse
[HummerPostPindle]
S(@Random_Sleep)
PICKIT(@Pickit_Delay)
K(@Vigor)
S(@Random_Sleep)
EXIT
;==========================> /EOF
You won't need to change your delays I don't think because those are the delays I used and I only ran one boss and it worked fine.
Posts: 104
Threads: 37
Joined: Oct 2005
Reputation:
0
02-24-2006, 01:09 PM
(This post was last modified: 02-24-2006, 01:30 PM by Club Nightfly.)
Thanky you, you've been a great help kyle
Now im having problems, it goes to eldritch, puts on the conc aura but doesnt use hammers, then it runs down to shenk, and goes a little passed him and just stands there. When shenks minions got to me and started attacking the bot didnt use pot or anything. Dont know whats the problem
02/18 21:01:39 [I]> Inventory: 11 used 1*1 spaces.
02/18 21:01:59 [W]> Retry a missed teleport.
02/18 21:02:17 [W]> Retry a missed teleport.
02/18 21:02:19 [W]> Retry a missed teleport.
02/18 21:02:20 [W]> Retry a missed teleport.
02/18 21:02:21 [W]> Retry a missed teleport.
02/18 21:02:23 [W]> Retry a missed teleport.
02/18 21:02:34 [I]> Drink a rejuv potion.
02/18 21:02:37 [I]> Drink a rejuv potion.
02/18 21:02:37 [W]> Difficuties to return back in town using Town Portal.
02/18 21:02:37 [I]> Drink a rejuv potion.
02/18 21:02:42 [I]> Drink a rejuv potion.
02/18 21:02:44 [I]> Drink a rejuv potion.
02/18 21:02:44 [W]> Difficuties to return back in town using Town Portal.
02/18 21:02:45 [I]> Drink a rejuv potion.
02/18 21:02:52 [W]> Difficuties to return back in town using Town Portal.
02/18 21:02:52 [E]> Failed to return back in town using Town Portal.
02/18 21:02:52 [E]> Function TOWNTP failed.
02/18 21:02:52 [W]> Sequence exit required. SEQ3 => FUNC:TOWNTP . 0 . 0
02/18 21:02:52 [E]> Failed or Fast exit required while applying HummerToTown sequence.
02/18 21:02:54 [I]> ==> Cycle: 1 => Run: 1 : Game duration: 79.6 seconds.
02/18 21:02:55 [E]> Emergency stop: first run creation failed.
02/18 21:02:55 [I]> The first run must return successful status everytime.
Posts: 2,649
Threads: 74
Joined: Aug 2005
Reputation:
0
It is your standstill key, you have to set it in game to 'G', and not the default which is Shift.
Posts: 361
Threads: 14
Joined: Sep 2005
Reputation:
0
kyle_zalucha Wrote:It is your standstill key, you have to set it in game to 'G', and not the default which is Shift.
LOL!, you could just as easily change the key on the sequence to shift? lol, think man!
Posts: 2,649
Threads: 74
Joined: Aug 2005
Reputation:
0
Wozza Wrote:LOL!, you could just as easily change the key on the sequence to shift? lol, think man! When I used mm.bot with my hammerdin, the sequence wouldn't allow me to use shift as standstill, thats why I tell people to use 'G' because it always works.
|