![]() |
Blizzard Sorc Pindle Sequence Problem. - Printable Version +- Blizzard Sector (https://www.blizzsector.co) +-- Forum: Diablo II (https://www.blizzsector.co/forum-4.html) +--- Forum: Hacks Bots and Editors (https://www.blizzsector.co/forum-16.html) +--- Thread: Blizzard Sorc Pindle Sequence Problem. (/thread-28091.html) |
Blizzard Sorc Pindle Sequence Problem. - SeGa - 03-23-2006 Before my blizz sorc would do the runs right. It would blizzard, glacial spike, pick up items. But then when i raned it again, it would just tele to the top right corner of pindle and would either chicken or get killed if it cant chicken out in time. Here is my Sequence: ;==========>>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 = 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 = f1 @Blizzard = f2 @Chilling_Armor = f3 @Glacial_Spike = f4 @Battle_Orders = f5 @Battle_Command = f6 ;==========================> /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 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 Ive tried everything i can to fix it, what i want it to really do is just not tele in the back of pindle (or middle of it) and get killed. Just Blizzard, Glacial Spike, kill, and pick up items. Blizzard Sorc Pindle Sequence Problem. - SeGa - 03-24-2006 ........*ahem*? Blizzard Sorc Pindle Sequence Problem. - RaZzor - 03-24-2006 I can't find anything wrong, normally, nicotine's sequences work very well...tried to search for something in the log? Blizzard Sorc Pindle Sequence Problem. - SeGa - 03-25-2006 well its okay now im using the blizzard pindle only script the one that recommends more than 1 key. I just set my delays to longer so i woudnt have to put up with realm downs. But im still getting problems with my bot picking up items. Ill post my problem in another thread. |