what things do u need to get Buy to work?
what things do u need to get Buy to work?
SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
Programming Projects: NotePad | Tetris | Chess
What? Do you mean you want the script to buy something?
If you do then I suggest using TPoint(s) from the center(s) of the item(s) and adding and reducing a certain amount of coordinates from the TPoint (so it clicks around the TPoint).. Then just use something as such as
SCAR Code:if ChooseOption(x, y, '10') then
TimesBought := TimesBought + 1;
...
// or just ChooseOption
Or you can use cases for that too... (Clicks different part of "Buy 10" text.. Antiban?)
SCAR Code:case Random(Something) of
0: ChooseOption(x, y, 'Buy 10');
1: ChooseOption(x, y, 'uy 10');
....
end;
Might not have anything to do with what you were looking for but I really didn't understand what you meant.
no...theres a procedure called Buy(i,amount)...and i try to use {.uncludes srl/srl/skill/buysell.scar} but then it doesnt work
SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
Programming Projects: NotePad | Tetris | Chess
Maybe cause its outdated. Just do it the way GoF said and make a coord box for it.
im confused about TPointBoxes, the tut i read says it makes a box around the x, and y coordinate...so how would you make a box around where u want to look?
SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
Programming Projects: NotePad | Tetris | Chess
Just use the crosshair to grab coords. Don't worry bout TBoxes right now those are a little more advanced. I believe there is a guide on them over in tutorial Island.
now the box would be Box(154,98,152,15); Then scar would click inside of that box.Code:And a coord here at the top left hand side EX. (154,98); +------+ | | | | | | +------+ <---get color here A.K.A the coord for EX. (152,15);
[kinda offtopic] that technically isn't a correct coord because they are lower, the closer they are to the top left hand corner[kinda offtopic]
omg i keep getting messages saying SRL.scar does not exist and BuySell.scar does not exist this is on the nat making script can someone help me please!!!
please help me on what i posted soon!!
How about you post your own thread instead of hijacking someone else's?
[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]
06-15-2007, 02:50 PM ...xboxguy9, plz dont gravedig.
Hi and Welcome to the forums, If you wish to remain at this community, Please take the time to read the rules.....Please make sure to read all stickied topics in each subforum...Please make sure to use the search button before posting a question, chances are, someone else has had the same question..asked it and had it answered........Please do not disturb old posts...Please do not hijack posts with questions not pertaining to the original post.......Please do not double post, learn to use the edit button.....Please do not bump posts...be patient, everyone else has lives here and is not our personal assistants....
Best Regards,
~RAM
There are currently 1 users browsing this thread. (0 members and 1 guests)