Whats the command again to search for a color starting in the center of the minimap then spiraling outwards?
Thank you in advance.
P.S. I did use search.
Whats the command again to search for a color starting in the center of the minimap then spiraling outwards?
Thank you in advance.
P.S. I did use search.
FindColorSpiral, FindColorSpiralTolerance, FindColorsSpiral, and FindColorsSpiralTolerance are what you're looking for.
EDIT: Just make sure you specify MMCX, MMCY as your x and y variables in the function parameters.
:-)
rotfl, i was thinking of editing radial walk (thats what i did for my swamp tar collector)
I feed really stupid.....
http://www.macrosoftinc.com/ ---WTF COPIERS!!!
lol this might b a noob question but wat is a mm ive always wounderd wat it was?
because people are always say like mm and its realli anoing if u dont kno wat it means u kno wat im talking about and they always walk away and say noob to me =(
mm = mini map
ms = main screen
mi = main inventory
mc = main chat
etc etc
SCAR Code:Function FindColorMM(Color: Integer): Boolean;
Begin
X := MMCX;
Y := MMCY;
Result := FindColorSpiral(X, Y, Color, MMX1, MMY1, MMX2, MMY2);
End;
Code:
- Narcle: I recall Jukka releasing a bunch of scripts like this before... Its how he rolls I think. rofl
- Solarwind: Dude, you are like... t3h s3x.
- Hy71194: JuKKa you're a machine! You released 3 scripts in 10 minutes! :O
- benjaa: woah.... Jukka is the man Guildminer pwns all
- NaumanAkhlaQ: And JuKKa Is my Her0!
What the? Why would you do it like that?
SCAR Code:Function FindColorMM(Color: Integer): Boolean;
Begin
Result := FindColorSpiral(MMCX, MMCY, Color, MMX1, MMY1, MMX2, MMY2);
End;
[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]
There are currently 1 users browsing this thread. (0 members and 1 guests)