Posts: 1
Threads: 0
Joined: Jun 2009
Reputation:
0
I have a problem with this bot. Every time I run it, I will load properly and everything is fine until it get to the council and then it trys to load a script from the script folder. Thing is I cant find anywhere to download the scripts and Im not good at writing scripts yet. Any and all help would be much appreciated.
Posts: 3,250
Threads: 189
Joined: Mar 2006
Reputation:
0
Can't find the mod for it and the MMod.net site is down because they were keylogging and scamming.
You can run....but you'll just die tired.
~~~~~~~~~~~~~~~~~~~~~~~~~
![[Image: 150.gif]](http://i119.photobucket.com/albums/o154/turkandrew/150.gif)
Posts: 29
Threads: 8
Joined: Aug 2009
Reputation:
0
thank man. its a very good bot
Posts: 1
Threads: 0
Joined: Aug 2009
Reputation:
0
ok... ive edited d2nt to let my zon do runs... the only problem im having is it wont buy arrows while in town and im havin problems writin the script for that part... HELP?!? ive been on several sites and everyones like thats too complicated
Posts: 4
Threads: 1
Joined: Aug 2009
Reputation:
0
well i got a (half working) skript which isnt pretty good but useable as a lightning sorc (tried on nightmare - im not good enough for hell runs on travincal cause of the immunities)
try something like that:
;Go to Travi town
[CL_Sorc_Goto_TravMonster]
K(@Teleport_Key)
SR(@Key_Push_Delay)
BRC(-1,-1)
WEOT(@Wait_End_Of_Teleport_Delay)
;CLM
;CML
BRC(762,61)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
;CML
BRC(742,161)
WEOT(@Wait_End_Of_Teleport_Delay)
;CLM
;CML
BRC(759,348)
WEOT(@Wait_End_Of_Teleport_Delay)
CLM
;CML
BRC(741,24)
WEOT(@Wait_End_Of_Teleport_Delay)
;CLM
;CML
BRC(475,-55)
WEOT(@Wait_End_Of_Teleport_Delay)
K(@Lightning_Key)
SR(@Key_Push_Delay)
EXIT
[CL_Sorc_Kill_Travi_Pre]
RCD(MFOC)
SR(@Attack_Loop_Delay)
CLM
;CML
CMDEAD
CTOE
[CL_Sorc_KillTelS_Travi]
K(@Teleport_Key)
SR(@Key_Push_Delay)
RC(665,112)
WEOT(@Wait_End_Of_Teleport_Delay)
;BRC(0,0)
;SR(750,800);Wait teleport
;K(@Chain_Lightning_Key)
;SR(@Key_Push_Delay)
;SR(900,1500);wait for monster to follow
Exit
[CL_Sorc_KillTel_Travi]
K(@Teleport_Key)
SR(@Key_Push_Delay)
BRC(340,-140)
WEOT(@Wait_End_Of_Teleport_Delay)
K(@Chain_Lightning_Key)
SR(@Key_Push_Delay)
;SR(900,1500);wait for monster to follow
Exit
[CL_Sorc_Kill_Travi]
K(@Chain_Lightning_Key)
RCD(MFOC)
SR(@Attack_Loop_Delay)
CLM
;CML
CMDEAD
CTOE
;340,-140
[CL_Sorc_Travi_Pickit]
SR(8000,1000)
CLM
;CML
SR(1,250)
S(200)
PICKIT(600)
CTOE
EXIT
[CL_Sorc_Travi_Pickit_two]
K(@Teleport_Key)
SR(@Key_Push_Delay)
BRC(155,180)
WEOT(@Wait_End_Of_Teleport_Delay)
;K(@Chain_Lightning_Key)
;SR(@Key_Push_Delay)
;SR(900,1500);wait for monster to follow
SR(3000,10000)
;CLM
;CML
SR(1,750)
PICKIT(600)
CTOE
EXIT
; not working all the time but like lets say 80% or more (with pickup)
;needs some finetuning