Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Failing too many runs [cont]
#1
This is from other thread...

I have a quick question and didnt want to create a new thread for it, and this seems to be a popular topic with the mm.bot, after my first day running it, it did ~350 runs but if had ~ 140 fails. That seems quite high, was wondering if that's normal or did I config something wrong

My Merc And My Sorc Are Both Level 91, My Sorc Has ~ 1300 Life With Battle Orders, Merc Never Died Once During The Runs, Sorc Didnt Either

Merc Gear
- Eth Up'd Shaft [2146 Def]
- Up'd Vamp Gaze [20% DR, 8% LL, ML]
- Eth Reaper's Troll

My Gear
- Ist'd Occy
- CoH Archon Plate
- PTopaz'd Shako [140 Def]
- Up'd Chance Guards [40% MF,100 Def]
- 45% War Travellers
- Arachnid's Mesh
- Tal Rasha Amulet
- 2x Nagel Rings [30% Each]
- Spirit Monarch [35% FCR]
- Call To Arms And Spirit [Switch]

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
@Shiver_Armor = f4
@Glacial_Spike = f5
@Battle_Orders = f7
@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(@Shiver_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


Logs


05/20 11:33:27 [E]> DownStairsToStash pathing function failed.
05/20 11:32:16 [E]> DownStairsToStash pathing function failed.
05/20 11:32:14 [W]> Failed while stashing items. Retry...
05/20 11:31:51 [W]> Failed while accessing trade interface with Malah NPC.
05/20 11:29:51 [W]> Failed while searching NPC menu on Malah NPC.
05/20 11:12:17 [W]> Failed while searching NPC menu on Malah NPC
05/20 11:11:12 [E]> DownStairsToStash pathing function failed.
05/20 11:11:11 [W]> Failed while stashing items. Retry...
05/20 11:08:15 [E]> Failed while stashing items.
05/20 11:05:05 [E]> DownStairsToStash pathing function failed.
05/20 10:58:48 [E]> Connexion failed / Cannot validate In Game status.
05/20 10:50:45 [E]> Connexion failed / Cannot validate In Game status.
05/20 10:33:22 [E]> Failed while stashing items.
05/20 10:33:12 [W]> Failed while stashing items.
05/20 10:27:43 [W]> Failed while searching NPC menu on Malah NPC.




Those are basically all the errors I'm getting, dont know why it fails stashing because the stash had in it was 3 unique rings and a rare jewel, it had plenty of room...
Reply


Messages In This Thread
Failing too many runs [cont] - by Club Nightfly - 05-26-2006, 04:14 AM
Failing too many runs [cont] - by mikea454 - 05-26-2006, 04:54 AM
Failing too many runs [cont] - by Shift - 05-26-2006, 06:07 AM
Failing too many runs [cont] - by AngelzUnit - 06-26-2006, 06:37 AM
Failing too many runs [cont] - by DarkZeb - 06-26-2006, 05:23 PM
Failing too many runs [cont] - by hellsing293 - 06-27-2006, 12:56 AM
Failing too many runs [cont] - by DiGiTaLiS - 06-27-2006, 01:11 AM
Failing too many runs [cont] - by mikea454 - 06-27-2006, 07:41 AM
Failing too many runs [cont] - by DarkZeb - 06-27-2006, 04:17 PM
Failing too many runs [cont] - by mikea454 - 06-28-2006, 03:40 AM
Failing too many runs [cont] - by DarkZeb - 06-28-2006, 12:14 PM
Failing too many runs [cont] - by PoweredDeath - 06-30-2006, 08:25 AM
Failing too many runs [cont] - by mikea454 - 07-01-2006, 07:33 AM
Failing too many runs [cont] - by DarkZeb - 07-01-2006, 12:54 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  US West NL Runs .. Looking for leechers 48Inches 5 154 07-14-2012, 01:49 PM
Last Post: 48Inches
  how to set up the d2nt bot so it'll stop after 10 runs for awhile then restart ? asn831 13 326 06-06-2012, 07:06 AM
Last Post: comper
  Need Help Setting Up a Leader And Leech For Private Game runs [Etal v7] Kurts 4 371 04-01-2012, 06:39 PM
Last Post: Kurts
  Public vs Private Runs w/ HDIN pbanks 13 507 02-17-2012, 02:10 PM
Last Post: comper
  Kill super uniqes that bot runs by on the way to clear certian area/boss Akao 5 224 01-06-2012, 03:14 AM
Last Post: Akao
  D2NT Problem - Random Halt During Runs LordZZX 0 212 07-23-2011, 10:06 PM
Last Post: LordZZX
  Temp bans on +10 min runs soruk 2 284 06-23-2011, 12:55 AM
Last Post: TyKe
  Please Help with D2NT 3.1 Baal Runs jwdubz 1 497 05-12-2011, 05:42 AM
Last Post: darkopia
  D2NT Constantly failing to take WPs mcmlxx 5 378 04-20-2011, 08:07 AM
Last Post: bugme143
  attempting pub runs and getting error Wistlenuts 1 164 03-16-2010, 10:54 PM
Last Post: 5Cats

Forum Jump:


Users browsing this thread: 1 Guest(s)