Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
question to travincial and other question, plz read
#1
Hi

Can i do travincial runns with mmbot? because the waypoint travincial is red , too.
If yes, can sb give me ahammerdin sequence plz.

Another question.
The bot is runing 2days now and he did not found something good.

only a sc 100psn 9life.
I did not do something with the pikit . i think its good when i less it.
plz help

thank limpixx
Reply
#2
Yes, it can run trav.
Code:
;----------------------------------------------------------------------------------
;###########################>> TELEPORT SCRIPT SERIES <<###########################
;----------------------------------------------------------------------------------
;Script:    Hammerdin
;Author:    Nicotine
;Based:     Gbud
;Monsters:  Eldritch, Shenk, Pindle and Tranvincal
;Version:   5.44Bxx+
;Date:      NOV. 02, 2005
;Tested:    Hell
;WebSite:   http://mmforums.omnesia.net
;-----------------------------------------------------------------------------------
;#              ¤º°`°º¤ø,¸¸,ø¤º°`°¤ SPECIAL THANKS ¤º°`°º¤ø,¸¸,ø¤º°`°¤             #
;-----------------------------------------------------------------------------------
;Creator:   Manus-Magnus, of course
;Brother:   Gbud
;Staff:     Ramadash, Joaquinm, Arkansaw, Smorg, White, Iverson_est, Sn0wDoG, Frixionburne and Orgassmo -- Thanks Guys :)
;-----------------------------------------------------------------------------------
;###########################>> /TELEPORT SCRIPT SERIES <<###########################
;-----------------------------------------------------------------------------------

;-------------------------------------------------------------------
;###########################>> UPDATES <<###########################
;-------------------------------------------------------------------
;Updated:   Nov. 13, 2005 --> CTA Support
;-------------------------------------------------------------------
;###########################>> /UPDATES <<##########################
;-------------------------------------------------------------------

;-------------------------------------------------------------------
;###########################>> DELAYS <<############################
;-------------------------------------------------------------------
@Random_Delay1 = 500,2500
@Random_Delay2 = 500,2500
@Switch_Delay = 400
@PreCast_Delay = 100
@WarCry_Delay = 500
@Eldritch_Attack_Length = 9500
@Shenk_Attack_Length = 9500
@Pindle_Attack_Length = 9500
@Tele_Delay1 = 350
@Tele_Delay2 = 300
@Walk_Delay = 400
@Key_Delay = 50
@Loop_Delay = 100
@Pickit_Delay = 600
@Random_Sleep = 300
;-------------------------------------------------------------------
;###########################>> /DELAYS <<###########################
;-------------------------------------------------------------------

;-------------------------------------------------------------------
;###########################>> SKILLS <<############################
;-------------------------------------------------------------------
@Teleport = f1
@Concentration = f2
@Vigor = f3
@Cleansing = f4
@Holy_Shield = f5
@Battle_Orders = f6
@Battle_Command = f7
@Standstill = g
@Town_Portal = f10
;-------------------------------------------------------------------
;###########################>> /SKILLS <<###########################
;-------------------------------------------------------------------


;------------------------------------------------------------------------------
;###########################>> HAMMERDIN SEQ MAIN <<###########################
;------------------------------------------------------------------------------
[MAIN]
HummerAdvert,0
HummerPreCast,0
GotoAct5Wp,0
HummerCTA,0
HummerToEld,0
HummerAttack,@Eldritch_Attack_Length
HummerLoot,0
HummerToShenk,0
HummerAttack,@Shenk_Attack_Length
HummerLoot,0
HummerToTown,0
HummerToAnya,0
HummerToPindle,0
HummerAttack,@Pindle_Attack_Length
HummerLoot,0
;-------------------------------------------------------------------------------
;###########################>> /HAMMERDIN SEQ MAIN <<###########################
;-------------------------------------------------------------------------------

;-------------------------------------------------------------------------------
;###########################>> HAMMERDIN CONSTANTS <<###########################
;-------------------------------------------------------------------------------

;==========================> Hammerdin Destroys Enemy
[HummerAttack]
KD(@Standstill)
S(@Key_Delay)
LCD(700, 350)
S(@Loop_Delay)
CMDEAD
CLM
CML
CTOE
;==========================>

;==========================> Hammerdin Loots Corpse
[HummerLoot]
S(@Random_Sleep)
PICKIT(@Pickit_Delay)
S(@Random_Sleep)
EXIT
;==========================>

;-------------------------------------------------------------------------------
;###########################>> HAMMERDIN PRECASTS <<############################
;-------------------------------------------------------------------------------

;==========================> Hammerdin Advertises
[HummerAdvert]
SEND(script from http://mmforums.omnesia.net)
;==========================>

;==========================> Hammerdin Pre Casts
[HummerPreCast]
K(@Holy_Shield)
S(@Key_Delay)
RC(0,600)
S(@PreCast_Delay)
K(@Vigor)
S(@Key_Delay)
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 TOWN TRAVELS <<##########################
;-------------------------------------------------------------------------------

;==========================> 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 ACT TRAVELS <<##########################
;-------------------------------------------------------------------------------

;==========================> Hammerdin Prepares
[GotoAct5Wp]
SR(@Random_Delay1)
FUNC:A5EWP
EXIT
;==========================>

;==========================> Hammerdin Travels to Anya's Portal
[HummerToAnya]
SR(@Random_Delay1)
FUNC:A5WPtoATP
;==========================>

;-------------------------------------------------------------------------------
;###########################>> HAMMERDIN MOVEMENTS <<###########################
;-------------------------------------------------------------------------------

;==========================> Hammerdin Charges 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 Charges 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 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
;==========================>

;-------------------------------------------------------------------------------
;###################################>> /EOF <<##################################
;-------------------------------------------------------------------------------

You have to give the bot time, I have been running it for over a week and I haven't found anything besides some treks.
Edit your Pkid for things that you need and dont need.
[Image: toomuchowneh8lr1.jpg]
Reply
#3
If the bot can do trav can it do any other bosses or places?? Like Meph Baal or Pits??
Reply
#4
It can, but those seqences have not been made yet, I'm sure people are trying though.
[Image: toomuchowneh8lr1.jpg]
Reply
#5
mmbot can only do bosses or places that are the same every time since it don't use any mh so how could it do baal or meph?
Reply
#6
You would plug in a maphack like easyplay, but it is not safe.
[Image: toomuchowneh8lr1.jpg]
Reply
#7
Could you use Sting's with mmbot?
Reply
#8
hey, this is no travisequence, aonly schenk,pindle and eldritch, but no travi.

Please can somebody give me a travincial sequence for hammerdin, now my bot is running 5days and he onyl found a monarch 15ed and a rareamu(but its bad, not good)

Can sb give me ur pickit file. i dont know what i ahve to change.

Plz help me

ur limpixx
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Read this comper Joel Gonzalez 6 144 09-05-2012, 03:29 PM
Last Post: Joel Gonzalez
  A question about Monster Identification 48Inches 4 182 07-03-2012, 05:19 PM
Last Post: 48Inches
  D2nt Bot question Nightwish 5 236 06-16-2012, 01:04 AM
Last Post: comper
  Hello - Question Antifact 3 306 05-27-2012, 04:17 AM
Last Post: comper
  Question about Leech Bots Cole 3 257 04-06-2012, 07:31 AM
Last Post: comper
  Question megafusion 6 198 03-15-2012, 07:07 AM
Last Post: comper
  Bot getting stuck, (read more inside) Taquitos 2 266 03-07-2012, 05:18 AM
Last Post: Taquitos
  PvP Hack Question WhD22 1 255 03-01-2012, 04:03 PM
Last Post: comper
  Easy question DragonSpirited 1 125 02-13-2012, 04:18 AM
Last Post: comper
  BOT - Question about configuring Leech? agron 4 421 02-05-2012, 05:05 AM
Last Post: comper

Forum Jump:


Users browsing this thread: 1 Guest(s)