pourriez vous m'aider ?? merci d'avance
Probleme Tp
#1
Posté 15 February 2006 - 16:29
pourriez vous m'aider ?? merci d'avance
#3
Posté 15 February 2006 - 18:06
Sa fait sa en boucle!!
( le cuseur tourne autour du TP et arrive pas a aller dessu et a cliquer )
#4
Posté 15 February 2006 - 19:42
#5
Posté 15 February 2006 - 19:51
#6
Posté 15 February 2006 - 20:04
tu as essayé ce que ta dis Xayr?
(ca) Sinon faut ptet regarder les delay dans la séquance.
Je peux pas t'aider, dsl je suis pas un pro dans les bot moi
Tu n'as plus qu'a attendre^^
#7
Posté 15 February 2006 - 21:39
#8
Posté 15 February 2006 - 22:23
#9
Posté 16 February 2006 - 08:16
#10
Posté 16 February 2006 - 12:29
#11
Posté 16 February 2006 - 13:56
;##############################################################################
;
; INSERT THE SEQUENCES YOU WANT EXECUTE IN THIS FILE...
;
; NOTE FROM THE AUTHOR:
; Updated for ====== Version 5.43 ======
; Created by Sn0wDoG, Tweaked To Work Perfectly by KillerXxX
; And updated again by Sn0wDoG with new TP functions...
;
;##############################################################################
; Sequences are starting from the Act 5 downstairs (near Stash and Cain)
; Absolutly read the mm.BOT.MANUAL.htm to understand what you are doing.
; Usefull tool to create & tweak sequences is in Toolsmm.RBlocks.exe
; Dont forget to try the special SEQ mode to create sequences (mm.BOT.ini)
; Know CTA switch, internal functions calls & scripts executions are possible
; throught this advanced sequencer. Read more about it in the damn manual.
;##############################################################################
; SETTINGS:
;==============================================================================
; Replace below the keys your character use in game for these skills:
; Note: All skills are at right click in these sequences:
;==============================================================================
@TP_Scroll_Key = F8; TP Scroll Skill key (must have it and a TP tome...)
@StandStill_Key = G ; Standstill (must have it)
@Attack1_Key = F1 ; Blizzard / Meteor (must have it)
@Attack2_Key = F2 ; Galacial Spike / Fireball (must have it)
@Teleport_Key = F4 ; Teleport (must have it)
@EnergyShield_Key = F5 ; EnergyShield (leave blank if you dont have)
@FrozenArmor_Key = F6 ; Any Armor(Frozen,Shiver,Chilling) (leave blank if you dont have)
@Telekinese_Key = F7 ; Telekinesis (leave blank if you dont have)
@BattleCommand_Key = A ; BattleCommand (leave blank if you dont have)
@BattleOrder_Key = S ; BattleOrder (leave blank if you dont have)
;******NOTE: to use CTA uncomment the SwitchCTA sequence and******
;******comment the PreCast sequence in the [MAIN] below!!!!!******
;==============================================================================
; Eventually change the settings below to resolve problems or increase speed.
;==============================================================================
@Random_Delay_Before_Eldrich = 100,200; , TOWN random delay (ms.)
@Random_Delay_Before_Pindle = 100,200 ; , TOWN random delay (ms.)
@Wait_End_Of_Teleport_Delay = 1200 ; Delay before retry to teleport (ms.)
@Timeout_Kill_Eldrich = 13000 ; Maximum attack time on Eldritch (ms.)
@Timeout_Kill_Shenk = 12000 ; Maximum attack time on Shenk (ms.)
@Timeout_Kill_Pindle = 11000 ; Maximum attack time on Pindle (ms.)
@Random_Delay_Befor_Run = 140000,160000; , TOWN random delay before run (ms.)
; Use the last delay to make sure that your game is at least 3min long,
; so you can make runs without any pauses between.
;==============================================================================
@Pre-Cast_Random_Delay = 300,400 ; Random Delay when casting CTA or Pre-Cast (ms.)
@Attack_Loop_Delay = 50 ; Tweak it to change attacks loop/cast speed (ms.)
@Key_Push_Delay = 50 ; Delay to let the Skills appears at right click (ms.)
@WP_Menu_Delay = 300 ; Delay x2 to wait the WP menu appears at screen.
@Switch_Delay = 100 ; Delay to switch to CTA
;==============================================================================
;##############################################################################
; SEQUENCE:
;==============================================================================
; NOTE: You have 3 options:
; -You Kill Pindle Only then put a ";" in front of
;
; ;GoToAct5Wp,0
; ;SwitchCTA,0
; ;GoEld,0
; ;KillEld,@Timeout_Kill_Eldrich
; ;LootEld,0
; ;GoHomeEld,0
; ;GoPindleTP,0
;
; ;GoShenk,0
; ;KillShenk,@Timeout_Kill_Shenk
; ;LootShenk,0
; ;GoHomeShenk,0
;
; -OR You kill Eldrich/Pindle then put a ";" in front of
; ;GoShenk,0
; ;KillShenk,@Timeout_Kill_Shenk
; ;LootShenk,0
; ;GoHomeShenk,0
;
; -OR you kill Elrcich/Shenk/Pindle then put a ";" in front of
; ;GoHomeEld,0
; ;GoHomeShenk,0
;==============================================================================
;==============================================================================
;Sorc Main
;==============================================================================
[MAIN]
;Sleep,0
PreCast,0
GoToAct5Wp,0
SwitchCTA,0
GoEld,0
KillEld,@Timeout_Kill_Eldrich
LootEld,0
GoHomeEld,0
GoShenk,0
KillShenk,@Timeout_Kill_Shenk
LootShenk,0
GoHomeShenk,0
GoPindleTP,0
;SwitchCTA,0 ;This one is for Pindle Only!
GoPindle,0
KillPindle,@Timeout_Kill_Pindle
LootPindle,0
;==============================================================================
;Sorc Sleep for no-pause-runs
;==============================================================================
[Sleep]
S(@Random_Delay_Befor_Run)
EXIT
;==============================================================================
;Sorc PreCast
;==============================================================================
[PreCast]
K(@FrozenArmor_Key)
S(@Key_Push_Delay)
RC(300,200)
S(@Pre-Cast_Random_Delay)
K(@EnergyShield_Key);Comment If you dont have EnergyShield.
S(@Key_Push_Delay);Comment If you dont have EnergyShield.
RC(300,200) ;Comment If you dont have EnergyShield.
S(@Pre-Cast_Random_Delay);Comment If No EnergyShield.
EXIT
;==============================================================================
;Sorc Go to Act5 WP
;==============================================================================
[GoToAct5Wp]
;FUNC:A5WPtoATP;For Pindle only
FUNC:A5EWP ;For Eldrich/Shenk and Pindle
EXIT
;==============================================================================
;Sorc Switch to CTA
;==============================================================================
[SwitchCTA]
S(@WP_Menu_Delay)
SWITCH1
K(@BattleCommand_Key)
S(@Key_Push_Delay)
RC(500,60)
S(400)
K(@BattleOrder_Key)
S(@Key_Push_Delay)
RC(500,60)
S(400)
SWITCH2
K(@FrozenArmor_Key)
S(@Key_Push_Delay)
RC(300,200)
S(400)
K(@EnergyShield_Key)
S(@Key_Push_Delay)
RC(300,200)
S(400)
EXIT
;==============================================================================
;Sorc Go to Eldrich
;==============================================================================
[GoEld]
K(@Teleport_Key)
S(@Key_Push_Delay)
BRC(155,-60)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
CML
BRC(70,-330)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
CML
EXIT
;==============================================================================
;Sorc Kill Eldrich
;==============================================================================
[KillEld]
CLO
CMLM
KD(@StandStill_Key)
S(@Key_Push_Delay)
K(@Attack1_Key)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
K(@Attack2_Key)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
K(@Attack1_Key)
RCD(MFOC,IN)
CLO
CMLM
CMDEAD
CTOE
;==============================================================================
;Sorc Loot Eldrich
;==============================================================================
[LootEld]
S(300)
PICKIT(600)
S(200)
PICKIT(600)
EXIT
;==============================================================================
;*EITHER* Sorc Go Home after Eldrich
;==============================================================================
[GoHomeEld]
K(@TP_Scroll_Key)
S(@Key_Push_Delay)
FUNC:TOWNTP; Return to town using tp
FUNC:A5TownPoint; Check items at malah, merc status, stash, repair etc... And go to A5 Town WP.
EXIT
;==============================================================================
;*OR* Sorc Go Shenk
;==============================================================================
[GoShenk]
K(@Teleport_Key)
S(@Key_Push_Delay)
RC(430, 510)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
CML
RC(430, 510)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
CML
RC(430, 510)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
CML
BRC(300,140)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
CML
BRC(690,330)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
CML
BRC(650,260)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
CML
BRC(360,350)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
CML
BRC(515,180)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
CML
EXIT
;==============================================================================
;Sorc Kill Shenk
;==============================================================================
[KillShenk]
CLO
CMLM
KD(@StandStill_Key)
S(@Key_Push_Delay)
K(@Attack1_Key)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
K(@Attack2_Key)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
K(@Attack_Loop_Delay)
RCD(MFOC,IN)
CLO
CMLM
CMDEAD
CTOE
;==============================================================================
;Sorc Loot Shenk
;==============================================================================
[LootShenk]
S(@Key_Push_Delay)
K(@Teleport_Key)
S(@Key_Push_Delay)
RC(700,550)
WEOT(@Wait_End_Of_Teleport_Delay)
S(300)
PICKIT(600)
S(200)
PICKIT(600)
EXIT
;==============================================================================
;Sorc Go Home after Shenk
;==============================================================================
[GoHomeShenk]
K(@TP_Scroll_Key)
S(@Key_Push_Delay)
FUNC:TOWNTP ; Return to town using tp
FUNC:A5TownPoint; Check items at malah, merc status, stash, repair etc... And go to A5 Town WP.
EXIT
;==============================================================================
;Sorc Go Pindle
;==============================================================================
[GoPindleTP]
FUNC:A5WPtoATP
;==============================================================================
;Sorc Go Pindle
;==============================================================================
[GoPindle]
S(100)
K(@Teleport_Key)
S(@Key_Push_Delay)
BRC(380,-295)
WEOT(@Wait_End_Of_Teleport_Delay)
RC(696,64)
WEOT(@Wait_End_Of_Teleport_Delay)
RC(749,119)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
EXIT
;==============================================================================
;Sorc Kill Pindle
;==============================================================================
[KillPindle]
CLO
CMLM
KD(@StandStill_Key)
S(@Key_Push_Delay)
K(@Attack1_Key)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
K(@Attack2_Key)
RCD(MFOC,IN)
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
CMDEAD
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
CMDEAD
CTOE
S(@Attack_Loop_Delay)
RCD(MFOC,IN)
CMDEAD
CTOE
K(@Attack1_Key)
RCD(MFOC,IN)
CMDEAD
CTOE
CLO
CMLM
;==============================================================================
;Sorc Loot Pindle
;==============================================================================
[LootPindle]
S(300)
K(@Teleport_Key)
S(@Key_Push_Delay)
BRC(60,90)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
CML
PICKIT(600)
S(300)
PICKIT(600)
EXIT
#12
Posté 16 February 2006 - 18:45
Donc si quelqu'un aurais une autre séquence sa serai cool ma soso est liqht et je n'ai pas CTA ( chui pas trop riche ) et si possible une qui commence par shenk et fini par Pindlle ou commence par Pindlle et fini par Shenk enfin peut importe tant que ma soso prend le tp et que tout se déroule bien .
merci
#13
Posté 16 February 2006 - 19:15
Pour light utilise la séquence de base.
Pour ton problème de CTA met les raccourcis de mana shield ou frozen armor (au moins il cast puis continu le run)
@TP_Scroll_Key = f7 ; TP Scroll Skill key (must have it and a TP tome...)
@Teleport_Key = f1 ; Teleport Skill Key (must have it)
@Lightning_Key = f2 ; Lightning Skill Key (must have it)
@Chain_Lightning_Key = f3 ; ChainLightning Skill Key (must have it)
@Telekinesis_Key = f6 ; Telekinesis Skill Key (must have it)
@Frozen_Armor_Key = f4 ; Frozen Armor Skill Key (put a blank if you dont have)
@Mana_Shield_Key = f5 ; Mana Shield Skill Key (put a blank if you dont have)
@Battle_Commands_Key = f4; Battle Commands Skill Key (leave blank if you dont have)
@Battle_Orders_Key = f4; Battle Orders Skill Key (leave blank if you dont have)
#14
Posté 16 February 2006 - 19:33
#15
Posté 16 February 2006 - 19:42
#16
Posté 16 February 2006 - 20:03
[COLOR=red]Une qui marche correctement
parceque j'ai l'impression que c'est la mienne qui marche pas et celle de Xayr marche pas nonplu
#17
Posté 16 February 2006 - 20:20
je te warn de 10%
#18
Posté 16 February 2006 - 21:02
tu laisse un blanc si tu na pas !!
==>
@TP_Scroll_Key = f7; TP Scroll Skill key (must have it and a TP tome...) @Teleport_Key = f1; Teleport Skill Key (must have it) @Lightning_Key = f2; Lightning Skill Key (must have it) @Chain_Lightning_Key = f3; ChainLightning Skill Key (must have it) @Telekinesis_Key = f6; Telekinesis Skill Key (must have it) @Frozen_Armor_Key = f4; Frozen Armor Skill Key (put a blank if you dont have) @Mana_Shield_Key = f5; Mana Shield Skill Key (put a blank if you dont have) @Battle_Commands_Key =; Battle Commands Skill Key (leave blank if you dont have) @Battle_Orders_Key =; Battle Orders Skill Key (leave blank if you dont have)
#19
Posté 16 February 2006 - 21:32


Ce sujet est fermé


