Results 1 to 4 of 4

Thread: Loging into PvP...

  1. #1
    Join Date
    Aug 2007
    Location
    Where do you live?
    Posts
    934
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Loging into PvP...

    Idk if anyone else does this, but I auto on PvP worlds sometimes... Only 2 lines of code in Login.Scar

    Right After This:
    SCAR Code:
    if (not(FindTextTPA(12509695, 0, 288, 205, 475, 247, 'login', StatChars, Nothing))) then   //If 'enter' from typesend didn't log us in
        begin
          MouseBox(355, 359, 403, 372, 1);  //Click 'login' login screen
          Wait(250 + random(100));
        end;
       
        //PvP World
        if FindColor(x, y, 197552, 371, 362, 373, 634) then
          Mouse(457, 421, 3, 3, true);

    Or you could do MouseBox(450, 415, 460, 425, 1);

    Dunno if this is worth adding to Login.Scar, but I use it (h)

  2. #2
    Join Date
    Jan 2008
    Location
    Ontario, Canada
    Posts
    7,805
    Mentioned
    5 Post(s)
    Quoted
    3 Post(s)

    Default

    Most don't want to be on a pvp world though...

    Kinda acts like a last line of defence?
    Writing an SRL Member Application | [Updated] Pascal Scripting Statements
    My GitHub

    Progress Report:
    13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you 
                        have serious physchological problems
    13:46 <@BenLand100> HE GETS IT!
    13:46 <@BenLand100> HE FINALLY GETS IT!!!!1

  3. #3
    Join Date
    Aug 2007
    Location
    Where do you live?
    Posts
    934
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    bleh, just thought I'd suggest it

  4. #4
    Join Date
    Apr 2007
    Location
    Australia
    Posts
    4,163
    Mentioned
    9 Post(s)
    Quoted
    19 Post(s)

    Default

    Nah its a good idea, implemented. I thought of it when autoing mage in the wild on pvp worlds, but never got around to it...not really neccessary to have as a last line of defence, since the only way a pvp world would be chosen is if it's chosen manually, and if you do that by accident without realising then you deserve to be pked

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
  •