Hello,
It's possible to have the source code of this dll ? else, can u make a dll with a part of source code of EQ Radar for replace this in EQ harvest bot 4.03 ?
Code: Select all
function PlayerNearby()
Dim tx, ty, MobName, TargetID
PlayerNearby = False
sendkeys("{F1}") 'First target self
Sleep 100
sendkeys(KeyNearestPC) 'Target nearest PC
Sleep 100
targetid = gettargetid(oSvcObj)
'if player targeted then check for proximity to resource
MobName = getmobname(oSvcObj, targetid)
if targetid > 0 and MobName <> PCName then
UpdateCurrLoc
tx = getmobx(oSvcObj,targetid)
ty = getmoby(oSvcObj,targetid)
If withinrange(tx,ty,CurrX,CurrY,AvoidRange) then
oDebug.Print "PLayer within " & AvoidRange & " of resource", 8
PlayerNearby = True
end if
end if
sendkeys("{ESCAPE}")
end function
for more efficacy.
Thx u

if its possible :p
Edit : else if u have another idea :p !

Edit 2 : im not sure if its the good post for ask this. sry
Edit 3 : with the current code of function PlayerNearby(), sometimes, players say to me (/tell) : Please, dont harvest my stone. It's not funny

.