Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Questions On MM Bot
#16
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.
[Image: toomuchowneh8lr1.jpg]
Reply


Messages In This Thread
Questions On MM Bot - by Club Nightfly - 02-17-2006, 09:03 AM
Questions On MM Bot - by Shift - 02-18-2006, 01:13 AM
Questions On MM Bot - by Club Nightfly - 02-18-2006, 03:58 AM
Questions On MM Bot - by Shift - 02-18-2006, 06:05 AM
Questions On MM Bot - by Club Nightfly - 02-18-2006, 08:44 AM
Questions On MM Bot - by Shift - 02-18-2006, 08:46 AM
Questions On MM Bot - by Club Nightfly - 02-18-2006, 09:16 AM
Questions On MM Bot - by Shift - 02-18-2006, 09:21 AM
Questions On MM Bot - by Wozza - 02-18-2006, 09:26 AM
Questions On MM Bot - by Club Nightfly - 02-18-2006, 02:00 PM
Questions On MM Bot - by Shift - 02-18-2006, 02:06 PM
Questions On MM Bot - by Club Nightfly - 02-19-2006, 12:14 PM
Questions On MM Bot - by Shift - 02-19-2006, 01:11 PM
Questions On MM Bot - by Wozza - 02-19-2006, 04:01 PM
Questions On MM Bot - by Club Nightfly - 02-24-2006, 12:16 PM
Questions On MM Bot - by Shift - 02-24-2006, 12:30 PM
Questions On MM Bot - by Club Nightfly - 02-24-2006, 01:09 PM
Questions On MM Bot - by Shift - 02-25-2006, 06:25 AM
Questions On MM Bot - by Wozza - 02-25-2006, 09:50 AM
Questions On MM Bot - by Shift - 02-25-2006, 09:57 AM
Questions On MM Bot - by Wozza - 02-25-2006, 12:42 PM
Questions On MM Bot - by Club Nightfly - 02-25-2006, 02:12 PM
Questions On MM Bot - by Shift - 02-26-2006, 05:15 AM
Questions On MM Bot - by owner16 - 02-26-2006, 06:09 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Nooby D2NT Questions Kieran Wilson 0 129 06-25-2012, 04:35 PM
Last Post: Kieran Wilson
  D2NT Questions Sephislash 1 200 06-14-2012, 01:14 AM
Last Post: comper
  D2NT Version and Scripting Questions Jebediah 16 437 04-23-2012, 10:53 AM
Last Post: Jebediah
  Few Easy Questions :) horneysludgeman 2 130 02-05-2012, 04:38 AM
Last Post: comper
  few questions regarding bans and botting m8r8j 3 297 02-01-2012, 12:00 PM
Last Post: comper
  D2NT bot questions. (need help new into this bot..) Evon 9 2,538 12-04-2011, 04:33 AM
Last Post: jjhavokk
  .hack by andy questions kevinbod 0 339 09-04-2011, 04:54 PM
Last Post: kevinbod
  5 Questions about scripts. Need info yazzzerrr 0 190 06-19-2011, 06:21 AM
Last Post: yazzzerrr
  Eth Questions SamDoleBob 2 184 05-27-2011, 12:47 AM
Last Post: SamDoleBob
  Crafting Questions BudBud 0 149 05-08-2011, 11:05 PM
Last Post: BudBud

Forum Jump:


Users browsing this thread: 4 Guest(s)