Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"save and exit"?
#1
I was useing MMbot, useing the example Lit sorc script, I set my hotkeys to match the ones in the setting. Am I missing something? It walks threw the wp to kill elditch I think his name is, teleports once, and Save and Exits. Can anyone tell me whats going on-.-
P.S. the sequence is.


;################################################# #############################
;
; INSERT THE SEQUENCES YOU WANT EXECUTE IN THIS FILE...
;
; Absolutly read the mm.BOT.MANUAL.htm to understand what you are doing.
; Usefull tool to create & tweak sequences is \Tools\mm.RBlocks.exe
; Dont forget to try the special SEQ mode to create sequences (mm.BOT.ini)
;################################################# #############################
; Default sequence is the light sorce one, but you can replace it or edit it
; by whatever you want. Refers the MANUAL to know more about light sorce.
; Lightning sorce is the easiest & cheapest character to proceed Pindle +
; and Eldrtich runs for MFing. Much others builts are possible, of course.
;################################################# #############################


;================================================= =============================
; MM's basic light sorce sequence example. Sorce guide is in manual.
; Know CTA switch, internal functions calls & scripts executions are possible
; throught this advanced sequencer. Read more about it in the damn manual Smile
; Dont forget to check your keys settings in the the mm.BOT.ini.
; g => ChainLightning
; r => Energy Shield
; e => Frozen Armor
; s => Teleport
; q => Telekinesis
; Note; All skills are at right click/skill in these sequences:
;================================================= =============================


;=====================
;=== CL Sorce MAIN ===
;=====================
[MAIN]
CLSorcPreCast,0 ; Here the pre-cast sequence, not a loop.
CLSorcGotoAct5Wp,0 ; We choose to start at Eldrtich way point.
CLSorcGoToEldritch,0 ; Here the sequence to go to Eldritch, not a loop.
CLSorcAttackEldritch,22000 ; Chain Light Eldritch attack, loop for 22 seconds
CLSorcEldritchPickit,0 ; Eldrtich present...
CLSorcEldritchGoToAnyaTP,0 ; Now lets return to town, and get back WP.
CLSorcGoToPindle,0 ; From Anya TP go to Pindle.
CLSorcAttackPindle,22000 ; Chain Light Pindle Attack, loop for 22 seconds
CLSorcPindlePickit,0 ; Pindle present...

;Pre cast
;========
[CLSorcPreCast] ; Sequence name, declared in the [MAIN]
SR(500,800) ; => This delay is in town, before going to attack eldrtich <=
K( r ); Press mana shield
S(100) ; Sleep a bit
RC(360,200) ; Cast mana shield
S(300) ; Sleep a bit more (cast delay)
K(e) ; Now, press Frozen Armor... etc...
S(100)
RC(360,200)
S(350)
;EXEC:Example.au3 ; If you installed Autoit V3 you can UnComment it.
EXIT ; End of the sequence; it's a no loop sequence.

;Goto Act5 WP
;============
[CLSorcGotoAct5Wp]
FUNC:A5EWP ; The function that go from downstairs to Act5 Eldritch WayPoint...
EXIT

;Go to Eldritch
;==============
[CLSorcGoToEldritch]
K(s) ; Press the teleport key
S(100) ; Sleep a bit
BRC(155,-60) ; Teleport to these coordinates (based in Green Block presence)
WEOT(1200) ; Wait end of teleport
CLM ; Check life and mana
CML ; Check merc life
BRC(70,-330)
WEOT(1200)
CLM
CMLM
EXIT

;Eldritch Chain-Light Attack
;===========================
[CLSorcAttackEldritch]
K(g) ; Press the Chain Light Skill
S(100); Wait a bit the skill appears at right click...
RCD(MFOC,OUT) ; Detecting attack, cast chain light on monsters.
S(100)
CLM
CML
CMDO ; Check if monsters are dead, if yes, will go to next sequence.
CTOE ; Chech end of time out (defined in MAIN) if override go to next sequence.

;Eldritch Pickit
;===============
[CLSorcEldritchPickit]
S(300) ; Added a delay to ensure a good teleport into Eldrtich area for pickit
K(s) ; Go back to teleport skill
S(100)
RC(440, 140) ; Teleport in Eldrtich monster area
WEOT(1200)
CLM
CML
S(300)
PICKIT(600) ; Perform a pickit, with check life every 600ms.
S(100)
EXIT

;Go to Anya TP
;=============
[CLSorcEldritchGoToAnyaTP]
RC(430, 510) ; Return back to way point.
WEOT(1200)
CLM
CML
RC(430, 510)
WEOT(1200)
CLM
CML
RC(430, 510)
WEOT(1200) ; Now we have the way point at screen.
CLM
CML
K(q) ; Press telekinesis Smile
S(100)
BMV(169,182) ; Relative to block move mouse onto WP
FOCWP ; Validate WP focus, and search arround if dont get it.
SRC ; Simple right click (telekinesis cast by the way)
S(400)
CLM ; give time to way point menu appears...
S(400)
LC(115, 160) ; Lets click on "harrogath"
SR(500,800) ; => This delay is in town, before going to pindle <=
PTPT ; Now lets put the TPTP command to go to pindle TP
EXIT

;Go to Pindle
;============
[CLSorcGoToPindle]
K(s)
S(100)
BRC(400,-310)
WEOT(1200)
RC(735,35) ; Since no green blocks in the screen this is a simple click.
WEOT(1200)
BRC(600,-30)
WEOT(1200)
EXIT

;Pindle Chain Light Attack
;=========================
[CLSorcAttackPindle]
K(g) ; Press the Chain Light Skill
S(50); Wait a bit the skill appears at right click...
RCD(MFOC,IN) ; Detecting attack, cast chain light on monsters.
S(100)
CLM
CML
CMDI ; Check if monsters are dead, if yes, will go to next sequence.
CTOE ; Chech end of time out (defined in MAIN) if override go to next sequence.

;Pindle Pickit
;=============
[CLSorcPindlePickit]
S(300) ; Added a delay to ensure a good teleport into pindle area for pickit
K(s)
S(100)
BRC(60,90)
WEOT(1200)
CLO ; Only need to check life, because we quit game right after the pickit.
CML
S(300)
PICKIT(600)
SR(100, 500) ; Why not a little random delay after pickit...
EXIT ; The end of sequences; bot will quit the game.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Script Alteration to Save Junk Jewels Illura 0 164 07-15-2011, 03:27 PM
Last Post: Illura
  D2NT 'n' Vista- Cannot save character file. Nethran 3 704 12-18-2009, 05:55 PM
Last Post: The Mob
  D2Loader with mMap 0.3.2 crash on exit Kabraxis 0 447 09-02-2009, 10:57 AM
Last Post: Kabraxis
  save and restore hack ? xatranat 0 269 05-18-2009, 04:27 AM
Last Post: xatranat
  How Do I Use A Shared Stash Save On PlugY? Yevgenii 0 1,008 03-30-2009, 11:23 AM
Last Post: Yevgenii
  Help Hero Editor V0.96!!!!!! save help Chunky8989 0 335 11-04-2007, 04:39 AM
Last Post: Chunky8989
  Error:after eldritch, save and exit? Krowrolla 1 242 07-06-2007, 09:39 AM
Last Post: skidude
  Error:After Eldritch Save/Exit Krowrolla 0 205 07-06-2007, 09:27 AM
Last Post: Krowrolla
  Error: Walk to stairs, precast exit Krowrolla 0 199 07-04-2007, 05:55 AM
Last Post: Krowrolla
  backdoor exit? beavers 9 386 11-12-2006, 02:17 AM
Last Post: Gods

Forum Jump:


Users browsing this thread: 1 Guest(s)