Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Missed teleport?
#1
Ive been trying to get mmbot to just run pindle with my 82 blizz sorc. Ive taken the default lit sorc sequ and modified it so it only runs to pindle. Here's what I have.

Quote:;================================================= =============================
; 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
; Dont forget to check your keys settings in the the mm.BOT.ini.
; s => blizz
; f1 => Frozen Armor
; x => Teleport
; 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.
CLSorcGoToAnyaTP,0 ; Go to Anya TP
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(f1); Press mana shield
S(100) ; Sleep a bit
RC(360,200) ; Cast mana shield
S(300) ; Sleep a bit more (cast delay)
EXIT ; End of the sequence; it's a no loop sequence.

;Goto Anya
;========
[CLSorcGoToAnyaTP]
FUNC:A5ATP
EXIT

;Go to Pindle
;============
[CxSorcGoToPindle]
s(5000)
K(x)
S(100)
RC(612,50)
WEOT(1800)
RC(780,50) ; Since no green blocks in the screen this is a simple click.
WEOT(1200)
BRC(480,-40)
WEOT(1200)
EXIT

;Pindle Chain Light Attack
;=========================
[CLSorcAttackPindle]
K(s) ; 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(x)
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.

The problem Im having is when my sorc goes into the red portal, she teleports to block relative 62,90. Then she casts blizzard, teleports a few more times then quits the game.

I changed the BRC to RC tryin to solve this problem. But it still does the same thing.

When I check the log it states

Quote:09/22 16:36:40 [I]> The maximum PicKit clicks have been cuted to 5 max.
09/22 16:36:40 [I]> The maximum PicKit clicks have been cuted to 4 max.
09/22 16:36:56 [W]> Retry a missed teleport.
09/22 16:36:57 [W]> Retry a missed teleport.
09/22 16:36:59 [W]> Retry a missed teleport.
09/22 16:37:00 [W]> Retry a missed teleport.
09/22 16:37:00 [E]> Teleport failed.
09/22 16:37:00 [W]> Sequence exit required. SEQ5 => WEOT . 1200 . 0
09/22 16:37:00 [E]> Failed or Fast exit required while applying CLSorcPindlePickit sequence.
09/22 16:37:02 [E]> Emergency stop: first run creation failed.
09/22 16:37:02 [I]> The first run must return successful status everytime.

Obviously she misses the tele but why? Kinda out of ideas on what to do. Thanks in advance.
Reply
#2
i reakon the sorc is missing a few screws lol j/k ma m8 had same problem so he just left it
Reply
#3
Maybe increase the WEOT to 2000, that is a long delay, but maybe its the timing. Really does not make any sense, but mm.bot is quirky.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Bot loosing "Teleport skill" - how do i fix this? Get loads of errors due to this Akao 3 162 01-16-2012, 04:52 AM
Last Post: comper
  Gold Find barb? (using find item after kills), also using bot WITHOUT teleport? kaisies 3 581 01-28-2011, 11:22 AM
Last Post: kaisies
  Auto Teleport 1.3 HaZz4rD 1 1,886 07-11-2008, 10:22 AM
Last Post: NINGEN
  teleport help FLM 9 427 11-13-2006, 09:19 AM
Last Post: Nagelfar
  I need a teleport hack Hurly91 8 724 03-05-2005, 11:03 AM
Last Post: Chrisniper
  How do I get teleport to work on the in town pickit???? jdog402004 3 398 08-12-2004, 03:17 PM
Last Post: $hraz

Forum Jump:


Users browsing this thread: 1 Guest(s)