Results 1 to 20 of 20

Thread: 3to4PotionMixer!

  1. #1
    Join Date
    Feb 2007
    Location
    South East England
    Posts
    2,906
    Mentioned
    2 Post(s)
    Quoted
    8 Post(s)

    Default 3to4PotionMixer!

    Unique


    Heyy, Welcome to my 3to4PotionMixer which works in Varrock West Bank to mix potions from 3 dose to 4 dose!

    Request by Mr.SRL, and I took it on board.

    Im currently working on the whole "It doesnt find the pot in the bank" thing. :]

    Im also working on the Pin, as it seems to type it too fast at the moment 0_o

    Might just be lagg I dont know :]

    Post any Bugs or any feedback, its greatly appreciated.

    I worked on standards too.

    HUGE thanks to Dude Richard for helping me on this script, much appreciated man!


    Enjoy, and thanks.
    Jus' Lurkin'

  2. #2
    Join Date
    Dec 2006
    Location
    Minnesota
    Posts
    227
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Looks good, man. Only found this:


    SCAR Code:
    repeat
          MixingPotions;
          BankThisShit;

    I think it is mixing one potion and then banking it? You might want a repeat in the mixingpotions procedure.

  3. #3
    Join Date
    Sep 2007
    Posts
    501
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice first script this
    SCAR Code:
    case Random(30) of
        0: TypeSend('Bored, notice how bored I am..');
        1: MMouse(0, 0, 762, 499);
        2: MMouse(0, 0, 762, 499);
        3: MMouse(0, 0, 762, 499);
        4: MMouse(0, 0, 762, 499);
        5: MMouse(0, 0, 762, 499);
        6: MMouse(0, 0, 762, 499);
        7: MMouse(0, 0, 762, 499);
        8: MMouse(0, 0, 762, 499);
        9: MMouse(0, 0, 762, 499);
        10: MMouse(0, 0, 762, 499);
    can be changed to
    SCAR Code:
    case Random(30) of
        0: TypeSend('Bored, notice how bored I am..');
        1, 2, 3, 4, 5, 6, 7, 8, 9, 10: MMouse(0, 0, 762, 499);
    its alot less typing in the future





    line 193 says

    SCAR Code:
    //-----------------------------Banking the Willows----------------------------\\



    .



    SCAR Code:
    if (FindDTM(FullVial, x, y, 151, 210, 595, 281)) then
          begin
    that should be
    SCAR Code:
    if (FindDTM(FullVial, x, y, 151, 210, 595, 281)) then
        begin



    .




    SCAR Code:
    if (FindDTM(FullVial, x, y, 547, 206, 734, 464)) then
      begin
        if IsUpText('(3)') then
          Mouse(x, y, 5, 5, false);
          ChooseOption('Use');
      end else
    i think should be
    SCAR Code:
    if (FindDTM(FullVial, x, y, 547, 206, 734, 464)) then
      begin
        if IsUpText('(3)') then
        begin
          Mouse(x, y, 5, 5, false);
          ChooseOption('Use');
        end;
      end else

  4. #4
    Join Date
    Feb 2007
    Location
    South East England
    Posts
    2,906
    Mentioned
    2 Post(s)
    Quoted
    8 Post(s)

    Default

    Thanks Rockman, I think I might need that :]

    Im not really that fussed about standards at the minute.

    And it says that because I took alot of procedures out of my Woodcutting script and edited them.
    Jus' Lurkin'

  5. #5
    Join Date
    Mar 2008
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Looks good now you've finished it

    Thanks for crediting me (This is Dude Richard just some noob who obviously can't get member has hacked my acc )

    BTW: I see you actually called that procedure BankThisShit

  6. #6
    Join Date
    Feb 2007
    Location
    South East England
    Posts
    2,906
    Mentioned
    2 Post(s)
    Quoted
    8 Post(s)

    Default

    Yall serious?

    And Yeah, it was a nice name.
    Jus' Lurkin'

  7. #7
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default

    lol yeah, I luckily managed to get the acc back, but i dnt think ill be getting the runescape acc back

  8. #8
    Join Date
    Feb 2007
    Location
    South East England
    Posts
    2,906
    Mentioned
    2 Post(s)
    Quoted
    8 Post(s)

    Default

    How did he hack your RS acc too?
    Jus' Lurkin'

  9. #9
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default

    Yep, it was only lvl 20 though, but it was the acc id been testing my new script on so i need to get more ores...

  10. #10
    Join Date
    Feb 2007
    Location
    South East England
    Posts
    2,906
    Mentioned
    2 Post(s)
    Quoted
    8 Post(s)

    Default

    Aah.

    Im not working on this, Im working on getting SMART working on my Willow Cutter, but it STILL doesnt work.

    Posted in help lol.
    Jus' Lurkin'

  11. #11
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default

    Well, I find smart easy enough, if you look in the smart tut section it should help you

    EDIT: He hacked because I left the name and pass in a script I sent him

  12. #12
    Join Date
    Feb 2007
    Location
    South East England
    Posts
    2,906
    Mentioned
    2 Post(s)
    Quoted
    8 Post(s)

    Default

    IT never has done.
    Jus' Lurkin'

  13. #13
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    does it work bc if my thoughts are right it shouldn't work great bc it would click wrong stuff
    ~Hermen

  14. #14
    Join Date
    Feb 2007
    Location
    South East England
    Posts
    2,906
    Mentioned
    2 Post(s)
    Quoted
    8 Post(s)

    Default

    No it doesnt. It doesnt find the potions yet.

    I was gunna make it for like one pot, but I tried to make it universal.
    Jus' Lurkin'

  15. #15
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    remember this rule:
    you can post a small script, but it is better to do anything that you can to the script update so much as you can! and then release, don't do small not finished scripts NEVER!
    ~Hermen

  16. #16
    Join Date
    Feb 2007
    Location
    South East England
    Posts
    2,906
    Mentioned
    2 Post(s)
    Quoted
    8 Post(s)

    Default

    Ok, but can I get some help on making it find potions please?
    Jus' Lurkin'

  17. #17
    Join Date
    Feb 2007
    Location
    South East England
    Posts
    2,906
    Mentioned
    2 Post(s)
    Quoted
    8 Post(s)

    Default

    Well, If anyone can get this to actually find the potions in the bank, feel free too.

    I cant get it to find the potion. Ever.
    Jus' Lurkin'

  18. #18
    Join Date
    Dec 2006
    Location
    UK!!
    Posts
    910
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    make a mask, so get a bmp of an unfinished pot and then desaturate it, then use that as a mask. That way it will find the pot no matter what color, but u have to have set procedures since there all the same color,

    make sense?

    ~Spaz

  19. #19
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default

    Quote Originally Posted by [S]paz View Post
    make a mask, so get a bmp of an unfinished pot and then desaturate it, then use that as a mask. That way it will find the pot no matter what color, but u have to have set procedures since there all the same color,

    make sense?

    ~Spaz
    Probably be better to use DTMs as if you mask the BMP it might think the empty vial is the unfinished pot

  20. #20
    Join Date
    Feb 2007
    Location
    South East England
    Posts
    2,906
    Mentioned
    2 Post(s)
    Quoted
    8 Post(s)

    Default

    I get you, I just dont know how to do that yet 0_o.

    Ill work on my woodcutter till I get more experienced.
    Jus' Lurkin'

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
  •