A ent finder that finds the dot on the MM ( of the Tree symbol), BUT only searches about only half of the minimap that your in
![]()
A ent finder that finds the dot on the MM ( of the Tree symbol), BUT only searches about only half of the minimap that your in
![]()
Just find your player's dot and then look in an area around the dot for the yellow (NPC) one. Is it that hard?
:-)
Then you simply confine the area space even more? Since you know where you should be in relation to the tree(s), you should be able to specify within a tight area where you want to look for that yellow dot. Calling FindNormalRandoms before an ent finding procedure probably would be best to nullify the chance of randoms popping up so you don't accidentally detect an ent.
:-)
Cool. Now what happens, say, your cutting willows in Draynor and a dark mage walks directly next to your player?
I suppose it could work, however the area would have to be fairly vacant. And when an ent appears, doesn't the trees name in the top left turn yellow? I think that would be far easier to detect with less problems.
Cut Willow Trees in Rimmington and your problem's solved? (h) Bobbohobbo already has an ent finder that does that (I use it myself), but I guess he's looking for something new to use. Like you mention though, it's probably too hard to maintain a decent search area while making sure you don't detect Dark Wizards as Ents.
:-)
Make me a ent finder for MM its more effiecent for Yews way better and looks waaaaay less botty.
I saved a view pics of ents.
Lol i took a screen shot to late for the seccond one.
Get on MSN?
[CENTER][img]http://signatures.mylivesignature.com/54486/113/4539C8FAAF3EAB109A3CC1811EF0941B.png[/img][/CENTER]
[CENTER][BANANA]TSN ~ Vacation! ~ says :I Love Santy[/BANANA][/CENTER]
[CENTER][BANANA]Raymond - Oh rilie? says :Your smart[/BANANA][/CENTER]
Idk, can you try making oneIm busy, with my script. And this is one thing needed for it.
Ill add you to the credit listif you make.
Yeah, I'll try. I'm having a hard time finding an ent to test it on, though. :P
:-)
Goodluck.
Well, I found one ent, but I couldn't locate the symbol while the NPC dot was over it. I'll try again tomorrow, but I'm not sure if it'll work or not.
:-)
Is the dot always on the symbol? (I don't WC)
Yes it is everywhere like that. Im a wcer![]()
well you could just have it look inside the symbol by croping the symbol with an ent but maybe that wouldnt work because its a regular bitmap or something
Why would this be hard at all?. Your player dot is always in the same place (center of minimap). Therefor, when your standing next to a tree, the tree symbol is approx 15x15
For the north yew tree i used..
SCAR Code:procedure test2;
var
tx,ty:Integer;
begin
SymbolAccuracy:=0.3;
if(FindSymbol(tx,ty,'Tree'))then
begin
writeln('X '+IntToStr(tx)+' Y '+IntToStr(ty));
//195836
if(FindColorSpiral(x,y,195836,tx-8,ty-5,tx+6,ty+8))then
begin
writeln('Found at X: '+IntToStr(X)+'Y: '+IntToStr(Y));
end;
end;
end;
I'm not 100% positive where the randoms spawn, wether they are in my scan range or not. Havn't had an ent to try it with.
//Edit randoms dont spawn in the range.
Rogeruk's Al-Kharid Tanner V1.1 [Released]
Rogeruk's Barbarian Crafter [Coming Soon]
Rogeruk's Guild Fisher [Coming Soon]
!! - Taking Requests - !!
No i only tested it on the top tree.
I guess this would work..
SCAR Code:procedure test2;
var
tx,ty:Integer;
begin
SymbolAccuracy:=0.3;
if(FindSymbolIn(tx,ty,'Tree',628,64,651,100))then
begin
writeln('X '+IntToStr(tx)+' Y '+IntToStr(ty));
//195836
if(FindColorSpiral(x,y,195836,tx-8,ty-5,tx+6,ty+8))then
begin
writeln('Found at X: '+IntToStr(X)+'Y: '+IntToStr(Y));
end;
end;
end;
Trying to find an ent to check it with![]()
Rogeruk's Al-Kharid Tanner V1.1 [Released]
Rogeruk's Barbarian Crafter [Coming Soon]
Rogeruk's Guild Fisher [Coming Soon]
!! - Taking Requests - !!
FindColorCircle?
Verrekte Koekwous
Yea apart from you need to specific the distance..Plus that would kinda find randoms..
Works perfectly for me at Yews.SRL Compiled in 16 msec
X 643 Y 74
Found at X: 640Y: 76
Successfully executed
Rogeruk's Al-Kharid Tanner V1.1 [Released]
Rogeruk's Barbarian Crafter [Coming Soon]
Rogeruk's Guild Fisher [Coming Soon]
!! - Taking Requests - !!
Yea and find randoms too lol.
Rogeruk's Al-Kharid Tanner V1.1 [Released]
Rogeruk's Barbarian Crafter [Coming Soon]
Rogeruk's Guild Fisher [Coming Soon]
!! - Taking Requests - !!
Ill give it a go today![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)