Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Blizzard Pindle Problems
#1
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
Reply
#2
this is a pindle only sequence, so it is doing anything right.
but since you don't have a cta, use this sequence.
Code:
;==========>>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
[Image: toomuchowneh8lr1.jpg]
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  have som bot problems momme 3 229 06-15-2012, 03:00 PM
Last Post: comper
  Merc Problems float4life 1 204 03-28-2012, 06:18 PM
Last Post: comper
  Problems with charms pick it script tHende 1 265 03-16-2012, 09:01 AM
Last Post: comper
  Problems running 0wnage 5 393 01-26-2012, 08:54 AM
Last Post: comper
  SnagIT problems TyKe 3 322 01-19-2012, 01:45 AM
Last Post: comper
  Problems with item-logging - Tried useing Skidudes guide... Akao 5 138 01-09-2012, 05:45 AM
Last Post: comper
  D2NT Bot Problems 0wnage 9 501 01-03-2012, 06:45 AM
Last Post: 0wnage
  I am haveing acouple problems with my d2nt bot sbare91 1 480 11-08-2011, 06:53 AM
Last Post: bugme143
  How does the blizzard banning system work? McWatt 1 388 08-15-2011, 07:09 PM
Last Post: nexcor
  hi im having problems with d2nt sin187 2 334 06-25-2011, 05:50 AM
Last Post: sin187

Forum Jump:


Users browsing this thread: 1 Guest(s)