Page 16 of 31 FirstFirst ... 6141516171826 ... LastLast
Results 376 to 400 of 767

Thread: [Unofficial] OldschoolRS07 Include

  1. #376
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by zerra1337 View Post
    I just dont understand how im supposed to run these scripts with your beginning code in the front because it causes the entire thing to end
    You don't need to add my example to the other scripts, if they make use of this, just run them as they come from the download (unless they have antileech)


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  2. #377
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Quote Originally Posted by DannyRS View Post
    @Wizzup?

    I'm personally completely against anti-leech, it defeat's the learning process somewhat because your reading material to learn from is flawed from the get go, if I had my way anti-leech would not exist at all, I'm not trying to force people in any way, (was aimed at something like a green dragon bot farmer, with the best intentions from my part), None of my own written scripts contain any, and I only put that there out of respect for the other Member's views,

    http://villavu.com/forum/showthread.php?t=96887

    At the time of creation, it was effectively 40-1, So I'm sure you understand my Reasoning? With your go ahed, I'll remove that message from the OP and everything goes
    Thanks so much. It's great to see guys like you put a lot effort in this community. I might join in and port the new old SRL to Lape so I can macro on my Linux machines...



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  3. #378
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by Wizzup? View Post
    Thanks so much. It's great to see guys like you put a lot effort in this community. I might join in and port the new old SRL to Lape so I can macro on my Linux machines...
    That would be great

    I really need to learn how to script for Lape one of these days, I wish there was some kind of tutorial how to structure a Pascal designed script in Lape, maybe sometime in the future someone will create something like this for us Pascal Noobs


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  4. #379
    Join Date
    Feb 2013
    Posts
    65
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    I'm having problems using
    Code:
    P07_MakeCameraAngleHigh;
    and the compass things for my script.

    Simba Code:
    program Netzone;
    {$I SRL/SRL.Simba}
    {$I P07Include.Simba}

    var x, y: Integer;


    procedure StartCheck;    
    begin
      Wait(RandomRange(1000,2000));
      P07_MakeCameraAngleHigh;
      P07_MakeCompassSouth;
      P07_HoverSkill('Fishing', random(3000));
      Wait(RandomRange(200,1000));
      end;


    begin
      SetupP07Include;
      ActivateClient;
      StartCheck;
    end.

    Basically this is as far as I've gotten. The P07_HoverSkill works perfectly, but the camera options just doesn't happen.

    Got any idea?

    [Edit] Never mind
    Last edited by Netzone; 03-02-2013 at 01:05 PM.

  5. #380
    Join Date
    Sep 2008
    Posts
    754
    Mentioned
    8 Post(s)
    Quoted
    275 Post(s)

    Default

    I really wanna use this, i dont understand anything AT ALL about scripting, can you guys make a dumb user friendly guide please? i just wanna bot and do homework/workout/work without having to play.. I dont wanna be addicted god damn it!

  6. #381
    Join Date
    Feb 2013
    Posts
    65
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by samerdl View Post
    I really wanna use this, i dont understand anything AT ALL about scripting, can you guys make a dumb user friendly guide please? i just wanna bot and do homework/workout/work without having to play.. I dont wanna be addicted god damn it!
    http://villavu.com/forum/showthread.php?t=58935 - This thread is really good

    I'd also check out the videos here; http://villavu.com/forum/showthread.php?t=67691

  7. #382
    Join Date
    Sep 2008
    Posts
    754
    Mentioned
    8 Post(s)
    Quoted
    275 Post(s)

    Default

    Quote Originally Posted by netzone View Post
    http://villavu.com/forum/showthread.php?t=58935 - this thread is really good

    i'd also check out the videos here; http://villavu.com/forum/showthread.php?t=67691
    god bless you sir!

  8. #383
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Is it possible to get someone to guide me through on running the oldscape client? Willing to pay also some cash.

  9. #384
    Join Date
    Jul 2012
    Posts
    437
    Mentioned
    10 Post(s)
    Quoted
    165 Post(s)

    Default

    P07_ItemExists doesn't work with the frog token from the frog random event. Can anyone else confirm this?

  10. #385
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by bob_saget View Post
    P07_ItemExists doesn't work with the frog token from the frog random event. Can anyone else confirm this?
    Oo, I'd probably say it doesn't, I will look into it, nice find


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  11. #386
    Join Date
    Feb 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    When i try to run a script in this, my CMD screen just fills with:

    "The automatically split characters are too wide. Try decreasing minispacing"

    Anybody know of this problem?

  12. #387
    Join Date
    Dec 2011
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Can you add a banking method where it will right click on the bank booth or Banker and bank?(A lot of people including me are having trouble with this as it's hard to find the perfect colour as every colour in most banks are the same) Also can you add a Npc dialog selection for when you're talking to npc's please?

  13. #388
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by Sokil59 View Post
    Can you add a banking method where it will right click on the bank booth or Banker and bank?(A lot of people including me are having trouble with this as it's hard to find the perfect colour as every colour in most banks are the same) Also can you add a Npc dialog selection for when you're talking to npc's please?
    All this will be in the official include soon


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  14. #389
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by Sokil59 View Post
    Can you add a banking method where it will right click on the bank booth or Banker and bank?(A lot of people including me are having trouble with this as it's hard to find the perfect colour as every colour in most banks are the same) Also can you add a Npc dialog selection for when you're talking to npc's please?
    Simba Code:
    function Bank: Boolean;
    var
      i, CTS, c, Timeout: Integer;
      TPA, TPA1, TPA2: TPointArray;
      ATPA: T2DPointArray;
      P: TPoint;
    begin
      Result := False;
      CTS := GetColorToleranceSpeed;
      ColorToleranceSpeed(2);
      Timeout := 5000 + Random(1000);
      SetColorSpeed2Modifiers(BankHue_1, BankSat_1);
      FindColorsTolerance(TPA1, BankCol_1, DX1, DY1, DX2, DY2, BankTol_1);
      SetColorSpeed2Modifiers(BankHue_2, BankSat_2);
      FindColorsTolerance(TPA2, BankCol_2, DX1, DY1, DX2, DY2, BankTol_2);
      SetColorSpeed2Modifiers(0.2, 0.2);
      ColorToleranceSpeed(CTS);
      CombineTPAWrap(TPA1, TPA2, TPA);
      SplitTPAWrap(TPA, 5, ATPA);
      SortATPASize(ATPA, True);
      if Length(TPA) < 1 then
        Exit;
      for i := 0 to High(ATPA) do
        if Length(ATPA[i]) > 30 then
        begin
          P := MiddleTPA(ATPA[i]);
          HumanMMouse(P.X, P.Y, RandomRange( - 5, 5), RandomRange( - 5, 5));
          if (P07_IsUpTextMultiCustom(['Use', 'Bank', 'ooth'])) then
          begin

                Begin
                  clickmouse2(mouse_Right);
                  P07_ChooseOptionMultiHuman(['Use-q']);
                  While (IsMoving) Do
                  FastWait;
                  If Not P07_BankScreen Then
                  Begin
                    Bank;
                  End;
                 Exit;
                End;
            Exit;
        End;
      End;
    End;

  15. #390
    Join Date
    Jan 2013
    Posts
    167
    Mentioned
    1 Post(s)
    Quoted
    33 Post(s)

    Default

    anyone know how to fix this?
    Exception in Script: Unable to find file 'P07Include.Simba' used from ''

  16. #391
    Join Date
    Feb 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by vinster View Post
    When i try to run a script in this, my CMD screen just fills with:

    "The automatically split characters are too wide. Try decreasing minispacing"

    Anybody know of this problem?
    anybody?

  17. #392
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by vinster View Post
    anybody?
    Not a clue sorry, I would reinstall Simba


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  18. #393
    Join Date
    Oct 2011
    Posts
    207
    Mentioned
    1 Post(s)
    Quoted
    20 Post(s)

    Default

    P07_InvBox can you add, it should be easy just edited your other function to make this work . But with every update of P07 ,my old gets deleted so I am asking you if you could add this to function list or whatever else what will result inv box

    Code:
    Function P07_InvBox(SlotToCheck: Integer): TBox;
    Var
      xsx,ysy,x,y,R,C:Integer;
    Begin
      SlotToCheck:=SlotToCheck-1;
      xsx:=565;
      ysy:=215;
      C:=(Round(SlotToCheck/4));
      R:=(SlotToCheck -(C*4));
      Result.x1:=xsx+(R*42);
      Result.Y1:=ysy+(C*36);
      Result.X2:=xsx+(R*42)+27;
      Result.Y2:=ysy+(C*36)+25;
    End;

  19. #394
    Join Date
    Jun 2007
    Posts
    532
    Mentioned
    1 Post(s)
    Quoted
    68 Post(s)

    Default

    @DannyRS How are you converting all this stuff over? I might wanna join if possible and help some people. Been seeing a LOT of threads in the help section.
    Finished B.S. Program in Radiology!!

    Projects: A big one! Total secret! hehe

  20. #395
    Join Date
    Dec 2011
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    If I Extended the MSY1,MSY2, MSX1 and MSX2 (their values) then could I possible fit the entire screen (make it able to find colours even in the chat box?)

  21. #396
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    if anyone helps me get a smart auto talker working in 07 i'll give them 50k 07 gp.

  22. #397
    Join Date
    Jan 2013
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Thanks alot for this!

  23. #398
    Join Date
    Dec 2011
    Posts
    85
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    A lot have been saying this error is from the the Include

    "The automatically split characters are too wide. Try decreasing minispacing"

    Can anyone provide a fix please?

  24. #399
    Join Date
    Jan 2013
    Posts
    167
    Mentioned
    1 Post(s)
    Quoted
    33 Post(s)

    Default

    When i tried to compile my script i got this error?
    Simba Code:
    C:\Simba\Includes\P07Include .simba(57:3): Unknown identifier 'MMouse' at line 56 Compiling failed.]

  25. #400
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by Hexless View Post
    When i tried to compile my script i got this error?
    Simba Code:
    C:\Simba\Includes\P07Include .simba(57:3): Unknown identifier 'MMouse' at line 56 Compiling failed.]
    No need to compile it It'll work.

    Creds to DannyRS for this wonderful sig!

Page 16 of 31 FirstFirst ... 6141516171826 ... LastLast

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
  •