[19:44] <Gudei> ben c'est juste le precast qui chie
[19:44] <Gudei> il cast pas la mana shield
[19:44] <Gudei> depuis toujours et dans la sequence je vois rien d'anormal
[19:44] <Gudei> j'ai changé les raccourcis etc...
[19:44] <Gudei> ca change rien
[19:45] <Gudei> j'ai essayé une autre séquence marche bien le precast avec apperement les memes configs de base mais la séquence me plait pas
[19:45] <Gudei> donc jpige pas :/
voici la séquence:
[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 -------------
;==========>>Teleport Script Series<<==========
;Script: Blizzard Sorceress
;Author: Nicotine
;Based: N/A
;Monsters: Pindle
;Version: 5.44B6
;Date: NOV. 24, 2005
;Tested: Hell
;WebSite: http://mmscripts.omnesia.net
;=============================================
;==========>>Updates<<==========
;
; N/A
;
;===============================
;==========================> Delays
@Random_Delay1 = 500,2500
@Random_Delay2 = 500,2500
@Switch_Delay = 400
@PreCast_Delay = 200
@WarCry_Delay = 500
@Pindle_Freeze_Length = 500
@Pindle_Attack_Length = 9500
@Tele_Delay1 = 350
@Tele_Delay2 = 300
@Walk_Delay = 400
@Key_Delay = 50
@Loop_Delay = 100
@Pickit_Delay = 650
@Random_Sleep = 300
@walk_delay = 1100 ;Delay used for getting to/from chest etc
@clearmessages = n ;Normalement par défaut, sinon vous devez configurer la touche "Effacer les messages" sur la lettre "n" dans Diablo
;==========================> /Delays
;==========================> Skills
@Teleport = F3
@Blizzard = F1
@Chilling_Armor = F7
@Mana_Shield_Key = F6
@Glacial_Spike = F2
@Battle_Orders =
@Battle_Command =
;==========================> /Skills
;=============================
;==========================> Blizzard Sorc Main
[MAIN]
Cube, 0
NblizzPreCast,0
NblizzGotoAct5Wp,0
NblizzCTA,0
NblizzOutTown,0
NblizzPindleFreeze,@Pindle_Freeze_Length
NblizzPindleKill,@Pindle_Attack_Length
NblizzPindleEnd,0
;========================CUBAGE DE GEMMES
[Cube]
S(100)
K(@clearmessages)
BLC(505,-75) ;opens chest
S(@walk_delay)
EXEC: cube.exe
S(@walk_delay)
LC(372,483) ;closes chest
S(@walk_delay)
BLC(-285,11) ;walks to continue spot
S(@walk_delay)
EXIT
;==========================> Blizzard Sorc pre-cast
[NblizzPreCast]
K(@Chilling_Armor)
S(@PreCast_Delay)
RC(300,200)
S(@Random_Delay1)
;EXEC:Example.au3
EXIT
;==========================> Blizzard Sorc goto Act5 WP
[NblizzGotoAct5Wp]
FUNC:A5WPtoATP
EXIT
;==========================> Blizzard Sorc Shouts
[NblizzCTA]
CLM
CML
SWITCH1
S(@Switch_Delay)
K(@Battle_Orders)
S(@Key_Delay)
RC(400,300)
S(@WarCry_Delay)
K(@Battle_Command)
S(@Key_Delay)
RC(400,300)
S(@WarCry_Delay)
SWITCH2
S(@Switch_Delay)
CLM
CML
EXIT
;==========================> Blizzard Sorc Go to pindle
[NblizzOutTown]
CLM
CML
K(@Teleport)
S(@Key_Delay)
BRC(400,-310)
WEOT(@Tele_Delay1)
RC(680,60)
WEOT(@Tele_Delay1)
BRC(510,0)
WEOT(@Tele_Delay2)
CLM
CML
EXIT
;==========================> Blizzard Sorc Freeze Pindle Attack
[NblizzPindleFreeze]
K(@Glacial_Spike)
S(@Key_Delay)
RCD(MFOC)
S(@Loop_Delay)
CLM
CML
CTOE
;==========================> Blizzard Sorc Final Pindle Attack
[NblizzPindleKill]
K(@Blizzard)
S(@Key_Delay)
RCD(MFOC)
S(@Loop_Delay)
CLM
CML
CMDEAD
CTOE
;==========================> Blizzard Sorc Post Pindle
[NblizzPindleEnd]
K(@Teleport)
S(@Key_Delay)
RC(565,155)
WEOT(@Tele_Delay1)
PICKIT(@Pickit_Delay)
S(@Random_Sleep)
EXIT
;==========================> /EOF




