Plop
je need 1 nouvelle sequence soso car j'ai le probleme de l'inventair pourtan je mes bien i mes dans les sequence je ne trouve pas ou il mettre i donc bon aider moi si c possible merci...
N Séquence Soso Fire
Started By
Cézar
, Jul 11 2007 12:21
7 réponses à ce sujet
#1
Posté 11 July 2007 - 12:21
#2
Posté 11 July 2007 - 14:36
;#################################################################### ; Sequence soso feu ; pindle + eldritch ; Anakha ;#################################################################### ; ; Instruction ; =========== ; Skill necessaires ; ----------------- ; Fireball en clic gauche ; Meteore ; Teleport (évidement) ; ES ; manashield ; ; Conseil ; ------- ; ; Avoir un bon merco pour tank et faire des dmg si immune feu. ; ; Autre ; ----- ; ; C'est une sequence SANS cta;) ; ;##################################################################### ; ; -Début de la séquence : Act 5 ; -Le bot fait Eldritch ; -Le bot fait Pindle. ; ;##################################################################### ; ; GLOBAL VARIABLES ; ================ ; SKILLS ; ------ ; ; LE SKILL FIREBALL DOIT ETRE A GAUCHE ! ; @SK_Meteore = F6 ;Raccourci Meteore en clic DROIT @SK_Teleport = F4 ;Raccourci Teleport @SK_ES = F1 ;Raccourci Energie Shield @SK_Armor = F2 ;Raccourci Armure de Glace @TP = u ;Raccourci TP @Standskill = ² ;Raccourci StandSkill (pas bouger) ; ; DELAY (ne pas modifier si vous ne savez pas ce que vous faites) ; --------------------------------------------------------------- ; @Teleport_Delay = 1500 ;teleport delay @Random_Sleep = 200,400;sleep pour pickit @Pickit_Delay = 600 ;pickit delay @TP_Delay = 400 ;tp delay @Key_Delay = 40 ;Key delay @Meteore_Delay = 2500 ;delay pour relancer un meteore ; ; TimeOut (ne pas modifier si vous ne savez pas ce que vous faites) ; ----------------------------------------------------------------- ; @Eld_Timeout = 13000 ;eldritch delay @Pin_Timeout = 13000 ;pindle delay ; ;###################################################################### ; ; Sequence [MAIN] (modification de la sequence c'est ici) ; ;###################################################################### [MAIN] GotoAct5WP,0 Precast,0 GotoEld,0 KillEld,@Eld_Timeout EldPickit,0 GotoTown,0 Precast,0 GotoAnyaWp,0 GotoPin,0 KillPin,@Pin_Timeout PinPickit,0 ;###################################################################### ; ; NE RIEN TOUCHER APRES CETTE LIGNE !! ; ;###################################################################### ; GotoAct5WP ;###################################################################### [GotoAct5WP] FUNC:A5EWP EXIT ;###################################################################### ; Precast ;###################################################################### [Precast] K(@SK_ES) S(@Key_Delay) RC(300,200) S(@Random_Sleep) K(@SK_Armor) S(@Key_Delay) RC(300,200) S(@Random_Sleep) ;###################################################################### ; GotoEld ;###################################################################### [GotoEld] K(@SK_Teleport) S(@Key_Delay) BRC(155,-60) WEOT(@Teleport_Delay) CLM CML BRC(70,-330) WEOT(@Teleport_Delay) CLM CML K(@SK_Meteore) S(@Key_Delay) EXIT ;###################################################################### ; KillEld ;###################################################################### [KillEld] CLM CML KD(@Standskill) LCD(MFOC) S(@Meteore_Delay) LCU CLM RC(MFOC) CMDEAD CTOE ;###################################################################### ; EldPickit ;###################################################################### [EldPickit] S(@Random_Sleep) PICKIT(@Pickit_Delay) S(@Random_Sleep) EXIT ;###################################################################### ; GotoTown ;###################################################################### [GotoTown] K(@TP) S(@TP_Delay) FUNC:TOWNTP FUNC:A5TownPoint EXIT ;###################################################################### ; GotoAnyaWp ;###################################################################### [GotoAnyaWp] FUNC:A5WPtoATP ;###################################################################### ; GotoPin ;###################################################################### [GotoPin] S(100) K(@SK_Teleport) S(@Key_Delay) BRC(380,-295) WEOT(@Teleport_Delay) RC(696,64) WEOT(@Teleport_Delay) RC(749,119) WEOT(@Teleport_Delay) CLM K(@SK_Meteore) s(@Key_Delay) EXIT ;###################################################################### ; KillPin ;###################################################################### [KillPin] CLM CML KD(@Standskill) LCD(MFOC) S(@Meteore_Delay) LCU CLM RC(MFOC) CMDEAD CTOE ;###################################################################### ; PinPickit ;###################################################################### [PinPickit] S(@Random_Sleep) PICKIT(@Pickit_Delay) S(@Random_Sleep) ;###################################################################### ; END SEQUENCE ;######################################################################toutes les indications sont écrite
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 !
#3
Posté 12 July 2007 - 11:10
Merci amie je doit effacer les indic ou pas ?
#4
Posté 12 July 2007 - 16:26
plop ton srcipte marche mes elle ne tu pas les boss elle atack pa je compren pa le merc atak 2 ou 3 fois elle fait tp elle rentre en ville puit elle va a nilha le merco atak 2 ou 3 trois fois et elle recrée est elle ne fait que ca peut tu m'aider ?
#5
Posté 12 July 2007 - 16:54
vérifie bien la similitude entre tes raccourcis jeu et tes raccourcis script
#6
Posté 12 July 2007 - 17:02
;####################################################################
; Sequence soso feu
; pindle + eldritch
; Anakha
;####################################################################
;
; Instruction
; ===========
; Skill necessaires
; -----------------
; Fireball en clic gauche
; Meteore
; Teleport (évidement)
; ES
; manashield
;
; Conseil
; -------
;
; Avoir un bon merco pour tank et faire des dmg si immune feu.
;
; Autre
; -----
;
; C'est une sequence SANS cta;)
;
;#####################################################################
;
; -Début de la séquence : Act 5
; -Le bot fait Eldritch
; -Le bot fait Pindle.
;
;#####################################################################
;
; GLOBAL VARIABLES
; ================
; SKILLS
; ------
;
; LE SKILL FIREBALL DOIT ETRE A GAUCHE !
;
@SK_Meteore = f2 ;Raccourci Meteore en clic DROIT
@SK_Teleport = f3 ;Raccourci Teleport
@SK_ES = f4 ;Raccourci Energie Shield
@SK_Armor = Raccourci Armure de Glace
@TP = f5 ;Raccourci TP
@Standskill = ² ;Raccourci StandSkill (pas bouger)
;
; DELAY (ne pas modifier si vous ne savez pas ce que vous faites)
; ---------------------------------------------------------------
;
@Teleport_Delay = 1500 ;teleport delay
@Random_Sleep = 200,400;sleep pour pickit
@Pickit_Delay = 600 ;pickit delay
@TP_Delay = 400 ;tp delay
@Key_Delay = 40 ;Key delay
@Meteore_Delay = 2500 ;delay pour relancer un meteore
;
; TimeOut (ne pas modifier si vous ne savez pas ce que vous faites)
; -----------------------------------------------------------------
;
@Eld_Timeout = 13000 ;eldritch delay
@Pin_Timeout = 13000 ;pindle delay
;
;######################################################################
;
; Sequence [MAIN] (modification de la sequence c'est ici)
;
;######################################################################
[MAIN]
GotoAct5WP,0
Precast,0
GotoEld,0
KillEld,@Eld_Timeout
EldPickit,0
GotoTown,0
Precast,0
GotoAnyaWp,0
GotoPin,0
KillPin,@Pin_Timeout
PinPickit,0
;######################################################################
;
; NE RIEN TOUCHER APRES CETTE LIGNE !!
;
;######################################################################
; GotoAct5WP
;######################################################################
[GotoAct5WP]
FUNC:A5EWP
EXIT
;######################################################################
; Precast
;######################################################################
[Precast]
K(@SK_ES)
S(@Key_Delay)
RC(300,200)
S(@Random_Sleep)
K(@SK_Armor)
S(@Key_Delay)
RC(300,200)
S(@Random_Sleep)
;######################################################################
; GotoEld
;######################################################################
[GotoEld]
K(@SK_Teleport)
S(@Key_Delay)
BRC(155,-60)
WEOT(@Teleport_Delay)
CLM
CML
BRC(70,-330)
WEOT(@Teleport_Delay)
CLM
CML
K(@SK_Meteore)
S(@Key_Delay)
EXIT
;######################################################################
; KillEld
;######################################################################
[KillEld]
CLM
CML
KD(@Standskill)
LCD(MFOC)
S(@Meteore_Delay)
LCU
CLM
RC(MFOC)
CMDEAD
CTOE
;######################################################################
; EldPickit
;######################################################################
[EldPickit]
S(@Random_Sleep)
PICKIT(@Pickit_Delay)
S(@Random_Sleep)
EXIT
;######################################################################
; GotoTown
;######################################################################
[GotoTown]
K(@TP)
S(@TP_Delay)
FUNC:TOWNTP
FUNC:A5TownPoint
EXIT
;######################################################################
; GotoAnyaWp
;######################################################################
[GotoAnyaWp]
FUNC:A5WPtoATP
;######################################################################
; GotoPin
;######################################################################
[GotoPin]
S(100)
K(@SK_Teleport)
S(@Key_Delay)
BRC(380,-295)
WEOT(@Teleport_Delay)
RC(696,64)
WEOT(@Teleport_Delay)
RC(749,119)
WEOT(@Teleport_Delay)
CLM
K(@SK_Meteore)
s(@Key_Delay)
EXIT
;######################################################################
; KillPin
;######################################################################
[KillPin]
CLM
CML
KD(@Standskill)
LCD(MFOC)
S(@Meteore_Delay)
LCU
CLM
RC(MFOC)
CMDEAD
CTOE
;######################################################################
; PinPickit
;######################################################################
[PinPickit]
S(@Random_Sleep)
PICKIT(@Pickit_Delay)
S(@Random_Sleep)
;######################################################################
; END SEQUENCE
;######################################################################
La similitude est bone mes je compren pas ia pas fire ball?? c normal ??
; Sequence soso feu
; pindle + eldritch
; Anakha
;####################################################################
;
; Instruction
; ===========
; Skill necessaires
; -----------------
; Fireball en clic gauche
; Meteore
; Teleport (évidement)
; ES
; manashield
;
; Conseil
; -------
;
; Avoir un bon merco pour tank et faire des dmg si immune feu.
;
; Autre
; -----
;
; C'est une sequence SANS cta;)
;
;#####################################################################
;
; -Début de la séquence : Act 5
; -Le bot fait Eldritch
; -Le bot fait Pindle.
;
;#####################################################################
;
; GLOBAL VARIABLES
; ================
; SKILLS
; ------
;
; LE SKILL FIREBALL DOIT ETRE A GAUCHE !
;
@SK_Meteore = f2 ;Raccourci Meteore en clic DROIT
@SK_Teleport = f3 ;Raccourci Teleport
@SK_ES = f4 ;Raccourci Energie Shield
@SK_Armor = Raccourci Armure de Glace
@TP = f5 ;Raccourci TP
@Standskill = ² ;Raccourci StandSkill (pas bouger)
;
; DELAY (ne pas modifier si vous ne savez pas ce que vous faites)
; ---------------------------------------------------------------
;
@Teleport_Delay = 1500 ;teleport delay
@Random_Sleep = 200,400;sleep pour pickit
@Pickit_Delay = 600 ;pickit delay
@TP_Delay = 400 ;tp delay
@Key_Delay = 40 ;Key delay
@Meteore_Delay = 2500 ;delay pour relancer un meteore
;
; TimeOut (ne pas modifier si vous ne savez pas ce que vous faites)
; -----------------------------------------------------------------
;
@Eld_Timeout = 13000 ;eldritch delay
@Pin_Timeout = 13000 ;pindle delay
;
;######################################################################
;
; Sequence [MAIN] (modification de la sequence c'est ici)
;
;######################################################################
[MAIN]
GotoAct5WP,0
Precast,0
GotoEld,0
KillEld,@Eld_Timeout
EldPickit,0
GotoTown,0
Precast,0
GotoAnyaWp,0
GotoPin,0
KillPin,@Pin_Timeout
PinPickit,0
;######################################################################
;
; NE RIEN TOUCHER APRES CETTE LIGNE !!
;
;######################################################################
; GotoAct5WP
;######################################################################
[GotoAct5WP]
FUNC:A5EWP
EXIT
;######################################################################
; Precast
;######################################################################
[Precast]
K(@SK_ES)
S(@Key_Delay)
RC(300,200)
S(@Random_Sleep)
K(@SK_Armor)
S(@Key_Delay)
RC(300,200)
S(@Random_Sleep)
;######################################################################
; GotoEld
;######################################################################
[GotoEld]
K(@SK_Teleport)
S(@Key_Delay)
BRC(155,-60)
WEOT(@Teleport_Delay)
CLM
CML
BRC(70,-330)
WEOT(@Teleport_Delay)
CLM
CML
K(@SK_Meteore)
S(@Key_Delay)
EXIT
;######################################################################
; KillEld
;######################################################################
[KillEld]
CLM
CML
KD(@Standskill)
LCD(MFOC)
S(@Meteore_Delay)
LCU
CLM
RC(MFOC)
CMDEAD
CTOE
;######################################################################
; EldPickit
;######################################################################
[EldPickit]
S(@Random_Sleep)
PICKIT(@Pickit_Delay)
S(@Random_Sleep)
EXIT
;######################################################################
; GotoTown
;######################################################################
[GotoTown]
K(@TP)
S(@TP_Delay)
FUNC:TOWNTP
FUNC:A5TownPoint
EXIT
;######################################################################
; GotoAnyaWp
;######################################################################
[GotoAnyaWp]
FUNC:A5WPtoATP
;######################################################################
; GotoPin
;######################################################################
[GotoPin]
S(100)
K(@SK_Teleport)
S(@Key_Delay)
BRC(380,-295)
WEOT(@Teleport_Delay)
RC(696,64)
WEOT(@Teleport_Delay)
RC(749,119)
WEOT(@Teleport_Delay)
CLM
K(@SK_Meteore)
s(@Key_Delay)
EXIT
;######################################################################
; KillPin
;######################################################################
[KillPin]
CLM
CML
KD(@Standskill)
LCD(MFOC)
S(@Meteore_Delay)
LCU
CLM
RC(MFOC)
CMDEAD
CTOE
;######################################################################
; PinPickit
;######################################################################
[PinPickit]
S(@Random_Sleep)
PICKIT(@Pickit_Delay)
S(@Random_Sleep)
;######################################################################
; END SEQUENCE
;######################################################################
La similitude est bone mes je compren pas ia pas fire ball?? c normal ??
#7
Posté 12 July 2007 - 17:16
; LE SKILL FIREBALL DOIT ETRE A GAUCHE !
;
@SK_Meteore = f2 ;Raccourci Meteore en clic DROIT
@SK_Teleport = f3 ;Raccourci Teleport
@SK_ES = f4 ;Raccourci Energie Shield
@SK_Armor = ; Raccourci Armure de Glace
@TP = f5 ;Raccourci TP
@Standskill = ² ;Raccourci StandSkill (pas bouger)
as tu ces raccourcis dans lejeu diablo de mmbot ?
pas besoin tu mets fireball en skill a gauche
;
@SK_Meteore = f2 ;Raccourci Meteore en clic DROIT
@SK_Teleport = f3 ;Raccourci Teleport
@SK_ES = f4 ;Raccourci Energie Shield
@SK_Armor = ; Raccourci Armure de Glace
@TP = f5 ;Raccourci TP
@Standskill = ² ;Raccourci StandSkill (pas bouger)
as tu ces raccourcis dans lejeu diablo de mmbot ?
pas besoin tu mets fireball en skill a gauche
#8
Posté 12 July 2007 - 22:30
je compren pas si g c racourci dans le jeu diablo ou dans la sequence ??




