Page 3 of 6 FirstFirst 12345 ... LastLast
Results 51 to 75 of 136

Thread: JDDiv - A Divination Script

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

    Default

    Quote Originally Posted by Sulferx View Post
    For some reason SMART isn't working for me again. It loads but doesn't do anything. Is it some sort of user error? I've tried changing it to SMART8 since that's what I use.

    The full inventory recognition is a bit sketchy. Also, if the rift isn't visible in the game window, it can't find it.
    Code:
    Walking to Rift
    FindRift;
    No points found for FindRift;
    Might be login... are you using the old school layout? 1 sec I'll add some more includes
    You have permission to steal anything I've ever made...

  2. #52
    Join Date
    Aug 2006
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Older version worked fine any ideas why I'm getting this now?

    C:\Simba\Scripts\divinationv2.simba(120:5): Unknown identifier 'Draynor' at line 119
    Compiling failed.

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

    Default

    Quote Originally Posted by Ragging View Post
    Older version worked fine any ideas why I'm getting this now?

    C:\Simba\Scripts\divinationv2.simba(120:5): Unknown identifier 'Draynor' at line 119
    Compiling failed.
    EDIT: Get the new one.
    You have permission to steal anything I've ever made...

  4. #54
    Join Date
    Jan 2012
    Posts
    550
    Mentioned
    2 Post(s)
    Quoted
    177 Post(s)

    Default

    Are there any other graphic things I need to set other than old school mode or anything else that I need to do besides the include thing?

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

    Default

    Anyone got any tips on how to start Divination?

    Forum account issues? Please send me a PM

  6. #56
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by Justin View Post
    Anyone got any tips on how to start Divination?
    Go to the spot that's west of the battle of lumbridge, there are some things to siphon and a tutor iirc. Basically it's like Runespan.

  7. #57
    Join Date
    May 2012
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I'm sorry for being so newbie but how do I make Smart work with it?

    Edit: I tried to make it work with rs client, it doesn't detect that the inventory is full

  8. #58
    Join Date
    Feb 2006
    Location
    Australia, Queensland
    Posts
    120
    Mentioned
    1 Post(s)
    Quoted
    21 Post(s)

    Default

    I dont know if its me, or if its the script. But Ill start it and it doesnt ever finish doing SetupSRL

  9. #59
    Join Date
    Aug 2006
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Rellekka is 40 - 50 not karamja. Karamja is 50 - 60. Hope I helped.

  10. #60
    Join Date
    Aug 2013
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Awesome script so far, and the includes don't seem to interfere or malfunction Riwu's tear collector script (for anyone wondering).

    The only criticism I have though is that if no one else is doing divination around you (tested in free worlds lol...) the script doesn't click pale wisps and therefore won't function. Of course as long as someone opens a pale spring the script works perfectly. I'm not sure if this problem persists with other wisps but it really probably isn't that significant atm

    Edit: NVM spoke too soon, my bad! it doesn't actually recognize when your inventory is full and continues to try and collect energy
    Last edited by tsabras; 08-24-2013 at 11:31 AM.

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

    Default

    I'm working all day today, so I'll see what I can do about the inventory problem. Its working for me though?

    So just sit tight and we'll see what the mystical Wu can come up with. Feel free to post some inventory code stuff on your own?
    You have permission to steal anything I've ever made...

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

    Default

    I just have a suggestion. Instead of checking to see if the divination skill pop-up is there, you can use the xp bar to see if you're gaining xp. That way, you won't have to wait 5 seconds for the skill pop-up to disappear.

  13. #63
    Join Date
    Oct 2011
    Location
    Chicago
    Posts
    3,352
    Mentioned
    21 Post(s)
    Quoted
    437 Post(s)

    Default

    Wu-Tang Clan, I had an inventory glitch with a script in the members section. This is what demise told me to do and it fixed the script.

    Writeln(GL_InvCount); with inventory full, you get a number back, then enter that into GL_InvFull; in inventory.simba
    Apparently every person has a different inventory full size so they need to change that themselves (mine was 29, while demise's was 28) etc.




    Anti-Leech Movement Prevent Leeching Spread the word
    Insanity 60 Days (Killer workout)
    XoL Blog (Workouts/RS/Misc)

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

    Default

    Quote Originally Posted by [XoL] View Post
    Wu-Tang Clan, I had an inventory glitch with a script in the members section. This is what demise told me to do and it fixed the script.

    Writeln(GL_InvCount); with inventory full, you get a number back, then enter that into GL_InvFull; in inventory.simba
    Apparently every person has a different inventory full size so they need to change that themselves (mine was 29, while demise's was 28) etc.
    Umm.. I don't have GL ATM, waiting for SRL 6 to get into that. I'm still working on the fix and think I might be getting somewhere.
    You have permission to steal anything I've ever made...

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

    Default

    Quote Originally Posted by Alipheese View Post
    I just have a suggestion. Instead of checking to see if the divination skill pop-up is there, you can use the xp bar to see if you're gaining xp. That way, you won't have to wait 5 seconds for the skill pop-up to disappear.
    XP bar? I don't think I have one of these? Can you go on?
    You have permission to steal anything I've ever made...

  16. #66
    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
    XP bar? I don't think I have one of these? Can you go on?
    It's this thing : http://prntscr.com/1n97uo
    There's a function, GetXPBar. All you have to do is edit the coordinates of the box that contains the numbers (in this case, 187,956,371) in gametab.simba.

  17. #67
    Join Date
    Feb 2012
    Location
    DON'T PM ME ASKING FOR STUFF
    Posts
    2,170
    Mentioned
    38 Post(s)
    Quoted
    423 Post(s)

    Default

    Well, the detection on this is amazing:



    Just sittin there like a boss.

  18. #68
    Join Date
    Oct 2012
    Posts
    84
    Mentioned
    0 Post(s)
    Quoted
    41 Post(s)

    Default

    Doesn't seem to work.

    Have done everything you said in the first post, but it just stands there, doesn't do anything

  19. #69
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    what does "jd" mean in your script name?

  20. #70
    Join Date
    Feb 2012
    Location
    DON'T PM ME ASKING FOR STUFF
    Posts
    2,170
    Mentioned
    38 Post(s)
    Quoted
    423 Post(s)

    Default

    Quote Originally Posted by hoodz View Post
    what does "jd" mean in your script name?
    Jiant duck

    mod edit

    mod edit2
    Last edited by masterBB; 08-25-2013 at 10:37 PM.

  21. #71
    Join Date
    Jun 2013
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    has anyone got banned from this yet as i am worried about getting banned on my main account.? or if noone has been banned what would the security recomendations be to not get banned?

  22. #72
    Join Date
    Jan 2012
    Posts
    468
    Mentioned
    3 Post(s)
    Quoted
    200 Post(s)

    Default

    I got a perm Ban! Few Days agooooooO! Uh bye Comp Cape!

  23. #73
    Join Date
    Jun 2013
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    how long did you run the script for? before your ban?

  24. #74
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by liam033500 View Post
    how long did you run the script for? before your ban?
    hes trolling

  25. #75
    Join Date
    Dec 2011
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    the script just doesnt click the crater

Page 3 of 6 FirstFirst 12345 ... 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
  •