Results 1 to 7 of 7

Thread: Destroy spin ticket?

  1. #1
    Join Date
    Oct 2011
    Posts
    422
    Mentioned
    15 Post(s)
    Quoted
    116 Post(s)

    Default Destroy spin ticket?

    I am wondering if a modification to the findSpinticket could be made, perhaps have used {$define DESTROYSPIN} at the beginning of their script


    http://villavu.com/forum/archive/index.php/t-80543.html


    Simba Code:
    function FindSpinTicket(): Boolean;
    var
      oneFreeSpin, x, y: Integer;
    begin
      oneFreeSpin := DTMFromString('mrAAAAHic42BgYMhlYmBIBuJyIC4F4hQgLgPiaiAuAeInQDWvgfg+ED8D4vdQDBK/BcS9BloMHXHWYMzLwwMUYULB/EASH2ZCw4xoGAYA/y4OqA==');

      if (FindDTM(oneFreeSpin, x, y, MIX1, MIY1, MIX2, MIY2)) then
      begin
        Mouse(x, y, 5, 5, mouse_Move);
        if (WaitUptext('laim', 300)) then
    begin
        {$ifdef DESTROYSPIN}
        ClickMouse2(mouse_Right);
       Wait(RandomRange(100, 200));
       ChooseOption('estroy');
       Wait(RandomRange(300, 400));
        FindNPCChatTextMulti(['All', 'Yes'], ClickLeft);
        {$ELSE}
          ClickMouse2(mouse_Left);
          Wait(RandomRange(100, 200));
    {$endif}
          Result := True;
        end;

      FreeDTM(oneFreeSpin);
    end;

  2. #2
    Join Date
    Jul 2011
    Location
    /home/litoris
    Posts
    2,226
    Mentioned
    0 Post(s)
    Quoted
    159 Post(s)

    Default

    Why would you want it destroyed? It causes no problems when it's added to your spins.
    Miner & Urn Crafter & 07 Chicken Killer
    SPS BlindWalk Tutorial

    Working on: Nothing

    teacher in every art, brought the fire that hath proved to mortals a means to mighty ends

  3. #3
    Join Date
    Sep 2007
    Location
    British Columbia, Canada
    Posts
    4,047
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default

    easier to add to spin than destroy it
    Oh Hai Dar

  4. #4
    Join Date
    Apr 2012
    Posts
    3,356
    Mentioned
    34 Post(s)
    Quoted
    218 Post(s)

    Default

    Just add it, save it up for later

  5. #5
    Join Date
    Oct 2011
    Posts
    422
    Mentioned
    15 Post(s)
    Quoted
    116 Post(s)

    Default

    it does add up over time(very quickly, I get like 7-8 spin tickets every night), and honestly i stopped trying to use my spins because that guy is so damn annoying

  6. #6
    Join Date
    Jul 2011
    Location
    /home/litoris
    Posts
    2,226
    Mentioned
    0 Post(s)
    Quoted
    159 Post(s)

    Default

    Quote Originally Posted by slushpuppy View Post
    it does add up over time(very quickly, I get like 7-8 spin tickets every night), and honestly i stopped trying to use my spins because that guy is so damn annoying
    You are not forced to use the spins. Whenever findnormalrandoms is called, it closes the wheel button so it isn't a problem at all.
    Miner & Urn Crafter & 07 Chicken Killer
    SPS BlindWalk Tutorial

    Working on: Nothing

    teacher in every art, brought the fire that hath proved to mortals a means to mighty ends

  7. #7
    Join Date
    Oct 2011
    Posts
    422
    Mentioned
    15 Post(s)
    Quoted
    116 Post(s)

    Default

    Quote Originally Posted by litoris View Post
    You are not forced to use the spins. Whenever findnormalrandoms is called, it closes the wheel button so it isn't a problem at all.
    However, what happens after u obtain 10 spins(12 for members),


    http://villavu.com/forum/showthread....75#post1052475


    So the script pretty much spends the entire time click on spin tickets.

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
  •