I remember checking out the old tool, glad this one has been revived =]
Printable View
I remember checking out the old tool, glad this one has been revived =]
Maybe I should apply :p I do have walking, but it's SPS :p Maybe add a check for ObjDTM and SPS?
Simba Code:Add fflag
Add tdtmpointdef
Make sure include walking in your script!
You should Apply for members.
[==================================]
[= Result: 91%
[==================================]
You need to change the Clickmouse thing, ClickMouse2 is a really usefull option when used at place where it should be used.
Maybe to detect if a Script use Walking, you could look for FFlag in the Script, as it does not recognize my DTM walking method in my Ectofuntus script too.
Well gave it a go and.....
Progress Report:Add tdtmpointdef Add while You should Apply for members. [==================================] [= Result: 98% [==================================]
Theres really no point in doing this unless you really want to have a good grade with this tool.
Here's the Mouse function from the SRL's includes.
Simba Code:(*
Mouse
~~~~~
.. code-block:: pascal
procedure Mouse(mousex, mousey, ranx, rany: Integer; button: variant);
Moves then clicks mouse (will only move if 'mouse_move' passed).
.. note::
by Mutant Squirrle, Harry
Example:
.. code-block:: pascal
*)
procedure Mouse(mousex, mousey, ranx, rany: Integer; button: variant);
begin
MMouse(mousex, mousey, ranx, rany);
Wait(60 + Random(30));
ClickMouse2(button);
Wait(50 + Random(50));
end;
That's right... Mouse actualy use ClickMouse2.
Okay enough with the ClickMouse2, I will add it to the script along with others.
Oh geez, not this horrible tool again! :p
How've you been? I thought you were leaving for good Ben? I was happy for a moment :p
Hey its a eshay tool ;).
Thats a hard statement to go by. I was just incredibly bored during my studying yesterday or the day before, so i was like, woah I havent been on SRL in a while, ill take a geeze, then something made me want to do some scripting haha. You love me dont lie.
Change log
Version 0.01
- Added Clickmouse2 to the exception list
- Added Findsymbol
- Added For.. to do statements
- Shortened the Multi Words procedure ;).
- And a few little hints on things to add to your script.
Ohhhh yeaaaaaaaaaaaaaaahhhhhhhhhhh.
The best I can possibly get is 82% because of longevity, but I get 77% because of the fflag I didn't use.
Now we're talking :sasmokin:Code:Add fflag
Add Find Symbol - usually as a walking backup (Not needed just an additive)!
You should Apply for members.
[==================================]
[= Result: 77%
[==================================]
You're not in the same year as me? What? I could of sworn you were in Santy's year/one year ahead of me...
And this guide: http://villavu.com/forum/showthread....311#post917311
Simba Code:Add tdtmpointdef ///No need
Add while //No need
Add Radial/Linear/Walkpaths //Glass maker Not needed
Add Find Symbol - usually as a walking backup (Not needed just an additive)! //>.>
Get rid of Clickmouse = ban. //Don't use
You should Apply for members. // Cool
[==================================]
[= Result: 78%
[==================================]
Add tdtmpointdef
Add tpa
You should Apply for members.
[==================================]
[= Result: 78%
[==================================]
Yay im on the right track :)
@BobboHobbo, maybe change it to 80% before saying 'You should Apply for Members'
Also, here's an updated one:
Code:Add tdtmpointdef
Add while
Add Find Symbol - usually as a walking backup (Not needed just an additive)!
You should Apply for members.
[==================================]
[= Result: 86%
[==================================]
EDIT: How can you use FindSymbol as a walking backup. I know you can say 'if FindSymbol', but then what? It only returns a boolean and not x and y co-ordinates...
iirc, FindSymbol just uses FindBitmap. Since the symbols are bitmaps.
Mmm no I think its fine at 70%, If your getting over 70% you have everything you need to become a member, your just not using it correctly if your getting declined. A good way is to look at SRL Members Scripts, refer to them, learn what they do. What differs in their script? why do they use this method instead of that method etc. Look for your weak points in your script, see how other people done them, learn from this, how I done it back in the day :).
I tried this with some of my SRL releases, and none of them get me above 75% :)
Looks like I need to script harder and make something more complex be a good member ;)