09-14-2007, 10:39 AM
Hi... i'm sorta new to this whole thing and i have looked at some other scripts and come up with this one. I don't use a second weapon, but sometimes i believe that it switches on me. I go inside the portal, teleport to pindle, kill him and most of his minions and it exits the game. please help me. thanks
;==========>>Updates<<==========
;
; N/A
;
;===============================
;==========================> Delays
@Random_Delay1 = 500,2500
@Random_Delay2 = 500,2500
@Switch_Delay = 400
@PreCast_Delay = 100
@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 = 600
@Random_Sleep = 300
;==========================> /Delays
;==========================> Skills
@Teleport =f3
@Blizzard =f1
@Chilling_Armor =f5
@Glacial_Spike =f2
;==========================> /Skills
;=============================
;==========================> Blizzard Sorc Main
[MAIN]
NblizzPreCast,0
NblizzGotoAct5Wp,0
NblizzCTA,0
NblizzOutTown,0
NblizzPindleFreeze,@Pindle_Freeze_Length
NblizzPindleKill,@Pindle_Attack_Length
NblizzPindleEnd,0
;==========================> 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 Go to pindle
[NblizzOutTown]
K(@Teleport)
S(@Key_Delay)
BRC(400,-310)
WEOT(@Tele_Delay1)
RC(680,60)
WEOT(@Tele_Delay1)
BRC(510,0)
WEOT(@Tele_Delay2)
CLM
EXIT
;==========================> Blizzard Sorc Freeze Pindle Attack
[NblizzPindleFreeze]
K(@Glacial_Spike)
S(@Key_Delay)
RCD(MFOC,IN)
S(@Loop_Delay)
CLM
CMLM
CTOE
;==========================> Blizzard Sorc Final Pindle Attack
[NblizzPindleKill]
K(@Blizzard)
S(@Key_Delay)
RCD(MFOC,IN)
S(@Loop_Delay)
CLM
CMLM
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
;==========>>Updates<<==========
;
; N/A
;
;===============================
;==========================> Delays
@Random_Delay1 = 500,2500
@Random_Delay2 = 500,2500
@Switch_Delay = 400
@PreCast_Delay = 100
@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 = 600
@Random_Sleep = 300
;==========================> /Delays
;==========================> Skills
@Teleport =f3
@Blizzard =f1
@Chilling_Armor =f5
@Glacial_Spike =f2
;==========================> /Skills
;=============================
;==========================> Blizzard Sorc Main
[MAIN]
NblizzPreCast,0
NblizzGotoAct5Wp,0
NblizzCTA,0
NblizzOutTown,0
NblizzPindleFreeze,@Pindle_Freeze_Length
NblizzPindleKill,@Pindle_Attack_Length
NblizzPindleEnd,0
;==========================> 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 Go to pindle
[NblizzOutTown]
K(@Teleport)
S(@Key_Delay)
BRC(400,-310)
WEOT(@Tele_Delay1)
RC(680,60)
WEOT(@Tele_Delay1)
BRC(510,0)
WEOT(@Tele_Delay2)
CLM
EXIT
;==========================> Blizzard Sorc Freeze Pindle Attack
[NblizzPindleFreeze]
K(@Glacial_Spike)
S(@Key_Delay)
RCD(MFOC,IN)
S(@Loop_Delay)
CLM
CMLM
CTOE
;==========================> Blizzard Sorc Final Pindle Attack
[NblizzPindleKill]
K(@Blizzard)
S(@Key_Delay)
RCD(MFOC,IN)
S(@Loop_Delay)
CLM
CMLM
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