Results 1 to 16 of 16

Thread: Draynor_Cut_N_Bank with(SMART)

  1. #1
    Join Date
    Feb 2008
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Draynor_Cut_N_Bank with(SMART)

    hello everyone, this is my first script. hope you all like it,please tell me what you think on this thread.thanx.

  2. #2
    Join Date
    Jan 2008
    Location
    Alberta
    Posts
    727
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    your standards are off. I fixed them a bit for you.

    Also your randoms can be just replaced by
    SCAR Code:
    FindNormalRandoms;

    Edit: Also by the way, for your uptext for FindObjCustom and etc, don't use
    SCAR Code:
    'willow'
    Since it has a capital in it just use 'illow'

  3. #3
    Join Date
    Feb 2008
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default thanx

    Ok thanx for the tips m8

    my script keeps logging off because of (no game tabs) any ideas how to fix

  4. #4
    Join Date
    Jan 2008
    Location
    Alberta
    Posts
    727
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    There put in an attachment. Also change this

    SCAR Code:
    If FindDTM(Banker,x,y,623, 26, 675, 60) then

    To:
    SCAR Code:
    If FindDTM(Banker,x,y,mmx1, mmy1, mmx2, mmy2) then

    since the symbols move.

    Or you could try RadialWalk.

    Change your tolerance for your FindObjCustom to higher, around 5-15. And anywhere else you need to put tolerance.

    EDIT: I'm not entirely sure how to fix that but this might do the job. It waits a like 4-7 seconds after you log onto rs before doing stuff. Change your loop to this
    SCAR Code:
    //###########################################################\\
    begin
      SetupSRL;
      LoadVarz;
      GetApplication.Minimize;
      DeclarePlayer;
      ClearDebug;
      ClearReport;
      Writeln('SMART is loading, Please wait...');
      SmartSetup('mn9',False,True);
      while not(SmartReady)do
      wait(100);
      SetTargetDC(SmartGetDC);
      if not(LoggedIn)then
      while not(SmartGetColor(386,249)=65535)do
      wait(100);
      ScriptID:='510';
      SRLID:='4635';
      SRLPassword:='a1b2c3';
      GetAllLevels;
      repeat
        repeat
          if not LoggedIn then LoginPlayer;
          Wait(4000 + Random(3000));
          setangle(true);
          SetRun(true)
          GameTab(4);
          Walking;
          Report;
          ChopWillow;
          Report;
          Bank;
          Report;
        until(Banker > Players[CurrentPlayer].Integers[1])
        if(Banker = Players[CurrentPlayer].Integers[1])then
        begin
          Writeln('You are logged out');
          Banker:=0;
        end;
      until(false)
    end.

  5. #5
    Join Date
    Feb 2008
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    no that dint work,
    ive just took out the random emote on my anti ban,
    dunno if it worked yet im still testing.


    edit: Nope dint work either, mmmmmmmmm.


    Anyone Got any ideas why it keeps going off because of (No GameTabs)
    some one plz help

  6. #6
    Join Date
    Jan 2008
    Location
    Alberta
    Posts
    727
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    where in the script does it stop? Anyways I'm going to bed, I'll help you later.

  7. #7
    Join Date
    Feb 2008
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i dunno where it stops,

    it runs for like 3-4 mins then logs out reason = (GTM: NoGameTab)

  8. #8
    Join Date
    Jan 2008
    Location
    Alberta
    Posts
    727
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    What is it doing when it stops the script is what i meant to say. Maybe try reloading S.M.A.R.T or take it out and just use the normal client to see if it works.

  9. #9
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Also for the bankers, use DTMRotated instead of FindDTM.


  10. #10
    Join Date
    Feb 2008
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanx from the tip m8

    do u know y it keeps logging out cos of GTL:no tabs:

  11. #11
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    add more failsafes and wtf you got the axe head thing

  12. #12
    Join Date
    Feb 2008
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hi p1nky, erm im still kinda new to scriptin, infact i only started learning tuesday.

    this may be a stupid question, but here goes....

    what is a failsafe?

  13. #13
    Join Date
    Jan 2008
    Location
    Alberta
    Posts
    727
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    A failsafe is a thing where if the script messes up it won't keep trying to find things. If the script messes up and there's no failesafes chances are that your banned.

  14. #14
    Join Date
    Feb 2008
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanx. in that case im gonna make loads.

    im starting a new one with mare stuff in it but i will edit this one tho

  15. #15
    Join Date
    Mar 2008
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    well i just joined so i don't have much knowledge but mine isn't working.
    It says "Failed when compiling".
    Pls somone help me get my scripts working.

  16. #16
    Join Date
    Mar 2008
    Location
    Bradford, England
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yes vipa, this is a very nice script, it needed a little tweeking but its cool, ill send you it through msn.

    and thanx for letting me test the new one you got coming out that one is wicked.

    EDIT= Woodcut this is not ur thread, dont post your problems in some one elses script cos u prob. wont get answered.

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
  •