Posts: 5
Threads: 1
Joined: Mar 2007
Reputation:
0
Ive read the Manual up and down and can't find anything that says how to make my bot make more than one run. It's probably something simple but can someone help me out here. My script looks just the same as the one on here that i copied it from. I dunno im lost.
Posts: 1,484
Threads: 109
Joined: Jun 2004
Reputation:
0
Your pindle bot just does one run and stops?
[SIGPIC][/SIGPIC]
No compassion- like having a straight faced orgasm.
Posts: 5
Threads: 1
Joined: Mar 2007
Reputation:
0
03-03-2007, 03:11 PM
(This post was last modified: 03-03-2007, 03:11 PM by Pimpwitastang.)
I tried to Spam URLs. I am completely retarded. People like me should know better than to try and Troll these forums. I should be tared, feathered, and beaten with the moron stick. I am utterly incompetent.
I tried to Spam URLs. I am completely retarded. People like me should know better than to try and Troll these forums. I should be tared, feathered, and beaten with the moron stick. I am utterly incompetent.
Posts: 5
Threads: 1
Joined: Mar 2007
Reputation:
0
I tried to Spam URLs. I am completely retarded. People like me should know better than to try and Troll these forums. I should be tared, feathered, and beaten with the moron stick. I am utterly incompetent.
Posts: 1,484
Threads: 109
Joined: Jun 2004
Reputation:
0
03-03-2007, 03:47 PM
(This post was last modified: 03-03-2007, 03:54 PM by Ragnarhox.)
You cannot post links when your post count is very low just to let you know.
EDIT: Haha, apparently you can't pm' links either with a low post count.
[SIGPIC][/SIGPIC]
No compassion- like having a straight faced orgasm.
Posts: 5
Threads: 1
Joined: Mar 2007
Reputation:
0
maybe now it will work, look it starts fine, precasts n everything, then goes n kills everything i want it to, but at the end it just goes and stands next to the wp. here is the sequence.
;==========================> Delays
@Random_Delay1 = 2500,7500
@Random_Delay2 = 5000,10000
@Switch_Delay = 300
@PreCast_Delay = 300
@WarCry_Delay = 350
@Eldritch_Attack_Length = 9500
@Shenk_Attack_Length = 9500
@Tele_Delay1 = 400
@Tele_Delay2 = 300
@Walk_Delay = 400
@Key_Delay = 50
@Loop_Delay = 100
@Pickit_Delay = 600
@Random_Sleep = 300
;==========================> /Delays
;==========================> Skills
@Teleport = f1
@Concentration = f2
@Vigor = f3
@Cleansing = f4
@Holy_Shield = f5
@Battle_Orders = f6
@Battle_Command = f7
@Standstill = g
@Town_Portal = f10
;==========================> /Skills
;==========================> Hammerdin Sequences MAIN
[MAIN]
HummerPreCast,0
GotoAct5Wp,0
HummerCTA,0
HummerToEld,0
HummerVsEld,@Eldritch_Attack_Length
HummerPostEld,0
HummerToShenk,0
HummerVsShenk,@Shenk_Attack_Length
HummerPostShenk,0
HummerToTown,0
HummerToAnya,0
HummerToPindle,0
HummerKillsPindle,@Pindle_Attack_Length
HummerPostPindle,0
;==========================> Hammerdin Pre Casts
[HummerPreCast]
K(@Holy_Shield)
S(@Key_Delay)
RC(400,300)
S(@PreCast_Delay)
K(@Vigor)
S(@Key_Delay)
EXIT
;==========================> Hammerdin Prepares
[GotoAct5Wp]
SR(@Random_Delay1)
FUNC:A5EWP
EXIT
;==========================> Hammerdin Shouts
[HummerCTA]
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)
;==========================> Hammerdin Travels to Eldritch
[HummerToEld]
K(@Teleport)
S(@Key_Delay)
BRC(130,-60)
WEOT(@Tele_Delay1)
BRC(80,-335)
WEOT(@Tele_Delay1)
RC(400,150)
WEOT(@Tele_Delay2)
K(@Concentration)
S(@Key_Delay)
CLM
CML
EXIT
;==========================> Hammerdin Kills Eldritch
[HummerVsEld]
KD(@Standstill)
S(@Key_Delay)
LCD(580,320)
S(@Loop_Delay)
CMDEAD
CLM
CML
CTOE
;==========================> Hammerdin Loots the Corpse
[HummerPostEld]
K(@Cleansing)
S(@Key_Delay)
PICKIT(@Pickit_Delay)
S(@Random_Sleep)
CLM
CML
EXIT
;==========================> Hammerdin Travels to Shenk
[HummerToShenk]
K(@Teleport)
S(@Key_Delay)
RC(275,515)
WEOT(@Tele_Delay1)
RC(550,550)
WEOT(@Tele_Delay1)
BRC(400,110)
WEOT(@Tele_Delay1)
RC(700,520)
WEOT(@Tele_Delay1)
RC(700,520)
WEOT(@Tele_Delay1)
RC(600,550)
WEOT(@Tele_Delay1)
RC(700,520)
WEOT(@Tele_Delay1)
RC(690,350)
WEOT(@Tele_Delay1)
RC(700,550)
WEOT(@Tele_Delay2)
K(@Concentration)
S(@Key_Delay)
CLM
CML
EXIT
;==========================> Hammerdin Beats Down Shenk
[HummerVsShenk]
KD(@Standstill)
S(@Key_Delay)
LCD(700, 350)
S(@Loop_Delay)
CMDEAD
CLM
CML
CTOE
;==========================> Hammerdin Loots Shenk
[HummerPostShenk]
S(@Key_Delay)
K(@Vigor)
S(@Random_Sleep)
PICKIT(@Pickit_Delay)
S(@Random_Sleep)
CLM
CML
EXIT
;==========================> Hammerdin Travels to Town
[HummerToTown]
K(@Town_Portal)
S(@Key_Delay)
FUNC: TOWNTP
S(@Key_Delay)
K(@Cleansing)
S(@Random_Delay2)
S(@Key_Delay)
K(@Vigor)
FUNC:A5TownPoint
S(@Random_Sleep)
EXIT
Posts: 1,484
Threads: 109
Joined: Jun 2004
Reputation:
0
I'm to tired to look at it right now and I'm about to go to bed so I'm just going to link you to a scrpit I know works for now.
mmForums Forums-viewtopic-Hammerdin [nicotine]
Eldritch/ Shenk/ Pindle scrpit that I used to use and know it works.
[SIGPIC][/SIGPIC]
No compassion- like having a straight faced orgasm.