Page 2 of 31 FirstFirst 123412 ... LastLast
Results 26 to 50 of 767

Thread: [Unofficial] OldschoolRS07 Include

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

    Default

    Quote Originally Posted by DannyRS View Post
    you need {$I SRL/SRL.Simba} aswell before {$I P07Include.Simba}



    :O I'll take a look
    Also I think the login procedure may need to be fixed it's hard to explain the bug test it out yourself

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

    Default

    Quote Originally Posted by rjj95 View Post
    Also I think the login procedure may need to be fixed it's hard to explain the bug test it out yourself
    are you sure you used green target, both work flawless for me

    dont drag it onto the navbar!
    Last edited by DannyRS; 02-23-2013 at 07:02 PM.


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

  3. #28
    Join Date
    Feb 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I'm lost. I keep getting the same error and I have everything set up properly.

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

    Default

    Quote Originally Posted by intensity254 View Post
    I'm lost. I keep getting the same error and I have everything set up properly.
    run this

    Simba Code:
    Program testP07;

    {$I SRL/SRL.Simba}
    {$I P07Include.Simba}

    //LOGIN INFO STUFF
    Procedure P07_DeclarePlayer;
    Begin
      P07_PlayerName:='username';
      P07_PlayerPass:='password';
    End;

    Begin
      P07_DeclarePlayer;
      SetupP07Include;
      ActivateClient;
    End.


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

  5. #30
    Join Date
    Sep 2006
    Posts
    156
    Mentioned
    1 Post(s)
    Quoted
    19 Post(s)

    Default

    Quote Originally Posted by DannyRS View Post
    are you sure you used green target, both work flawless for me

    dont drag it onto the navbar!
    The drop procedure is bugged just like rjj95 said, it doesnt drop properly and it accidently switches to the logout tab.

    But it's working fairly good other than that, keep it up!

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

    Default

    Quote Originally Posted by Emperia View Post
    The drop procedure is bugged just like rjj95 said, it doesnt drop properly and it accidently switches to the logout tab.

    But it's working fairly good other than that, keep it up!
    how can i recreate this bug?


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

  7. #32
    Join Date
    Sep 2006
    Posts
    156
    Mentioned
    1 Post(s)
    Quoted
    19 Post(s)

    Default

    Quote Originally Posted by DannyRS View Post
    how can i recreate this bug?
    I'm sorry, I don't quite understand what you're asking me atm.

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

    Default

    Quote Originally Posted by Emperia View Post
    I'm sorry, I don't quite understand what you're asking me atm.
    are you just calling P07_DropAll; and it's buggy? it works flawlessly for me


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

  9. #34
    Join Date
    Sep 2006
    Posts
    156
    Mentioned
    1 Post(s)
    Quoted
    19 Post(s)

    Default

    Quote Originally Posted by DannyRS View Post
    are you just calling P07_DropAll; and it's buggy? it works flawlessly for me
    I suppose, well it drops like 8 items max in the inventory, accidently drops item(s) which it shouldn't drop, and it goes to the logout sometimes so you'll have to open up the inventory yourself.

  10. #35
    Join Date
    Feb 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by DannyRS View Post
    run this

    Simba Code:
    Program testP07;

    {$I SRL/SRL.Simba}
    {$I P07Include.Simba}

    //LOGIN INFO STUFF
    Procedure P07_DeclarePlayer;
    Begin
      P07_PlayerName:='username';
      P07_PlayerPass:='password';
    End;

    Begin
      P07_DeclarePlayer;
      SetupP07Include;
      ActivateClient;
    End.
    Did it. "Program testP07;

    {$I SRL/SRL.Simba}
    {$I P07Include.Simba}

    //LOGIN INFO STUFF
    Procedure P07_DeclarePlayer;
    Begin
    P07_PlayerName:='username';
    P07_PlayerPass:='password';
    End;

    Begin
    P07_DeclarePlayer;
    SetupP07Include;
    ActivateClient;
    End."

    Everything is setup but I can't get it working.

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

    Default

    Quote Originally Posted by Emperia View Post
    I suppose, well it drops like 8 items max in the inventory, accidently drops item(s) which it shouldn't drop, and it goes to the logout sometimes so you'll have to open up the inventory yourself.
    what the hell lol, do you have team viewer so you can show me?


    Quote Originally Posted by intensity254 View Post
    Did it.

    Everything is setup but I can't get it working.
    did you install simba right? http://www.youtube.com/watch?v=mho1ek92jgY
    Last edited by DannyRS; 02-23-2013 at 07:15 PM.


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

  12. #37
    Join Date
    Sep 2006
    Posts
    156
    Mentioned
    1 Post(s)
    Quoted
    19 Post(s)

    Default

    Quote Originally Posted by DannyRS View Post
    what the hell lol, do you have team viewer so you can show me?
    I don't sorry, I was just about to say it works well now, but after the 3rd/4th inventory drop it accidently went on the logout tab again. Seems to happen every now and then.

  13. #38
    Join Date
    Nov 2011
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Dropping works fine for me, thanks

  14. #39
    Join Date
    Sep 2006
    Posts
    156
    Mentioned
    1 Post(s)
    Quoted
    19 Post(s)

    Default

    It has accidently logged me out twice now, hmm.

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

    Default

    Quote Originally Posted by Emperia View Post
    It has accidently logged me out twice now, hmm.
    2mins double checking math

    @Emperia, run this for me with a full inv plz, show me the image that opens in simba,

    Simba Code:
    Program DropDebugger;

    {$I SRL/SRL.Simba}
    {$I P07Include.Simba}
    {$I SRL/SRL/Misc/Debug.Simba}

    Procedure P07_DebugBoxes(DSlotX,DSlotY:Integer);
    Var
      xsx,ysy,R,C:Integer;
      FoundItem:T2DPointArray;
    Begin
      SetLength(FoundItem,1);
      xsx:=565;
      ysy:=215;
      For R:=0 To 3 Do
      Begin
        For C:=0 To 6 Do
        Begin
          if (R=DSlotX) and (C=DSlotY) Then
          Begin
            FoundItem[0]:=[Point((xsx+(R*42)),(ysy+(C*36))),Point((xsx+(R*42)+27),(ysy+(C*36)+25))];
            DebugATPA(FoundItem,'testbox');
          End;
        End;
      End;
    End;

    Begin
      SetupP07Include;
      ActivateClient;
      P07_DebugBoxes(1,6);
    End.
    Last edited by DannyRS; 02-23-2013 at 07:44 PM.


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

  16. #41
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    Procedure P07_DeclarePlayer;
    Begin
    P07_PlayerName:='username';
    P07_PlayerPass:='password';
    End;

    Why not just use the TUser record in the srl include?
    Other than that GoodJob , Don't know why you didn't keep it SRL+ but that's your choice at the end of the day.

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

    Default

    Quote Originally Posted by The Killer View Post
    Procedure P07_DeclarePlayer;
    Begin
    P07_PlayerName:='username';
    P07_PlayerPass:='password';
    End;

    Why not just use the TUser record in the srl include?
    Other than that GoodJob , Don't know why you didn't keep it SRL+ but that's your choice at the end of the day.
    1. SetupSRL will break the include
    2. its not a script so why, most tutorials here require up-text and etc


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

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

    Default

    Btw, a lot of people are getting this error:


    What is it?

  19. #44
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    Quote Originally Posted by rjj95 View Post
    Btw, a lot of people are getting this error:


    What is it?
    The fonts are wrong or have been loaded wrong.

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

    Default

    Quote Originally Posted by The Killer View Post
    The fonts are wrong or have been loaded wrong.
    Is it the script or the include?

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

    Default

    Quote Originally Posted by rjj95 View Post
    Btw, a lot of people are getting this error:

    What is it?
    "a lot of people" means who, just you? try a simba restart?

    is this on uptext?


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

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

    Default

    Quote Originally Posted by DannyRS View Post
    "a lot of people" means who, just you? try a simba restart?

    is this on uptext?
    check my powerminer thread I'm not getting it

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

    Default

    Quote Originally Posted by rjj95 View Post
    check my powerminer thread I'm not getting it
    its your forum crap not the include


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

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

    Default

    Quote Originally Posted by DannyRS View Post
    its your forum crap not the include
    Hows the form messing with it?

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

    Default

    Quote Originally Posted by rjj95 View Post
    Hows the form messing with it?
    Font settings idk, the guy got it working anyway, maybe wasn't


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

Page 2 of 31 FirstFirst 123412 ... 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
  •