som1 have a good place to bot?
im 1 def..
ty =]
it's an array. you can have it check for as many or as little colors as you want. :P
Simba Code:MonsterColor1 := ([1,3,5,7,9,11,13,15,17,19,21]);
MonsterColor2 := ([1,2,3,4,5,6,7,8,9,10]);
would work aswell.
I HIGHLY recommend using a secondary checking method after the first to avoid spam mouse movements.. but without the secondary color, it'd look this this:
Simba Code:procedure FindMonster;
var
FoundMonster:Boolean;
x, y, i, ColorTolerance:Integer;
MonsterColor:TIntegerArray;
begin
// would need a combat check to make sure this doesn't run while in combat as well
ColorTolerance := 5;
MonsterColor := ([6136697,7965847,2453907,11250614]); // goblin as an example.
repeat
for i:=0 to high(MonsterColor) do
begin
if (FindObj(x,y,MonsterName,MonsterColor[i],ColorTolerance)) then
begin
// mmouse(x,y,5,5); // FindObj moves mouse on it's own i believe
wait(RandomRange(30,70));
ClickMouse2(mouse_right);
if (WaitOptionEx('ttack','npc',ClickLeft,RandomRange(40,120))) then
begin
FoundMonster := True;
exit;
end;
end;
end;
// RotateCamera Code here, cause this would mean it couldn't find a monster after looping through all colors
until (FoundMonster);
end;
Last edited by aaron126; 05-21-2013 at 03:59 PM.
what the heck is a nickname? and how do i set that part up?
is there anyway it could check for 2 colors?
so it could be like more percise? idk if thats the right word
Not yet. I think i do a big update for finding monsters this weekend. (searching for 3 different monster colors (like you have a man wit blue clothes and green clothes and yellow clothes) for all these colors its going to find a secondairy color that this npc will have too. So its way more accurate and im finally done with monster detecting.
Will you fix the eating? Sometimes it just never eats and keeps attack monsters in-till I get ring of lifed. But over all its a great script! Keep it up
Maybe make the paint
Time Running: **********
Status: **********
Current (Attack,Defence,or Strengh) Lv: **********
etc etc
On a side note, sometimes it doesn't eat.
----if theres absolutly anything you need tested or need help with holler at me for sure.----
Last edited by snowbro; 05-22-2013 at 03:37 AM.
this is a sweet script, but i find myself taken away by randoms constantly and can't really run the script for more than like 20 mins. so what i've been doing is keeping an eye on it with one of my monitors and then just web browsing on the other. but if i wanted to say, leave it running while at work or something, how can i do this?
Where is a good place to train for 66 combat? Thanks for answer
Nice! where did u train bro? nice zerker u have there![]()
infedility is testing the newest version for me now! (with multi colors + duo npc!)
Was the eating thing checked out?
There are currently 1 users browsing this thread. (0 members and 1 guests)