Results 1 to 7 of 7

Thread: P07_DropAll Not working on any script for me.

  1. #1
    Join Date
    Jan 2012
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default P07_DropAll Not working on any script for me.

    When I use any type of powerminer or powerchopper built for 07 and it uses the
    if P07_InvFull then
    P07_DropAll;
    The drop all just clicks in odd spots near the ores/logs in my inventory.
    Anyway to fix this?

  2. #2
    Join Date
    Feb 2013
    Posts
    465
    Mentioned
    6 Post(s)
    Quoted
    221 Post(s)

    Default

    Are you using smart?

    If so you probably didn't set the coordinate changes correctly, smart expects there to be a 50px nav nar at the top. and also 22px in the X direction for some reason. test this by using

    MMouse(100,100,0,0);
    SMARt_DrawDot(false,IntToPoint(100,100),clBlue);

    If it draws the dot and puts the mouse at the same point. If they are in the same place cannot help you but if they are different its the problem above. ^^ which you can fix by changing some values in srl/srl/core/globals.simba
    Last edited by wthomas; 03-01-2013 at 08:29 AM.

  3. #3
    Join Date
    Jan 2012
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Quote Originally Posted by wthomas View Post
    Are you using smart?

    If so you probably didn't set the coordinate changes correctly, smart expects there to be a 50px nav nar at the top. and also 22px in the X direction for some reason. test this by using

    MMouse(100,100,0,0);
    SMARt_DrawDot(false,IntToPoint(100,100),clBlue);

    If it draws the dot and puts the mouse at the same point i cannot help you but if they are different its the problem above. ^^ which you can fix by changing some values in srl/srl/core/globals.simba
    I've been using either chrome or swiftkit and just moving the client target over the screen. I didn't know if I needed to change the coordinates to fit those screens.

  4. #4
    Join Date
    Oct 2012
    Posts
    758
    Mentioned
    6 Post(s)
    Quoted
    282 Post(s)

    Default

    Look at the dropall function/procedure in the 07 include and edit it.
    Should be common sense really

  5. #5
    Join Date
    Feb 2013
    Posts
    465
    Mentioned
    6 Post(s)
    Quoted
    221 Post(s)

    Default

    You shouldn't need to change anything for non smart clients. That is a pesky problematic phenomenon you have though.

  6. #6
    Join Date
    Jan 2012
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Quote Originally Posted by Runehack123 View Post
    Look at the dropall function/procedure in the 07 include and edit it.
    Should be common sense really
    What do you mean by edit it? If it is placed in a script and used in a non-smart window using the client target it should automatically work, shouldn't it?

  7. #7
    Join Date
    Oct 2012
    Posts
    758
    Mentioned
    6 Post(s)
    Quoted
    282 Post(s)

    Default

    Quote Originally Posted by Huggies View Post
    What do you mean by edit it? If it is placed in a script and used in a non-smart window using the client target it should automatically work, shouldn't it?
    So if it doesn't you can
    1. Post about it and wait for a change to the 07 include
    2. Edit it
    What do I mean edit? Edit as in change.

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
  •