Probleme Bot
Started By
durfor
, Apr 23 2006 13:51
7 réponses à ce sujet
#1
Posté 23 April 2006 - 13:51
voila mon probleme est que quand il est dans les hautes glaces il bo et fait bouclier ( je suis pala smitter ^^) et ensuite il crée un tp et quitte . pourquoi il n'attaque pas les enemis?
#3
Posté 23 April 2006 - 14:58
[VARS]
;##############################################################################
;
; 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 in \Tools\mm.RBlocks.exe
; Dont forget to try the special SEQ mode to create sequences (mm.BOT.ini)
;##############################################################################
; ----------- cut here ----------- cut here ----------- cut here -------------
;###############################################################################
;------------------------------Anakha Tele Smiter Bot----------------------------
;###############################################################################
;Le départ de la sequence s'effectue act5, comme d'habitude
;Le bot fait Eldritch et Pindleskin pour le moment smile.gif
;###############################################################################
;Start of bot is act5 like the most of bot sequence .
;This bot (sequence) only do Eldritch and Pindleskin
;at the moment. smile.gif
;###############################################################################
;###############################################################################
;###############################################################################
;---------------------------------Start Of Sequence------------------------------
;###############################################################################
;------------------------------------SETTINGS------------------------------------
;==============================Raccourcis/Hotkeys===============================
@Town_Portal = f8
@SK_BattleOrder = f7
@SK_BattleCommand = f6
@SK_Fanatism = f2
@SK_HolyShield = f1
@SK_smite = f4
;IMPORTANT:
;Le Skill Smite doit être en skill à GAUCHE! Les autres à droites
;Smite Skill must be in skills in the left ! Others in the right
;=================================Timesout======================================
@Timeout_Eld_Atk = 22000 ; Maximum de temps d'attaque sur Eldritch (ms.)
; Maximum attack time on Eldritch (ms.)
@Timeout_Pin_Atk = 22000 ; Maximum de temps d'attaque sur Pindles. (ms.)
; Maximum attack time on Pindles. (ms.)
;=================================Delays========================================
@CTA_Precast_Del = 200,300 ; Random Delay when BO/Precast
@Key_Delay = 40
@Switch_Del = 60,100
@WP_Del = 400w
@WarCry_Delay = 350
@Random_Sleep = 300
@Pickit_Delay = 600
@ARDSleep = 15000
;===============================================================================
;--------------------------------Sequence [MAIN]---------------------------------
[MAIN]
GotoAct5Wp,0
SwitchCTA,0 ;If you don't use CTA, add ";" before SwitchCTA
;Si vous n'utilisez pas CTA, ajoutez ";" au début de ligne
PalaToEld,0
PalaVSEld,@Timeout_Eld_Atk
EldPickit,0
GotoTown,0
GotoAnyaWp,0
PalaToPin,0
PalaVSPin,@timeout_Pin_Atk
PinPickit,0
;-----------------------------Sequence [GotoAct5Wp]-------------------------------
[GotoAct5Wp]
S(@ARDSleep)
FUNC:A5EWP
EXIT
;-----------------------------Sequence [SwitchCTA]--------------------------------
[SwitchCTA]
SWITCH1
S(@Switch_Del)
K(@SK_BattleCommand)
S(@Key_Delay)
RC(400,300)
S(@WarCry_Delay)
K(@SK_BattleOrder)
S(@Key_Delay)
RC(400,300)
S(@WarCry_Delay)
K(@SK_HolyShield)
S(@Switch_Del)
RC(500,60)
S(@CTA_Precast_Del)
S(100)
SWITCH2
S(@Switch_Del)
EXIT
;-----------------------------Sequence [PalaToEld]--------------------------------
[PalaToEld]
K(@SK_Teleport)
S(@Switch_Del)
BRC(141,-100)
WEOT(@Tele_Del)
BRC(126,-385)
WEOT(@Tele_Del)
RC(423,170)
WEOT(@Tele_Del)
K(@SK_Fanatism)
S(@switch_Del)
EXIT
;-----------------------------Sequence [PalaVSEld]--------------------------------
[PalaVSEld]
LC(MFOC)
S(40)
CLM
CML
CMDEAD
CTOE
;-----------------------------Sequence [EldPickit]--------------------------------
[EldPickit]
S(@Random_Sleep)
PICKIT(@Pickit_Delay)
S(@Random_Sleep)
EXIT
;-----------------------------Sequence [GotoTown]---------------------------------
[GotoTown]
K(@Town_Portal)
S(@WP_Del)
FUNC:TOWNTP ; Return to town using tp
FUNC:A5TownPoint
EXIT
;-----------------------------Sequence [GotoAnyaWp]-------------------------------
[GotoAnyaWp]
FUNC:A5WPtoATP
;-----------------------------Sequence [PalaToPin]--------------------------------
[PalaToPin]
K(@SK_Teleport)
S(@Switch_Del)
CLM
CML
BRC(400,-310)
WEOT(@Tele_Del)
RC(700,30)
WEOT(Tele_Del)
BRC(555,-80)
WEOT(@Tele_Del)
BRC(165,5) ;300,0
K(@SK_Fanatism)
S(@Switch_Del)
EXIT
;-----------------------------Sequence [PalaVSPin]--------------------------------
[PalaVSPin]
LC(MFOC)
S(40)
CLM
CML
CMDEAD
CTOE
;-----------------------------Sequence [PinPickit]--------------------------------
[PinPickit]
S(@Random_Sleep)
PICKIT(@Pickit_Delay)
S(@Random_Sleep)
S(@ARDSleep)
EXIT
qu'est ce qui cloche??
;##############################################################################
;
; 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 in \Tools\mm.RBlocks.exe
; Dont forget to try the special SEQ mode to create sequences (mm.BOT.ini)
;##############################################################################
; ----------- cut here ----------- cut here ----------- cut here -------------
;###############################################################################
;------------------------------Anakha Tele Smiter Bot----------------------------
;###############################################################################
;Le départ de la sequence s'effectue act5, comme d'habitude
;Le bot fait Eldritch et Pindleskin pour le moment smile.gif
;###############################################################################
;Start of bot is act5 like the most of bot sequence .
;This bot (sequence) only do Eldritch and Pindleskin
;at the moment. smile.gif
;###############################################################################
;###############################################################################
;###############################################################################
;---------------------------------Start Of Sequence------------------------------
;###############################################################################
;------------------------------------SETTINGS------------------------------------
;==============================Raccourcis/Hotkeys===============================
@Town_Portal = f8
@SK_BattleOrder = f7
@SK_BattleCommand = f6
@SK_Fanatism = f2
@SK_HolyShield = f1
@SK_smite = f4
;IMPORTANT:
;Le Skill Smite doit être en skill à GAUCHE! Les autres à droites
;Smite Skill must be in skills in the left ! Others in the right
;=================================Timesout======================================
@Timeout_Eld_Atk = 22000 ; Maximum de temps d'attaque sur Eldritch (ms.)
; Maximum attack time on Eldritch (ms.)
@Timeout_Pin_Atk = 22000 ; Maximum de temps d'attaque sur Pindles. (ms.)
; Maximum attack time on Pindles. (ms.)
;=================================Delays========================================
@CTA_Precast_Del = 200,300 ; Random Delay when BO/Precast
@Key_Delay = 40
@Switch_Del = 60,100
@WP_Del = 400w
@WarCry_Delay = 350
@Random_Sleep = 300
@Pickit_Delay = 600
@ARDSleep = 15000
;===============================================================================
;--------------------------------Sequence [MAIN]---------------------------------
[MAIN]
GotoAct5Wp,0
SwitchCTA,0 ;If you don't use CTA, add ";" before SwitchCTA
;Si vous n'utilisez pas CTA, ajoutez ";" au début de ligne
PalaToEld,0
PalaVSEld,@Timeout_Eld_Atk
EldPickit,0
GotoTown,0
GotoAnyaWp,0
PalaToPin,0
PalaVSPin,@timeout_Pin_Atk
PinPickit,0
;-----------------------------Sequence [GotoAct5Wp]-------------------------------
[GotoAct5Wp]
S(@ARDSleep)
FUNC:A5EWP
EXIT
;-----------------------------Sequence [SwitchCTA]--------------------------------
[SwitchCTA]
SWITCH1
S(@Switch_Del)
K(@SK_BattleCommand)
S(@Key_Delay)
RC(400,300)
S(@WarCry_Delay)
K(@SK_BattleOrder)
S(@Key_Delay)
RC(400,300)
S(@WarCry_Delay)
K(@SK_HolyShield)
S(@Switch_Del)
RC(500,60)
S(@CTA_Precast_Del)
S(100)
SWITCH2
S(@Switch_Del)
EXIT
;-----------------------------Sequence [PalaToEld]--------------------------------
[PalaToEld]
K(@SK_Teleport)
S(@Switch_Del)
BRC(141,-100)
WEOT(@Tele_Del)
BRC(126,-385)
WEOT(@Tele_Del)
RC(423,170)
WEOT(@Tele_Del)
K(@SK_Fanatism)
S(@switch_Del)
EXIT
;-----------------------------Sequence [PalaVSEld]--------------------------------
[PalaVSEld]
LC(MFOC)
S(40)
CLM
CML
CMDEAD
CTOE
;-----------------------------Sequence [EldPickit]--------------------------------
[EldPickit]
S(@Random_Sleep)
PICKIT(@Pickit_Delay)
S(@Random_Sleep)
EXIT
;-----------------------------Sequence [GotoTown]---------------------------------
[GotoTown]
K(@Town_Portal)
S(@WP_Del)
FUNC:TOWNTP ; Return to town using tp
FUNC:A5TownPoint
EXIT
;-----------------------------Sequence [GotoAnyaWp]-------------------------------
[GotoAnyaWp]
FUNC:A5WPtoATP
;-----------------------------Sequence [PalaToPin]--------------------------------
[PalaToPin]
K(@SK_Teleport)
S(@Switch_Del)
CLM
CML
BRC(400,-310)
WEOT(@Tele_Del)
RC(700,30)
WEOT(Tele_Del)
BRC(555,-80)
WEOT(@Tele_Del)
BRC(165,5) ;300,0
K(@SK_Fanatism)
S(@Switch_Del)
EXIT
;-----------------------------Sequence [PalaVSPin]--------------------------------
[PalaVSPin]
LC(MFOC)
S(40)
CLM
CML
CMDEAD
CTOE
;-----------------------------Sequence [PinPickit]--------------------------------
[PinPickit]
S(@Random_Sleep)
PICKIT(@Pickit_Delay)
S(@Random_Sleep)
S(@ARDSleep)
EXIT
qu'est ce qui cloche??
#4
Posté 23 April 2006 - 16:54
tu as un mercenaire ?
#5
Posté 23 April 2006 - 17:12
non je l'ai enlevé ^^
#6
Posté 23 April 2006 - 18:10
c'est a mon avis pour cela qu'il quitte la partie
#7
Posté 24 April 2006 - 10:15
non car avant il etait mis et le bot le laissait carrement crever!
#8
Posté 24 April 2006 - 11:07
mauvaise config des raccourcis et/ou dans fichier mm.BOT.ini
ma sequence marche parfaitement, donc t'a une erreur c'est config...
Par ici
ma sequence marche parfaitement, donc t'a une erreur c'est config...
Par ici
Aucun support ne sera fait en privé. Si vous avez un problème, faites un post.
Ne pas hésiter à mettre un petit (+) si mon post vous plait ou vous a servi !

Ce sujet est fermé


