Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help new to mmBot, Need help to set it up for a hammerdin Plz
#1
Im new to bots and need help to set it up. I nvr used a bot before and need more like alot of help. Also i can only do shenk and eldrich cuz i have no anya portal.
Reply
#2
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 = f6
@Battle_Command = f5
@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

Copy that sequence over your old one, also, it is set-up to not do pindle and if you dotn have a CTA, un-comment it.
[Image: toomuchowneh8lr1.jpg]
Reply
#3
OK thx i have a cta so im guessing i dont change anything. Delete old sequence and paste that in? then how do i run it?
I need to set up slot and char and accnt things also? but what char slot is it??
Reply
#4
grimm669 Wrote:Delete old sequence and paste that in? then how do i run it?
Yes, delete the old sequence and paste that one in.
grimm669 Wrote:I need to set up slot and char and accnt things also? but what char slot is it??
Yes, you need to set that up in the mm.BOT.ini, the slots are set-up like this.
1 2
3 4
5 6
[Image: toomuchowneh8lr1.jpg]
Reply
#5
I have tried and can get my hammerdin to go to a wp, think about killing shenk or elritch.... but then he goes back to town. I cant figure it out, ive tried for like 8 hours. Can someone please help me set this up
?????Sad??


If you can please respond to my email [email protected] Big Grin

I know this much to answer some questions, to change your character slot and put in your user name and password, open the file that says "MM.BOT" and go down to where it says all thats stuff and put it in. Pretty easy but the sequencing and secondary weapon switching always gives me problems so anyone please!!! Nicotine, who ever :/
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Need some help for hammerdin bot. f4d3 21 585 04-15-2012, 08:23 AM
Last Post: comper
  Hammerdin Bot matifierro 5 384 12-24-2011, 12:51 AM
Last Post: bugme143
  What build / items for Chaos / Baal hammerdin? Skippermix 6 655 05-26-2011, 04:35 PM
Last Post: Skippermix
  D2NT Hammerdin Baal Error clemens1989 3 1,969 05-20-2011, 10:06 PM
Last Post: Pauluk1986
  D2NT Hammerdin not using Holy Bolt... buggitybugbug 2 2,305 03-15-2011, 06:43 AM
Last Post: buggitybugbug
  Hammerdin bot help macia 6 599 03-02-2011, 01:12 PM
Last Post: macia
  Problems with hammerdin orangejuice 0 296 02-16-2011, 04:24 PM
Last Post: orangejuice
  Hammerdin holy bolt Magicmaster291 6 1,952 01-25-2011, 08:45 PM
Last Post: twisticals
  Hammerdin Bot Mishap ezewalter 1 388 01-04-2011, 08:42 AM
Last Post: Jammer74
  D2NT Hammerdin Configuration Help black[marines] 0 4,142 09-12-2010, 03:42 AM
Last Post: black[marines]

Forum Jump:


Users browsing this thread: 1 Guest(s)