Page 4 of 6 FirstFirst ... 23456 LastLast
Results 76 to 100 of 136

Thread: JDDiv - A Divination Script

  1. #76
    Join Date
    Mar 2013
    Location
    Shaolin
    Posts
    863
    Mentioned
    24 Post(s)
    Quoted
    519 Post(s)

    Default

    I'm still figuring out this invfull thing... at the moment there are no real fixes other than editing your include to suit your inventory slots. I will make a guide for this soon, but at the moment I am swamped with work and barely have enough time to check my social media before going to bed.
    You have permission to steal anything I've ever made...

  2. #77
    Join Date
    Jun 2013
    Location
    Hellgondo
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Wu-Tang Clan View Post
    I'm still figuring out this invfull thing... at the moment there are no real fixes other than editing your include to suit your inventory slots. I will make a guide for this soon, but at the moment I am swamped with work and barely have enough time to check my social media before going to bed.
    So I made a private divination script, this is how I checked to see if the inventory was full.
    I used the quick-inventory slots A and B as the last two inventory slots, then created a DTM of the last slot. If the inventory was full, then the DTM would not be found.

    empty inventory: http://prntscr.com/1nnmu6
    full inventory: http://prntscr.com/1nnncs

  3. #78
    Join Date
    Mar 2013
    Location
    Shaolin
    Posts
    863
    Mentioned
    24 Post(s)
    Quoted
    519 Post(s)

    Default

    Quote Originally Posted by Alipheese View Post
    So I made a private divination script, this is how I checked to see if the inventory was full.
    I used the quick-inventory slots A and B as the last two inventory slots, then created a DTM of the last slot. If the inventory was full, then the DTM would not be found.

    empty inventory: http://prntscr.com/1nnmu6
    full inventory: http://prntscr.com/1nnncs
    I'm impressed. Would you mind posting your code for that?
    You have permission to steal anything I've ever made...

  4. #79
    Join Date
    Jun 2013
    Location
    Hellgondo
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Wu-Tang Clan View Post
    I'm impressed. Would you mind posting your code for that?

    Simba Code:
    function IsInventoryFull: boolean;
    begin
      if FindDTM(LastSlot, x, y, MIX1, MIY1, MIX2, MIY2) then
      begin
        Writeln('Last slot DTM found');
        result := false;
      end else
      begin
        Writeln('Last slot DTM not found');
        result := true;
      end;
    end;

  5. #80
    Join Date
    Aug 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Ty for making the time to make this script wu tang =)
    Does it work on the lvl 80 spot now though ?

  6. #81
    Join Date
    Apr 2012
    Location
    Land of the Rising Sun
    Posts
    207
    Mentioned
    0 Post(s)
    Quoted
    77 Post(s)

    Default

    Quote Originally Posted by Peznev View Post
    Ty for making the time to make this script wu tang =)
    Does it work on the lvl 80 spot now though ?
    Level 80?!

    Nice work. I'm guessing this works for the 60's and 70's spots then
    Will have to try it out
    My Scripts: DWT Iron Miner

  7. #82
    Join Date
    Oct 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    at me it says:
    Warning! You passed a wrong ye to a finder function: 592. The client has a height of 563, thus the ye is out of bounds. Setting the value to 562 (h-1) for now.
    it doesnt work at me

  8. #83
    Join Date
    Apr 2012
    Location
    Vancouver, BC
    Posts
    291
    Mentioned
    1 Post(s)
    Quoted
    84 Post(s)

    Default

    Great release Wu-Tang! I have legit trained this skill so far and its very painful ... I cant wait to give this a run and provide some proggies! I think I saw the question before ... were there any other default setting we should be using other than old-school set up? Pre RS3 we used simba on minimum settings but I would like to try this in the game client setting just not sure if I need to go minimum ... I assume the different graphic settings could play havoc with the DTM's.

  9. #84
    Join Date
    Jun 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    [Error] C:\Simba\Includes\SRL/SRL/MISC/SMARTGRAPHICS.SIMBA(25:3): Unknown identifier 'SmartSetDebug' at line 24
    Compiling failed.

    Using smartv8.2.
    please help.

  10. #85
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by angelaelikutty View Post
    [Error] C:\Simba\Includes\SRL/SRL/MISC/SMARTGRAPHICS.SIMBA(25:3): Unknown identifier 'SmartSetDebug' at line 24
    Compiling failed.

    Using smartv8.2.
    please help.
    Make sure you have the latest version of Simba, Tools -> Update

    Forum account issues? Please send me a PM

  11. #86
    Join Date
    Mar 2012
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    the script just right clicks the springs , doesn't click on them

  12. #87
    Join Date
    May 2011
    Location
    In an Island.
    Posts
    1,413
    Mentioned
    2 Post(s)
    Quoted
    149 Post(s)

    Default

    change to left click
    ''If you want something you've never had, you have to do something you've never done''


    total leve 2715/1b exp +... exterminated.

  13. #88
    Join Date
    Mar 2012
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Ok it clicks wisps but doesnt see full inventory; and wont walk to rift

  14. #89
    Join Date
    Jun 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Justin View Post
    Make sure you have the latest version of Simba, Tools -> Update
    I have the latest version. Still the same error.
    [Error] C:\Simba\Includes\SRL/SRL/MISC/SMARTGRAPHICS.SIMBA(25:3): Unknown identifier 'SmartSetDebug' at line 24
    Compiling failed.

  15. #90
    Join Date
    May 2012
    Posts
    103
    Mentioned
    0 Post(s)
    Quoted
    41 Post(s)

    Default

    so has this script died now? or not updating or has it been moved somewhere?

    as i wouldnt mind using to at least lvl 60 but doesnt have them supported in OP?

  16. #91
    Join Date
    Mar 2012
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Quote Originally Posted by zunkill View Post
    so has this script died now? or not updating or has it been moved somewhere?

    as i wouldnt mind using to at least lvl 60 but doesnt have them supported in OP?
    if u set to karamja it will click on wisps anywhere im at 60s and it would. but u gotta go in the script under find pale; switch the mouse_right too mouse_left to it clicks on them instead of right clicking but it doesnt detect full inventory so itll keep clicking them and will never go to rift

  17. #92
    Join Date
    Mar 2013
    Location
    Shaolin
    Posts
    863
    Mentioned
    24 Post(s)
    Quoted
    519 Post(s)

    Default

    Quote Originally Posted by solox12 View Post
    if u set to karamja it will click on wisps anywhere im at 60s and it would. but u gotta go in the script under find pale; switch the mouse_right too mouse_left to it clicks on them instead of right clicking but it doesnt detect full inventory so itll keep clicking them and will never go to rift
    The inventory thing has changed so I'm going to be testing it this week, but I think I may have got a decent fix going. It detects my inventory being full
    You have permission to steal anything I've ever made...

  18. #93
    Join Date
    Mar 2013
    Location
    Shaolin
    Posts
    863
    Mentioned
    24 Post(s)
    Quoted
    519 Post(s)

    Default

    Ok so here's the deal with the inventory problem.
    You need to do some work on your own in order to get this to work:
    1. Get your inventory to be a 4x7 rather than 5 across
    like this:
    4hBH6.jpg
    2. Then you want to open up your inventory.simba file in your includes (which I explained in OP)
    now set up your desktop like so (but have SMART up higher, mine is lower for privacy reasons:

    3. Drag the crosshairs from Simba to SMART. This is what the crosshairs look like:

    4. Put your mouse on the SMART client and read the numbers on the bottom left of Simba, then put your mouse a few pixels away from the SMART client. If you get negative numbers when you put your mouse away from the client you are doing it right, otherwise try retargetting SMART.
    5. Put your mouse on the top left edge of the first inventory slot and read the number on the bottom left of Simba. MEMORIZE THEM. Place these numbers in the first to spots in the parentheses of Line 150
    Simba Code:
    Slot1 := IntToBox(611, 297, 645,328);
    6. Now check to see that you still have the client targeted (if not then retarget) and place your mouse on the bottom right edge of the first inventory slot. MEMORIZE the numbers on the bottom left of Simba. Put these numbers in the last 2 spots in the parentheses of line 150.
    7. Do the same as you did in steps 5 and 6, but with the 6th inventory slot. You will need to retarget SMART for this if you didn't have to for step 6.
    8. Save your inventory.simba file and run JDDiv. If you do not detect a full inv, then you should adjust your coords slightly (redo these steps).
    9. If you require assistance in any further areas of this, please feel free to post or pm
    You have permission to steal anything I've ever made...

  19. #94
    Join Date
    Mar 2012
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Quote Originally Posted by Wu-Tang Clan View Post
    Ok so here's the deal with the inventory problem.
    You need to do some work on your own in order to get this to work:
    1. Get your inventory to be a 4x7 rather than 5 across
    like this:
    4hBH6.jpg
    2. Then you want to open up your inventory.simba file in your includes (which I explained in OP)
    now set up your desktop like so (but have SMART up higher, mine is lower for privacy reasons:

    3. Drag the crosshairs from Simba to SMART. This is what the crosshairs look like:

    4. Put your mouse on the SMART client and read the numbers on the bottom left of Simba, then put your mouse a few pixels away from the SMART client. If you get negative numbers when you put your mouse away from the client you are doing it right, otherwise try retargetting SMART.
    5. Put your mouse on the top left edge of the first inventory slot and read the number on the bottom left of Simba. MEMORIZE THEM. Place these numbers in the first to spots in the parentheses of Line 150
    Simba Code:
    Slot1 := IntToBox(611, 297, 645,328);
    6. Now check to see that you still have the client targeted (if not then retarget) and place your mouse on the bottom right edge of the first inventory slot. MEMORIZE the numbers on the bottom left of Simba. Put these numbers in the last 2 spots in the parentheses of line 150.
    7. Do the same as you did in steps 5 and 6, but with the 6th inventory slot. You will need to retarget SMART for this if you didn't have to for step 6.
    8. Save your inventory.simba file and run JDDiv. If you do not detect a full inv, then you should adjust your coords slightly (redo these steps).
    9. If you require assistance in any further areas of this, please feel free to post or pm

    Ok i did this and im at mobilizing armies so idk how to fix rift thing but anyways it works only thing it wont find wisps and keeps clicking on rift when im next to it to try and convert

    btw my inventory is empty

    FindPale;
    Convert;
    Walking to Rift
    FindRift;
    No points found for FindRift;
    Convert;
    Walking to Rift
    FindRift;
    No points found for FindRift;
    Convert;
    Walking to Rift
    FindRift;
    No points found for FindRift;
    Convert;
    Walking to Rift
    FindRift;
    No points found for FindRift;
    Convert;
    Walking to Rift
    FindRift;
    No points found for FindRift;
    Successfully executed.

  20. #95
    Join Date
    Mar 2012
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Also i gathered some memory's to see what it did after it clicked rift and doesnt click convert

  21. #96
    Join Date
    Mar 2013
    Location
    Shaolin
    Posts
    863
    Mentioned
    24 Post(s)
    Quoted
    519 Post(s)

    Default

    Quote Originally Posted by solox12 View Post
    Ok i did this and im at mobilizing armies so idk how to fix rift thing but anyways it works only thing it wont find wisps and keeps clicking on rift when im next to it to try and convert

    btw my inventory is empty

    FindPale;
    Convert;
    Walking to Rift
    FindRift;
    No points found for FindRift;
    Convert;
    Walking to Rift
    FindRift;
    No points found for FindRift;
    Convert;
    Walking to Rift
    FindRift;
    No points found for FindRift;
    Convert;
    Walking to Rift
    FindRift;
    No points found for FindRift;
    Convert;
    Walking to Rift
    FindRift;
    No points found for FindRift;
    Successfully executed.
    Well I don't have support for MA rift...
    You have permission to steal anything I've ever made...

  22. #97
    Join Date
    Mar 2012
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Quote Originally Posted by Wu-Tang Clan View Post
    Well I don't have support for MA rift...
    ok i went to karamja to test it and it cant find rift and it shows that you support it. ill try another site
    oh i cant test other sites when there are no people at it ; cause find pale only works for springs not wisps
    FindPale;
    Convert;
    Walking to Rift
    FindRift;
    No points found for FindRift;
    Convert;
    Walking to Rift
    FindRift;
    No points found for FindRift;
    Convert;
    Walking to Rift
    FindRift;
    No points found for FindRift;
    Convert;
    Walking to Rift
    FindRift;
    No points found for FindRift;
    Convert;
    Walking to Rift
    FindRift;
    No points found for FindRift;
    Last edited by solox12; 09-03-2013 at 12:23 AM.

  23. #98
    Join Date
    Jul 2012
    Location
    Australia
    Posts
    136
    Mentioned
    0 Post(s)
    Quoted
    57 Post(s)

    Default

    Will certainly give this a try after I finish the quests I am doing.

  24. #99
    Join Date
    Apr 2012
    Location
    Vancouver, BC
    Posts
    291
    Mentioned
    1 Post(s)
    Quoted
    84 Post(s)

    Default

    This probably wont come as a huge surprise to anyone but there have been MASSIVE bans over at powerpot for their divination script (https://www.powerbot.org/community/t...nation/page-47). I share this for 2 reasons -

    1). They are manually banning so just make sure your babysitting your script.
    2). It appears its not a script ban so much as a client ban ... so if your using an "older" version of PB stop.

    I havent read of any bans for SIMBA so it looks like were safe for now but if you read the PB thread its amazing how many completionist accounts/max accounts were banned either permanently or temp with a rollback so people with 21+ 99's come back with 7!

    Just be careful ... its a bit dangerous on RS at the moment.

  25. #100
    Join Date
    Dec 2011
    Posts
    37
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by digitalninja View Post
    This probably wont come as a huge surprise to anyone but there have been MASSIVE bans over at powerpot for their divination script (https://www.powerbot.org/community/t...nation/page-47). I share this for 2 reasons -

    1). They are manually banning so just make sure your babysitting your script.
    2). It appears its not a script ban so much as a client ban ... so if your using an "older" version of PB stop.

    I havent read of any bans for SIMBA so it looks like were safe for now but if you read the PB thread its amazing how many completionist accounts/max accounts were banned either permanently or temp with a rollback so people with 21+ 99's come back with 7!

    Just be careful ... its a bit dangerous on RS at the moment.
    Thanks for the heads up. Simba looks pretty good atm, and disabling smart is really safe.

    This div script doesn't work very well though so its not really a problem right now.

Page 4 of 6 FirstFirst ... 23456 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
  •