if you want i can share my own script for dh
prereqs:
- full stamina
- coloader
- AC tool
what it does:
- use dh
- dc
- relog
repeat
this is perhaps THE fastest way to level dh. waiting +1min at higher levels is P.A.I.N. ... it is faster to do it in TG then wait for DH to expire, then sit (20 sec) etc.
i leveld several dhs this way, no problems so far
here's the script
Code:
////////////////////////////////////////////////////////////////////////
//
// this will level your dh - there is no faster way (xcept mabbe GM help;p)
//
// by GiYo from elitepvpers.com
//
//
// AC tool script
// start CO using coloader
// :} before you start have full stamina :}
//
//
// delay times should be changed (lowered) if your computer is decent
// that way it will be even faster
//
SetActiveWindow [Conquer]
delay 1000
Constants
dh_key = {F2} // place your DH here or change this to where your dh is
dc_key = ^T // you can use your own way to dc but i like this :)
confirm_key = {SPACE} // call me silly
x_os = 925 // x coord of enter button
y_os = 674 // y coord of enter button
x_vp = 457 // x coord of viewport
y_vp = 123 // y coord of viewport
End
while 1 = 1
IsWindow [Conquer]
delay 10000 // how long does your CO load + grace time
Keys $dh_key // activate dh
MousePos $x_vp,$y_vp // position your mouse "somewhere" on screen
RightClick // engage dh
delay 2000 // wait 2 sec just for kick (this can be set to 1000 safely)
Keys $dc_key // send dc ( control+T) this can be any other dc thingie
delay 1000 // wait for dc dialog ( this SHOULD be instant but ...)
Keys $confirm_key // confirm dialog
delay 1000 // wait logon screen ( againm should be instant but...)
MousePos $x_os,$y_os // move mouse to enter key
LeftClick // press enter
end
end
let me know if you like this1

run in house with empty friend list
as for perf issues, this starts dh every 14 sec. to regain stamina "normally" you need 20 sec. this fact alone says it can't be faster without dc. waiting for dh to expire gets to +1 min on lvl 2 (iirc).
if you don't like the dc thingie, use TG. tg is faster then dh+wait for expire+sit, repeat
hth