Page 19 of 19 FirstFirst ... 9171819
Results 451 to 467 of 467

Thread: RangeGuilder by Riyyi

  1. #451
    Join Date
    Dec 2008
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    RS updated just now, and the script doesn't seem to be working. It can't find the target colour in "Spamming Targets" loop. I tried updating the colours, but that still doesn't work. Any suggestions?

  2. #452
    Join Date
    Oct 2012
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    I have a problem with smart file at number 54 someone help plzzzzz

  3. #453
    Join Date
    Dec 2008
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    srhrich just update your script, google the error and you will find the answer

  4. #454
    Join Date
    Oct 2012
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    I'm new here plzz help me u have skype or something else add me "Srhrich" day416

  5. #455
    Join Date
    Dec 2011
    Location
    College Station, Texas
    Posts
    92
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Did the anti-leech, pretty easy.

    After running it I only notice one problem. It will sometimes misclick the target and move outside the boundaries. It keeps saying must shoot target from behind the hay. So maybe add a check to see if that message is popping up.

    Thanks for a great script, it was pretty fun figuring it out :P

  6. #456
    Join Date
    Dec 2008
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    "Spamming Targets" loop can't pick up the targets. The mouse pointer just stays in one position until the "Spamming targets" loop passes 40 seconds. I tried adding more colours from the targets to the array of colours allowed in FindObjEx but it still doesn't recognize the targets.

    Can anyone advise? And what settings on Smart and RS should i have?

  7. #457
    Join Date
    Jan 2012
    Location
    127.0.0.1
    Posts
    702
    Mentioned
    11 Post(s)
    Quoted
    76 Post(s)

    Default

    wow, how did you become a junior member with 27 posts?

    Edit: in response to your question:
    Simba Code:
    if FindColorTolerance(x, y, 4310482, 230, 162, 296, 219, 11) then
              MMouse(487, 42, 5, 5);
    it spams one spot as the MMouse uses a static location, so it will only move it to that location
    since i havent used this script, and dont have time to test it at the moment i can only give rought suggestions.

    So as im guessing the colorfinder tries to pick out the target:
    So changing the code from
    Simba Code:
    if FindColorTolerance(x, y, 4310482, 230, 162, 296, 219, 11) then
              MMouse(487, 42, 5, 5);
              Wait(600);
              if IsUpText('lose') then
                ClickMouse2(True);

    to this

    Simba Code:
    if FindColorTolerance(x, y, 4310482, 230, 162, 296, 219, 11) then
              MMouse(x,y, 5, 5);// I changed the static co-ordinates to the co-ordinates of the found location of the colors
              Wait(600);
              if IsUpText('lose') then
                ClickMouse2(True);


    But if this doesnt work, as im not sure what this script looks for, maybe it could be changed to
    Simba Code:
    if FindColorTolerance(x, y, 4310482, MSX1, MSY1, MSX2, MSY2, 11) then // change the colors and tolerence remeber the parameters of FindColorTolerance( OutputX,OutputY,Color,X1,Y1,X2,Y2, Color Tolerance)
              MMouse(x, y, 5, 5);
              Wait(600);
              if IsUpText('lose') then // change this to the uptext that is displayed when the mouse moves onto the target
    ClickMouse2(True);



    Since i havent used this script and only judging from the code, i cannot be sure that my fix is right, but i hope this could help you in some way or another.




    Edit2: In response to the display options, the usual display settings are as follows:
    SafeMode
    Fixed Screen
    Zoom out all the way.
    Dont worry about nav bar, it is always there in safe mode
    Last edited by Enslaved; 10-26-2012 at 08:45 PM.

  8. #458
    Join Date
    Oct 2012
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    omg i get this [Error] C:\Simba\Includes\SRL/SRL/misc/SMART.simba(46:19): Invalid number of parameters at line 45
    Compiling failed.
    [Error] C:\Simba\Includes\SRL\SRL\misc\SMART.simba(55:19): Invalid number of parameters at line 54
    Compiling failed.

  9. #459
    Join Date
    Jan 2012
    Location
    127.0.0.1
    Posts
    702
    Mentioned
    11 Post(s)
    Quoted
    76 Post(s)

    Default

    have you downloaded and updated the SRL include?
    Edit: there is usually a guide on how to solve this under the how to Auto section

  10. #460
    Join Date
    Dec 2008
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey enslaved, the first repeat loop is for when the target Window pops up. The 2nd repeat loop is for finding the targets itself. The script closes the target Window just fine, but can't seem to find to targets.

  11. #461
    Join Date
    Oct 2012
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Can someone tell me on skype... plzz "srhrich add me and plzz help me..

    Im new here!!!

  12. #462
    Join Date
    Oct 2012
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    i dont understand this how i do it?? and why the SMART COME IN FOLDER 2? idk help plzzzz fast!! SKYPE!!! SRHRICH

  13. #463
    Join Date
    Sep 2006
    Location
    Australia
    Posts
    425
    Mentioned
    0 Post(s)
    Quoted
    34 Post(s)

    Default

    39k exp/hr at 50 range, loving double exp weekend
    Update, 63 range w/ Pumpkin amulet:
    Code:
     XP Per Hour       : 81240
    Haven't had to modify the script in 4 months, too. Pretty sick
    Last edited by Deni_mulic; 10-28-2012 at 06:47 AM.

  14. #464
    Join Date
    Dec 2011
    Location
    Nj
    Posts
    2,341
    Mentioned
    1 Post(s)
    Quoted
    18 Post(s)

    Default

    Rez to the rescue!!!
    Srhrich - I am pretty sure you can just make {$DEFINE SMART}:
    Simba Code:
    {$DEFINE SMART8}
    If not, just do this: http://villavu.com/forum/showthread.php?t=89825
    Look at p1ng's first post!

    For the basics of the basics of pascal, try my TuT. ||Photoshop Editing ||MapleResourceDung Script || Book a flight! BuySellTrip

  15. #465
    Join Date
    Oct 2012
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    im new here!!! plzz want double xp!!
    im 84 range and 30 hp lvl 48 cb

  16. #466
    Join Date
    Aug 2012
    Posts
    144
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    So I got it to compile,

    Then it will do one round and it keeps logging out after that. I don't understand what is going on here.

    Any ideas?

  17. #467
    Join Date
    Nov 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Error] C:\Simba\Includes\SRL\SRL\Misc\SmartGraphics.simba (25:3): Unknown identifier 'SmartSetDebug' at line 24
    Compiling failed.

    and this becomes highlighted:

    SMART_Canvas.SetPersistentMemory(SmartDebugArray, 765, 553) ;

    can anyone help?

Page 19 of 19 FirstFirst ... 9171819

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •