Results 1 to 13 of 13

Thread: i need...

  1. #1
    Join Date
    Mar 2009
    Location
    North
    Posts
    513
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default i need...

    what would be a good script would be a curser bot, that is reflection and can do all and any of the curse spells(such as stun) and keep on updating it, or update the current ones and add in stun or something, i hope you guys make a script for this!!

  2. #2
    Join Date
    Dec 2007
    Location
    UK
    Posts
    479
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    So you want a bot for stun? What monster?
    I don't play runescape. I auto it

  3. #3
    Join Date
    Oct 2006
    Location
    ithurtsithurtsithurtsithurts
    Posts
    2,930
    Mentioned
    7 Post(s)
    Quoted
    135 Post(s)

    Default

    I assume he wants it to curse/stun/whatever the dummies in Lumbridge.

  4. #4
    Join Date
    Dec 2007
    Location
    UK
    Posts
    479
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well thats easy. Wouldn't need reflection for that.

    I tell you what failpailirl, why don't you give it a go and I will help you 100% if you need it. Add me on msn: Bells-Here@live.co.uk

    Hint: Cast('Stun');
    I don't play runescape. I auto it

  5. #5
    Join Date
    Oct 2006
    Location
    ithurtsithurtsithurtsithurts
    Posts
    2,930
    Mentioned
    7 Post(s)
    Quoted
    135 Post(s)

    Default

    Actually, it's harder than it seems using just color, as a lot of things share the same color as the dummies. I mean, it's definitely possible (I did it a while ago), but pretty tricky.

  6. #6
    Join Date
    Dec 2007
    Location
    UK
    Posts
    479
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    Function ClickDummy: Boolean;
    Var
      DepP: TPointArray;
      TP: Tpoint;
      Dep: T2DPointArray;
      I, Times: Integer;
    Begin
      If Not LoggedIn then Exit;
      ColorToleranceSpeed(2);
      FindColorsSpiralTolerance(MSCX, MSCY, DepP, {Dummy Color}, MSX1, MSY1, MSX2, MSY2, 20);
      Dep:= TPAtoATPAEx(DepP, 20, 20);
      for i := 0 to Length(Dep)-1 do
      begin
        TP := MiddleTPA(Dep[i]);
        MMouse(TP.x, TP.y, 3, 3);
        Wait(100+Random(100));
        Inc(Times)
        if IsUpText('Dummy') then
        begin
          Mouse(TP.x,TP.y,0,0,true);
          FFlag(0);
          Wait(500+Random(500));
          ColorToleranceSpeed(1);
          Exit;
        end;
        If Times = 8 then
        Begin
          Writeln('Not Found Spell Dummy, Exiting');
          Times:=0;
          Exit;
        end;
      Wait(500+random(500));
      end;
    end;

    Made that, didn't test it but I expect it will find it
    Last edited by 0wn 4 skill; 08-07-2009 at 01:18 AM.
    I don't play runescape. I auto it

  7. #7
    Join Date
    Mar 2009
    Location
    North
    Posts
    513
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    well no honestly i suck at making scripts, and i want it to be a ref so it will run longer than color tbh. :P

  8. #8
    Join Date
    Dec 2007
    Location
    UK
    Posts
    479
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by failpailirl View Post
    well no honestly i suck at making scripts, and i want it to be a ref so it will run longer than color tbh. :P
    It won't make a difference tbh
    I don't play runescape. I auto it

  9. #9
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    There is already one in the Junior Section

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  10. #10
    Join Date
    Mar 2009
    Location
    North
    Posts
    513
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    its not updated though

  11. #11
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  12. #12
    Join Date
    Nov 2007
    Posts
    127
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    im going to update jesus45's zammy mage curser into a dummy curser.

    if i dont have it by today i will have it by tuesday or monday. im going on vacation for the weekend so i cant work on it saturday and sunday and im not sure because i might stay another day there

  13. #13
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

Thread Information

Users Browsing this Thread

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

Posting Permissions

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