Results 1 to 11 of 11

Thread: Logout broken

  1. #1
    Join Date
    Nov 2011
    Location
    England
    Posts
    3,072
    Mentioned
    296 Post(s)
    Quoted
    1094 Post(s)

    Default Logout broken

    Latest Version:¬v1.14¬

    if someone else could try "logout" it would be great, it fails to detect we are on gametab(tab_logout)

    I would look into it more but i gotta go bed :P ,so all that needs doing is detecting if we're on the logout tab.
    Last edited by Olly; 06-03-2013 at 08:30 PM.

  2. #2
    Join Date
    Jun 2012
    Posts
    2,182
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Testing
    Thx Euphemism and Vinyl for the awesome siggy and avatar!

  3. #3
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Also, for me dtm's in the inventory are not found. Would be great if someone could either confirm this or deny this, could be just me.

  4. #4
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by BMWxi View Post
    Also, for me dtm's in the inventory are not found. Would be great if someone could either confirm this or deny this, could be just me.
    Post the code here.

    Also make sure your DTM's aren't broken

    Forum account issues? Please send me a PM

  5. #5
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by [J]ustin View Post
    Post the code here.

    Also make sure your DTM's aren't broken
    I made new ones after the update, still not working. Getting code now.

  6. #6
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Coh3n hasn't pull my logout tab fix.
    Download the fix from
    http://villavu.com/forum/showpost.ph...0&postcount=17


    EDIT: nvm he just pulled it 10min ago, update your SRL now.

  7. #7
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    No update available. Also here is the dtm code (not working, but worked before update) (also sorry if it's a bit messy )
    Simba Code:
    Procedure SmeltGold;
    var
      l, m, k, r, GoldOreDTM, SuperHeatDTM: Integer;

      begin
        GoldOreDTM := DTMFromString('mwQAAAHic42RgYJjBxMDQDsTdQDwLiJcD8UIgngoVmwjE4owMDBJAzA/EnEAsCMRyQKwCpTmAeFOfFNA0JrxYhIEwYCQCwwEAs+gHqQ==');

        SuperHeatDTM := DTMFromString('mggAAAHicY2NgYPjFyMDwEYh/ADEjEwPDPyD9CYhZgGxmIOaA0r+BYgwg+vdvBj1GZgY7JmYwDcNcDNgBIw4MAQDB4goG');


            begin
              FTab(tab_Magic);
              begin
                If FindDTM(SuperHeatDTM, k, r, MIX1, MIY1, MIX2, MIY2) Then
                begin;
                  Mouse(k, r, 4, 4, true);
                  wait(randomrange(500,700));
                  begin
                    If FindDTM(GoldOreDTM, l, m, MIX1, MIY1, MIX2, MIY2) Then
                    begin
                      FindNormalRandoms;
                      Case Random(20) Of
                       0..18: Mouse(l, m, 10, 10, true);
                       19: begin
                            Mouse(l, m, 10, 10, true);
                            HoverSkill(skill_Smithing, False);
                            WriteLn('Antiban: Smithing XP Check Performed');
                           end;
                       20: MissMouse(l+random(400),m+random(400));
                      end;
                      MMouse(700,241,20,20);
                      wait(randomrange(1500,1900));
                      Bars := Bars + 1
                    end else
                    begin
                      WriteLn('BreakLoop');
                      exit;
                    end;
                  end;
                end;
              end;
            end;
          FreeDTM(GoldOreDTM);
          FreeDTM(SuperHeatDTM);
      end;

  8. #8
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by riwu View Post
    Coh3n hasn't pull my logout tab fix.
    Download the fix from
    http://villavu.com/forum/showpost.ph...0&postcount=17


    EDIT: nvm he just pulled it 10min ago, update your SRL now.
    It sometimes takes sometime for SRL updates to be replicated to villavu's servers.

    Forum account issues? Please send me a PM

  9. #9
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Quote Originally Posted by [J]ustin View Post
    It sometimes takes sometime for SRL updates to be replicated to villavu's servers.
    Hmm i had the feeling that it was almost instant for the previous commit. Guess we will have to wait a while then, or just get it from my post above.

  10. #10
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by BMWxi View Post
    No update available. Also here is the dtm code (not working, but worked before update) (also sorry if it's a bit messy )
    Simba Code:
    Procedure SmeltGold;
    var
      l, m, k, r, GoldOreDTM, SuperHeatDTM: Integer;

      begin
        GoldOreDTM := DTMFromString('mwQAAAHic42RgYJjBxMDQDsTdQDwLiJcD8UIgngoVmwjE4owMDBJAzA/EnEAsCMRyQKwCpTmAeFOfFNA0JrxYhIEwYCQCwwEAs+gHqQ==');

        SuperHeatDTM := DTMFromString('mggAAAHicY2NgYPjFyMDwEYh/ADEjEwPDPyD9CYhZgGxmIOaA0r+BYgwg+vdvBj1GZgY7JmYwDcNcDNgBIw4MAQDB4goG');


            begin
              FTab(tab_Magic);
              begin
                If FindDTM(SuperHeatDTM, k, r, MIX1, MIY1, MIX2, MIY2) Then
                begin;
                  Mouse(k, r, 4, 4, true);
                  wait(randomrange(500,700));
                  begin
                    If FindDTM(GoldOreDTM, l, m, MIX1, MIY1, MIX2, MIY2) Then
                    begin
                      FindNormalRandoms;
                      Case Random(20) Of
                       0..18: Mouse(l, m, 10, 10, true);
                       19: begin
                            Mouse(l, m, 10, 10, true);
                            HoverSkill(skill_Smithing, False);
                            WriteLn('Antiban: Smithing XP Check Performed');
                           end;
                       20: MissMouse(l+random(400),m+random(400));
                      end;
                      MMouse(700,241,20,20);
                      wait(randomrange(1500,1900));
                      Bars := Bars + 1
                    end else
                    begin
                      WriteLn('BreakLoop');
                      exit;
                    end;
                  end;
                end;
              end;
            end;
          FreeDTM(GoldOreDTM);
          FreeDTM(SuperHeatDTM);
      end;
    Code looks fine, I'm going to guess its DTM's

    At work so I am unable to see

    Forum account issues? Please send me a PM

  11. #11
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by [J]ustin View Post
    Code looks fine, I'm going to guess its DTM's

    At work so I am unable to see
    Ok thanks, I guess I'll remake them if other people aren't having problems.

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
  •