Results 1 to 12 of 12

Thread: right clicking

  1. #1
    Join Date
    Nov 2008
    Posts
    45
    Mentioned
    0 Post(s)
    Quoted
    21 Post(s)

    Default right clicking

    hey everyone,

    been running a script for many months now that worked flawlessly, reflection based, but now is having trouble clicking potions for example it just right clicks and does not select drink, does anyone know the reason why?

    thanks

  2. #2
    Join Date
    Mar 2016
    Posts
    192
    Mentioned
    6 Post(s)
    Quoted
    91 Post(s)

    Default

    Hold on, let us check it in our crystal ball

  3. #3
    Join Date
    Jun 2013
    Location
    Scranton
    Posts
    496
    Mentioned
    5 Post(s)
    Quoted
    220 Post(s)

    Default

    use TReflectionText.ChooseOption(); instead of reflect.text.chooseoption();

  4. #4
    Join Date
    Jan 2012
    Posts
    1,596
    Mentioned
    78 Post(s)
    Quoted
    826 Post(s)

    Default

    Quote Originally Posted by jstemper View Post
    use TReflectionText.ChooseOption(); instead of reflect.text.chooseoption();
    [10:16:00 AM] Turpinator.: "use TReflectionText.ChooseOption(); instead of reflect.text.chooseoption();"
    [10:16:05 AM] Turpinator.: dont they call the same thing?
    [10:16:11 AM] Kyle H: YEp
    [10:16:20 AM] Kyle H: TReflection. Is improper

  5. #5
    Join Date
    Feb 2015
    Posts
    422
    Mentioned
    41 Post(s)
    Quoted
    226 Post(s)

    Default

    Quote Originally Posted by scob View Post
    Hold on, let us check it in our crystal ball
    There was no reason for this type of comment. If you can help then respond, if you can't then just don't respond. No reason to be rude to someone asking for help!

  6. #6
    Join Date
    Mar 2016
    Posts
    192
    Mentioned
    6 Post(s)
    Quoted
    91 Post(s)

    Default

    Quote Originally Posted by fady View Post
    There was no reason for this type of comment. If you can help then respond, if you can't then just don't respond. No reason to be rude to someone asking for help!
    Well, you impute to me intentions which I don't have. I only pointed out that he didn't provide sufficient information about the script and the function he is using. How encouraging someone (with a smiley at the end of the sentence) to provide more information can be rude

  7. #7
    Join Date
    Mar 2016
    Location
    Scandinavia
    Posts
    138
    Mentioned
    3 Post(s)
    Quoted
    46 Post(s)

    Default

    If it worked good before it sounds like a outdated script, reflection might have updated a procedure that drinks the potion for you.

    Something like this to make it interact with your items?
    Code:
    If Reflect.Text.IsUpText(UpText, 20+Random(10))then
    If you need any more help feel free to ask
    Last edited by Lemon star; 05-18-2016 at 05:46 PM. Reason: Added code inside [CODE]
    Make sure to checkout this awesome thinggy too. Great alternative to wasting resources "securing" the bitcoin network.
    https://boinc.tacc.utexas.edu/team_d....php?teamid=28

  8. #8
    Join Date
    Mar 2013
    Posts
    1,010
    Mentioned
    35 Post(s)
    Quoted
    620 Post(s)

    Default

    Post the full script, there is no point in a guessing game.
    #slack4admin2016
    <slacky> I will build a wall
    <slacky> I will ban reflection and OGL hooking until we know what the hell is going on

  9. #9
    Join Date
    Mar 2016
    Location
    Scandinavia
    Posts
    138
    Mentioned
    3 Post(s)
    Quoted
    46 Post(s)

    Default

    Quote Originally Posted by Harrier View Post
    Post the full script, there is no point in a guessing game.
    I was thinking he had the interact part and it worked before so i though i would only post that but okey.

    Code:
     If Reflect.Text.IsUpText(UpText, 20+Random(10))then
      begin
    
        Mouse(getMousePnt, 0, 0, type);
        If mouse_RightClick and(Reflect.Text.ChooseOption(Option, 100+Random(100)))then
         writeln('Clicked!); 
          end;
    Something like this. and then you would have an option at the top of the script to enable rightclicking. Best thing would be if james could post the interacting part of the script.

    After this @james could use his code that he has and edit the script to detect it.
    Make sure to checkout this awesome thinggy too. Great alternative to wasting resources "securing" the bitcoin network.
    https://boinc.tacc.utexas.edu/team_d....php?teamid=28

  10. #10
    Join Date
    Feb 2012
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by Lemon star View Post
    I was thinking he had the interact part and it worked before so i though i would only post that but okey.

    Code:
     If Reflect.Text.IsUpText(UpText, 20+Random(10))then
      begin
    
        Mouse(getMousePnt, 0, 0, type);
        If mouse_RightClick and(Reflect.Text.ChooseOption(Option, 100+Random(100)))then
         writeln('Clicked!); 
          end;
    Something like this. and then you would have an option at the top of the script to enable rightclicking. Best thing would be if james could post the interacting part of the script.

    After this @james could use his code that he has and edit the script to detect it.
    I think Harrier was on about the OP posting the whole script.

    I think the OP is referring to an NMZ script where it won't drink the pots anymore due to the reflection update.

  11. #11
    Join Date
    Jun 2013
    Location
    Scranton
    Posts
    496
    Mentioned
    5 Post(s)
    Quoted
    220 Post(s)

    Default

    Quote Originally Posted by Turpinator View Post
    [10:16:00 AM] Turpinator.: "use TReflectionText.ChooseOption(); instead of reflect.text.chooseoption();"
    [10:16:05 AM] Turpinator.: dont they call the same thing?
    [10:16:11 AM] Kyle H: YEp
    [10:16:20 AM] Kyle H: TReflection. Is improper
    one is working for me, the other isn't. Idk

  12. #12
    Join Date
    Mar 2016
    Location
    Scandinavia
    Posts
    138
    Mentioned
    3 Post(s)
    Quoted
    46 Post(s)

    Default

    Quote Originally Posted by Okea View Post
    I think Harrier was on about the OP posting the whole script.

    I think the OP is referring to an NMZ script where it won't drink the pots anymore due to the reflection update.
    Well i don't have a script for that, I just posted something that should work. I haven't tested it my self.
    Make sure to checkout this awesome thinggy too. Great alternative to wasting resources "securing" the bitcoin network.
    https://boinc.tacc.utexas.edu/team_d....php?teamid=28

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
  •