Page 1 of 50 12311 ... LastLast
Results 1 to 25 of 1239

Thread: All in one DIVINATION - footballjds

  1. #1
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default All in one DIVINATION - footballjds

    Footballjds' all in one Divination script
    This script is constantly changing and updated. If you're experiencing issues it is likely because you're using an outdated version

    Follow this guide to setup RuneScape for botting

    Script Setup:
    • Download the LATEST zip from github
    • Extract the zip to a folder
    • Navigate to the folder
    • Open the script(AIO_DIV.simba) from the folder
    • Be sure to setup the declarePayer procedure
    • Start the script



    Get the script:





    |Click here to report a bug|

    Quote Originally Posted by badezy View Post
    Hey guys - anyone that is having trouble with the script not click on the rift needs to do the following:

    1) Stop the script.
    2) Open game menu and select old school (yes i know you've probably done this already but just do it).
    3) Hit start while game is open
    4) 99 Div.

    That will fix it.

    Stuck and can't get my script running?



    If you like the script and want to donate:
    Last edited by footballjds; 04-28-2014 at 12:19 PM.

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

    Default

    Holy snap! So excited to go try this! Dang work computer with no SIMBA installed!!!

  3. #3
    Join Date
    Jan 2012
    Posts
    1,596
    Mentioned
    78 Post(s)
    Quoted
    826 Post(s)

    Default

    Yeah. Been testing this today and yesterday... started out at like 42, now im at 63, so it works!
    I havent tested it at 30-40 (seers) as it may not work too well due to the distance from the rift that the wisps are, but hey, its only an hour to get from 30-40.


  4. #4
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    Quote Originally Posted by Turpinator View Post
    Yeah. Been testing this today and yesterday... started out at like 42, now im at 63, so it works!
    I havent tested it at 30-40 (seers) as it may not work too well due to the distance from the rift that the wisps are, but hey, its only an hour to get from 30-40.

    I have two solutions in mind to it getting to far away, if I get pestered enough by people on here about it wandering too far I'll just solve the problem.

  5. #5
    Join Date
    Aug 2010
    Posts
    165
    Mentioned
    2 Post(s)
    Quoted
    39 Post(s)

    Default

    Testing the script now, looks great so far!

    Im @ vibrant wisps atm, but sometimes it opens the conversion menu at the rift but just stands there doing nothing, closes the menu after a minute, reopens it and then it (most of the times at least, also saw a time where it had to re-open that menu twice) works. Got a solution for this? ill try to get a debug of when it happens!

    EDIT (added the debug):
    Code:
    -- TRSMinimap.waitFlag(): True
    -- chooseOption._select():
    ---- chooseOption.isOpen(): result = true
    ---- Options found: [ConveM memories Energy RiM, Walk here, Examine Energy Rift, Cancel]
    ---- Found option "memories En" in "ConveM memories Energy RiM"
    -- chooseOption.select() result = true
    At this point it waited for about 1 minute
    -- TRSMinimap.waitFlag()
    ---- Waiting until flag distance equals 0...
    ---- Flag is not present, resulting true
    -- TRSMinimap.waitFlag(): True
    -- chooseOption._select():
    ---- chooseOption.isOpen(): result = true
    ---- Options found: [Convert memories Energy RiM, Walk here, Examine Energy Rift, Cancel]
    ---- Found option "Convert memories" in "Convert memories Energy RiM"
    -- chooseOption.select() result = true
    At this point it waited for about 1 minute
    -- chooseOption._select():
    ---- chooseOption.isOpen(): result = true
    ---- Options found: [Convert memories Energy RiM, Walk here Complex Kiss, (level: 200), Follow Complex Kiss, (level: 200), Trade with Complex Kiss, (level: 200), Examine Energy RiM, Cancel]
    ---- Found option "Convert memories" in "Convert memories Energy RiM"
    -- chooseOption.select() result = true
    gr, super

  6. #6
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    Quote Originally Posted by superduperd View Post
    Testing the script now, looks great so far!

    Im @ vibrant wisps atm, but sometimes it opens the conversion menu at the rift but just stands there doing nothing, closes the menu after a minute, reopens it and then it (most of the times at least, also saw a time where it had to re-open that menu twice) works. Got a solution for this? ill try to get a debug of when it happens!

    gr, super
    yeah, already corrected that but didn't upload it yet. doing so NOW.
    re-download.

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

    Default

    Somebody had to do it right. Well done bro, well done.
    You have permission to steal anything I've ever made...

  8. #8
    Join Date
    Aug 2010
    Posts
    165
    Mentioned
    2 Post(s)
    Quoted
    39 Post(s)

    Default

    Quote Originally Posted by footballjds View Post
    yeah, already corrected that but didn't upload it yet. doing so NOW.
    re-download.
    Oh wow fast reply, downloading now (ignore my last post which i just edited a second ago before i saw this )

  9. #9
    Join Date
    Jan 2012
    Posts
    1,596
    Mentioned
    78 Post(s)
    Quoted
    826 Post(s)

  10. #10
    Join Date
    Aug 2013
    Location
    Florida
    Posts
    87
    Mentioned
    1 Post(s)
    Quoted
    40 Post(s)

    Default

    @footballjds

    Nice release!

    I just have a suggestion (Of course it's up to you whether you want to use it or not). If you use the fixed slot number (1), the energies might get used up exactly at the rift, and when collected again will put them in slot #2 .
    This is just a quick fix, if you want to do a more dynamic one you could always find them with DTM's.
    Code:
    function energyColorCount: integer;
    var
      yellowCount: TPointArray;
    begin
      if findColors(yellowCount, 65535, tabBackpack.getSlotBox(1)) then
      begin
        result := length(yellowCount);
      end else
        if findColors(yellowCount, 65535, tabBackpack.getSlotBox(2)) then
          result := length(yellowCount);
    end;
    Stay Blessed

  11. #11
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

  12. #12
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    Quote Originally Posted by Turpinator View Post

    vibrants using 3.

    edit: and heres another
    NICE!

    Here's one of my recents(conversion 2):

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

    Default

    Awesome release! time to check it out
    My Scripts: DWT Iron Miner

  14. #14
    Join Date
    Aug 2010
    Posts
    165
    Mentioned
    2 Post(s)
    Quoted
    39 Post(s)

    Default

    Works great, will post prog later. Only thing that wont work for me is the login, which i do manually now (is not a big problem since i'll just do it myself but just saying )

    debug of not logging in:
    Code:
    -- setupSRL()
    ---- Setting up SRL...
    ---- initSmart():
    ------ Attempting to pair to a previously spawned client
    ------ smartPairToExistingClient():
    -------- Found no free clients to pair to
    ------ smartPairToExistingClient(): result = false
    ------ Attempting to spawn a new client..
    ------ smartCreateClient():
    ---------- smartGetParameters(): Succesfully grabbed paramters
    -------- getJavaPath():
    ---------- Attempting to search for your Java path
    ---------- Found your java path @ C:\Program Files\Java\jre7\bin\java.exe
    -------- getJavaPath()
    -------- Using parameters [http://world105.runescape.com/, f3061420969039100388]
    -------- Using plugins "OpenGL32.dll"
    -------- Succesfully spawned a client, attempting to target
    ---------- smartSetAsTarget(): Succesfully set SMART[3576] as Simba's target
    ------ smartCreateClient(): result = true
    ------ Succesfully initialized via spawning a new client
    ---- initSmart()
    ------ smartSetupDrawing(): Succesfully setup SMART drawing
    ---- Waiting up to 5 minutes for RS to load...
    ------ __setInputBoxes(): Set username and password boxes
    ---- Client is ready.
    ---- Setup SRL in 17877ms.
    -- setupSRL(): True
    -- Freeing the minimap mask
    -- Succesfully freed SMART[3576]
    Successfully executed.
    gr, super

  15. #15
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    Quote Originally Posted by superduperd View Post
    Works great, will post prog later. Only thing that wont work for me is the login, which i do manually now (is not a big problem since i'll just do it myself but just saying )

    debug of not logging in:
    -- setupSRL()
    ---- Setting up SRL...
    ---- initSmart():
    ------ Attempting to pair to a previously spawned client
    ------ smartPairToExistingClient():
    -------- Found no free clients to pair to
    ------ smartPairToExistingClient(): result = false
    ------ Attempting to spawn a new client..
    ------ smartCreateClient():
    ---------- smartGetParameters(): Succesfully grabbed paramters
    -------- getJavaPath():
    ---------- Attempting to search for your Java path
    ---------- Found your java path @ C:\Program Files\Java\jre7\bin\java.exe
    -------- getJavaPath()
    -------- Using parameters [http://world105.runescape.com/, f3061420969039100388]
    -------- Using plugins "OpenGL32.dll"
    -------- Succesfully spawned a client, attempting to target
    ---------- smartSetAsTarget(): Succesfully set SMART[3576] as Simba's target
    ------ smartCreateClient(): result = true
    ------ Succesfully initialized via spawning a new client
    ---- initSmart()
    ------ smartSetupDrawing(): Succesfully setup SMART drawing
    ---- Waiting up to 5 minutes for RS to load...
    ------ __setInputBoxes(): Set username and password boxes
    ---- Client is ready.
    ---- Setup SRL in 17877ms.
    -- setupSRL(): True
    -- Freeing the minimap mask
    -- Succesfully freed SMART[3576]
    Successfully executed.

    gr, super
    if you look at the script you'll see that there is nothing called to log the user in. simply start logged in...

  16. #16
    Join Date
    Aug 2010
    Posts
    165
    Mentioned
    2 Post(s)
    Quoted
    39 Post(s)

    Default

    Quote Originally Posted by footballjds View Post
    if you look at the script you'll see that there is nothing called to log the user in. simply start logged in...
    Thanks for the fast reply. That's what i did already Any plans to get this into the script in the future? Because if you go past the 6 hour limit it will have to login again right?

    Current prog @ vibrants:
    Run time: 1h10m
    xp/hour: 30461
    total: 35974.4

  17. #17
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    Quote Originally Posted by superduperd View Post
    Thanks for the fast reply. That's what i did already Any plans to get this into the script in the future? Because if you go past the 6 hour limit it will have to login again right?

    Current prog @ vibrants:
    Run time: 1h10m
    xp/hour: 30461
    total: 35974.4
    very simple to add and i'll do so eventually, first want to make it flawless. No point on passing 6 hours if it isn't flawless.

  18. #18
    Join Date
    Aug 2010
    Posts
    165
    Mentioned
    2 Post(s)
    Quoted
    39 Post(s)

    Default

    Quote Originally Posted by footballjds View Post
    very simple to add and i'll do so eventually, first want to make it flawless. No point on passing 6 hours if it isn't flawless.
    Have to agree with this indeed.

    Vibrant wisps
    Just came across a complication in the script. I was harvesting vibrant wisps and at one point my character stood approximately 20 squares north east of the rift (still could see rift on minimap though) and kept searching for wisps. It noticed some wisps in the minimap, but didnt see any on the screen so kept searching. After it stood there doing nothing for 5 minutes the script logged into the lobby, at which point i stopped the script because it didnt log back in. (only happened once, couldnt reproduce)

    I dont know exactly what went wrong, but if it is true that the script did not find any wisps on the screen (not minimap) maybe it is an idea to make the character go back to the rift as some kind of failsafe?

    debug:
    Code:
    ---- chooseOption.isOpen(): result = true
    ---- Options found: [Harvest Vibrant spring, Walk here, Examine Vibrant spring, Cancel]
    ---- Found option "Harvest " in "Harvest Vibrant spring"
    -- chooseOption.select() result = true
    -- TRSMinimap.waitFlag()
    ---- Waiting until flag distance equals 0...
    ---- Flag is not present, resulting true
    -- TRSMinimap.waitFlag(): True
    -- TRSMinimap.getDots()
    ---- Found 0 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): []
    -- TRSMinimap.getDots()
    ---- Found 0 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): []
    -- TRSMinimap.getDots()
    ---- Found 1 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 744, Y = 156}]
    -- TRSMinimap.getDots()
    ---- Found 2 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 740, Y = 101}, {X = 744, Y = 148}]
    -- TRSMinimap.getDots()
    ---- Found 2 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 740, Y = 101}, {X = 744, Y = 148}]
    -- TRSMinimap.getDots()
    ---- Found 2 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 740, Y = 109}, {X = 744, Y = 148}]
    -- TRSMinimap.getDots()
    ---- Found 2 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 738, Y = 108}, {X = 737, Y = 159}]
    -- TRSMinimap.getDots()
    ---- Found 3 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 729, Y = 88}, {X = 742, Y = 151}, {X = 744, Y = 163}]
    -- TRSMinimap.getDots()
    ---- Found 2 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 729, Y = 81}, {X = 744, Y = 163}]
    -- TRSMinimap.getDots()
    ---- Found 3 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 732, Y = 86}, {X = 745, Y = 103}, {X = 728, Y = 151}]
    -- TRSMinimap.getDots()
    ---- Found 1 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 736, Y = 92}]
    Etc.
    -- TRSMinimap.getDots()
    ---- Found 2 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 736, Y = 77}, {X = 741, Y = 150}]
    -- TRSMinimap.getDots()
    ---- Found 1 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 739, Y = 77}]
    -- TRSMinimap.getDots()
    ---- Found 1 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 746, Y = 77}]
    -- TRSMinimap.getDots()
    ---- ERROR: No minimap dot color found
    -- TRSMinimap.getDots(): []
    -- TRSGameTabs.openTab(2)
    ---- Opening tab via gametab navigation bar
    -- TRSGameTabs.openTab(2): result = False
    -- TRSGameTabs.openTab(2)
    ---- Opening tab via gametab navigation bar
    -- TRSGameTabs.openTab(2): result = False
    -- TRSMinimap.getDots()
    ---- ERROR: No minimap dot color found
    -- TRSMinimap.getDots(): []
    -- TRSGameTabs.openTab(2)
    ---- Opening tab via gametab navigation bar
    -- TRSGameTabs.openTab(2): result = False
    Etc.
    -- TRSGameTabs.openTab(2)
    ---- Opening tab via gametab navigation bar
    -- TRSGameTabs.openTab(2): result = False
    -- TRSMinimap.getDots()
    ---- ERROR: No minimap dot color found
    -- TRSMinimap.getDots(): []
    -- TRSGameTabs.openTab(2)
    ---- Opening tab via gametab navigation bar
    (edited out some lines which popped up 100+ times at Etc. to make my post a bit shorter)

    lustrous wisps
    When i start the scripts it walks to a spot a bit west of the rift. cant seem to find any wisps. Then the script walks further west into the slayer tower. Here's the debug:

    Code:
    Compiled successfully in 1981 ms.
    -- setupSRL()
    ---- Setting up SRL...
    ---- initSmart():
    ------ Attempting to pair to a previously spawned client
    ------ smartPairToExistingClient():
    -------- Found 1 free client(s), attempting to pair to one...
    ---------- smartSetAsTarget(): Succesfully set SMART[7476] as Simba's target
    -------- Succesfully paired to a existing client, SMART[7476]
    ------ smartPairToExistingClient(): result = true
    ------ Succesfully initialized via pairing to a previously spawned client
    ---- initSmart()
    ------ smartSetupDrawing(): Succesfully setup SMART drawing
    ---- Waiting up to 5 minutes for RS to load...
    ------ TRSActionBar.__findButton(): Found the actionbar button @ {X = 566, Y = 315}
    ------ TRSActionBar.__find(): Height of actionbar is 75
    ------ Dynamic interfaces have been set.
    ---- Client is ready.
    ---- Setup SRL in 265ms.
    -- setupSRL(): True
    ---- TRSGameTab.__initTabs(): Setup gametab properties
    -- TRSMinimap.getDots()
    ---- Found 13 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 660, Y = 59}, {X = 640, Y = 106}, {X = 656, Y = 110}, {X = 676, Y = 118}, {X = 680, Y = 121}, {X = 660, Y = 126}, {X = 632, Y = 134}, {X = 652, Y = 134}, {X = 652, Y = 138}, {X = 664, Y = 138}, {X = 641, Y = 145}, {X = 691, Y = 150}, {X = 663, Y = 160}]
    -- TRSMinimap.waitFlag()
    ---- Waiting until flag distance equals 0...
    ---- Flag is not present, resulting true
    -- TRSMinimap.waitFlag(): True
    -- TRSMinimap.getDots()
    ---- Found 12 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 631, Y = 49}, {X = 700, Y = 59}, {X = 715, Y = 107}, {X = 687, Y = 110}, {X = 722, Y = 120}, {X = 696, Y = 122}, {X = 707, Y = 126}, {X = 679, Y = 134}, {X = 699, Y = 134}, {X = 715, Y = 147}, {X = 723, Y = 150}, {X = 719, Y = 158}]
    -- TRSMinimap.waitFlag()
    ---- Waiting until flag distance equals 0...
    ---- Flag is not present, resulting true
    -- TRSMinimap.waitFlag(): True
    -- TRSMinimap.getDots()
    ---- Found 12 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 631, Y = 45}, {X = 700, Y = 48}, {X = 647, Y = 53}, {X = 631, Y = 57}, {X = 715, Y = 103}, {X = 691, Y = 118}, {X = 715, Y = 119}, {X = 700, Y = 120}, {X = 695, Y = 127}, {X = 683, Y = 146}, {X = 727, Y = 146}, {X = 719, Y = 154}]
    -- TRSMinimap.waitFlag()
    ---- Waiting until flag distance equals 0...
    ---- Flag is not present, resulting true
    -- TRSMinimap.waitFlag(): True
    -- chooseOption._select():
    ---- chooseOption.isOpen(): result = false
    ---- ERROR: chooseOption menu never appeared
    -- chooseOption.select() result = false
    -- TRSMinimap.getDots()
    ---- ERROR: No minimap dot color found
    -- TRSMinimap.getDots(): []
    gr, super
    Last edited by superduperd; 11-29-2013 at 08:06 PM. Reason: added lustrous wisp feedback

  19. #19
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    super, put long crap like that in tags so it isn't ugly or pastebin it. But thanks for the feedback.

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

    Default

    Hey JDS ... I have the exact same issue as SuperDuper ...

    Code:
    Loading extension Extensions\associate.sex
    Extension Enabled
    Loading extension Extensions\extension.sex
    Extension Enabled
    Extensions Updater Enabled!
    Loading extension Extensions\srl.sex
    Extension Enabled
    SRL Updater Enabled!
    Plugins Updater Enabled!
    SPS Updater Enabled!
    Loaded Font BigChars
    Loaded Font CharsNPC
    Loaded Font CharsNPC07
    Loaded Font CharsTrade
    Loaded Font CharsTrade07
    Loaded Font FriendChars
    Loaded Font LoginChars
    Simba news:
    
        Simba 1.0 has been released! You can get it at Github[1] and the full
        thread[2] including installer is at the forums.
    
        Meanwhile, Simba 1.0.1 has been released. Everyone is encouraged to update.
    
        We suggest that everyone updates to Simba 1.0. There's a lot of new
        features, and the more recent SRL versions depend on it.
    
        If there are bugs, please - as always - let us know. We'll do our best to
        fix them for you!
    
        As always, see you on our homepage; http://villavu.com
    
    Hakuna Matata!
    
    [1] https://github.com/MerlijnWajer/Simba/releases/tag/simba-1.0
    [2] http://villavu.com/forum/showthread.php?t=105996
    
    Loaded Font NPCCharsSmooth
    Loaded Font NumberCharsSmooth
    Loaded Font SmallChars
    Loaded Font SmallChars07
    Loaded Font SmallCharsNS
    Loaded Font StatChars
    Loaded Font StatChars07
    Loaded Font UpChars
    Loaded Font UpChars07
    Loaded Font UpCharsEx
    Loaded Font XPChars
    Loaded Font UpChars_s
    Compiled successfully in 1092 ms.
    -- setupSRL()
    ---- Setting up SRL...
    ---- initSmart():
    ------ Attempting to pair to a previously spawned client
    ------ smartPairToExistingClient():
    -------- Found no free clients to pair to
    ------ smartPairToExistingClient(): result = false
    ------ Attempting to spawn a new client..
    ------ smartCreateClient():
    ---------- smartGetParameters(): Succesfully grabbed paramters
    -------- getJavaPath():
    ---------- Attempting to search for your Java path
    ---------- Found your java path @ C:\Program Files (x86)\Java\jre7\bin\java.exe
    -------- getJavaPath()
    -------- Using parameters [http://world7.runescape.com/, f7102575637655436228]
    -------- Using plugins "OpenGL32.dll"
    -------- Succesfully spawned a client, attempting to target
    ---------- smartSetAsTarget(): Succesfully set SMART[12580] as Simba's target
    ------ smartCreateClient(): result = true
    ------ Succesfully initialized via spawning a new client
    ---- initSmart()
    ------ smartSetupDrawing(): Succesfully setup SMART drawing
    ---- Waiting up to 5 minutes for RS to load...
    ------ __setInputBoxes(): Set username and password boxes
    ---- Client is ready.
    ---- Setup SRL in 18533ms.
    -- setupSRL(): True
    -- Freeing the minimap mask
    -- Succesfully freed SMART[12580]
    Successfully executed.
    Compiled successfully in 1310 ms.
    -- setupSRL()
    ---- Setting up SRL...
    ---- initSmart():
    ------ Attempting to pair to a previously spawned client
    ------ smartPairToExistingClient():
    -------- Found 1 free client(s), attempting to pair to one...
    ---------- smartSetAsTarget(): Succesfully set SMART[12580] as Simba's target
    -------- Succesfully paired to a existing client, SMART[12580]
    ------ smartPairToExistingClient(): result = true
    ------ Succesfully initialized via pairing to a previously spawned client
    ---- initSmart()
    ------ smartSetupDrawing(): Succesfully setup SMART drawing
    ---- Waiting up to 5 minutes for RS to load...
    ------ TRSActionBar.__findButton(): Found the actionbar button @ {X = 566, Y = 334}
    ------ TRSActionBar.__find(): Height of actionbar is 37
    ------ Dynamic interfaces have been set.
    ---- Client is ready.
    ---- Setup SRL in 203ms.
    -- setupSRL(): True
    ---- TRSGameTab.__initTabs(): Setup gametab properties
    -- chooseOption._select():
    ---- chooseOption.isOpen(): result = true
    ---- Options found: [Walk here, Examine Roots, Cancel]
    ------ chooseOption.close(): Succesfully closed the menu
    ---- Failed to find any text matches
    -- ChooseOption._select() result = false
    -- chooseOption._select():
    ---- chooseOption.isOpen(): result = true
    ---- Options found: [Walk here, Examine Roots, Cancel]
    ------ chooseOption.close(): Succesfully closed the menu
    ---- Failed to find any text matches
    -- ChooseOption._select() result = false
    -- chooseOption._select():
    ---- chooseOption.isOpen(): result = true
    ---- Options found: [Walk here, Examine Roots, Cancel]
    ------ chooseOption.close(): Succesfully closed the menu
    ---- Failed to find any text matches
    -- ChooseOption._select() result = false
    -- TRSMinimap.getDots()
    ---- Found 9 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 642, Y = 79}, {X = 659, Y = 103}, {X = 643, Y = 105}, {X = 711, Y = 119}, {X = 687, Y = 123}, {X = 642, Y = 126}, {X = 699, Y = 131}, {X = 642, Y = 138}, {X = 695, Y = 167}]
    -- TRSMinimap.waitFlag()
    ---- Waiting until flag distance equals 0...
    ---- Flag is not present, resulting true
    -- TRSMinimap.waitFlag(): True
    -- chooseOption._select():
    ---- chooseOption.isOpen(): result = true
    ---- Options found: [Walk here, Cancel]
    ------ chooseOption.close(): Succesfully closed the menu
    ---- Failed to find any text matches
    -- ChooseOption._select() result = false
    -- chooseOption._select():
    ---- chooseOption.isOpen(): result = true
    ---- Options found: [Walk here, Cancel]
    ------ chooseOption.close(): Succesfully closed the menu
    ---- Failed to find any text matches
    -- ChooseOption._select() result = false
    -- chooseOption._select():
    ---- chooseOption.isOpen(): result = true
    ---- Options found: [Walk here, Cancel]
    ------ chooseOption.close(): Succesfully closed the menu
    ---- Failed to find any text matches
    -- ChooseOption._select() result = false
    -- chooseOption._select():
    ---- chooseOption.isOpen(): result = true
    ---- Options found: [Walk here, Cancel]
    ------ chooseOption.close(): Succesfully closed the menu
    ---- Failed to find any text matches
    -- ChooseOption._select() result = false
    -- TRSMinimap.getDots()
    ---- Found 12 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 685, Y = 50}, {X = 634, Y = 54}, {X = 642, Y = 56}, {X = 690, Y = 89}, {X = 688, Y = 102}, {X = 715, Y = 131}, {X = 727, Y = 140}, {X = 743, Y = 140}, {X = 729, Y = 142}, {X = 682, Y = 145}, {X = 679, Y = 150}, {X = 686, Y = 155}]
    -- TRSMinimap.waitFlag()
    ---- Waiting until flag distance equals 0...
    ---- Flag is not present, resulting true
    -- TRSMinimap.waitFlag(): True
    -- chooseOption._select():
    ---- chooseOption.isOpen(): result = true
    ---- Options found: [Walk here, Cancel]
    ------ chooseOption.close(): Succesfully closed the menu
    ---- Failed to find any text matches
    -- ChooseOption._select() result = false
    -- chooseOption._select():
    ---- chooseOption.isOpen(): result = true
    ---- Options found: [Walk here, Cancel]
    ------ chooseOption.close(): Succesfully closed the menu
    ---- Failed to find any text matches
    -- ChooseOption._select() result = false
    -- chooseOption._select():
    ---- chooseOption.isOpen(): result = true
    ---- Options found: [Walk here, Cancel]
    ------ chooseOption.close(): Succesfully closed the menu
    ---- Failed to find any text matches
    -- ChooseOption._select() result = false
    -- chooseOption._select():
    ---- chooseOption.isOpen(): result = true
    ---- Options found: [Walk here, Cancel]
    ------ chooseOption.close(): Succesfully closed the menu
    ---- Failed to find any text matches
    -- ChooseOption._select() result = false
    -- TRSMinimap.getDots()
    ---- Found 9 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 715, Y = 51}, {X = 684, Y = 98}, {X = 704, Y = 103}, {X = 707, Y = 127}, {X = 687, Y = 139}, {X = 711, Y = 139}, {X = 715, Y = 144}, {X = 734, Y = 148}, {X = 686, Y = 167}]
    -- Freeing the minimap mask
    -- Succesfully freed SMART[12580]
    -- Freeing gametabs bitmaps...
    Successfully executed.
    Compiled successfully in 1357 ms.
    -- setupSRL()
    ---- Setting up SRL...
    ---- initSmart():
    ------ Attempting to pair to a previously spawned client
    ------ smartPairToExistingClient():
    -------- Found 1 free client(s), attempting to pair to one...
    ---------- smartSetAsTarget(): Succesfully set SMART[12580] as Simba's target
    -------- Succesfully paired to a existing client, SMART[12580]
    ------ smartPairToExistingClient(): result = true
    ------ Succesfully initialized via pairing to a previously spawned client
    ---- initSmart()
    ------ smartSetupDrawing(): Succesfully setup SMART drawing
    ---- Waiting up to 5 minutes for RS to load...
    ------ TRSActionBar.__findButton(): Found the actionbar button @ {X = 566, Y = 334}
    ------ TRSActionBar.__find(): Height of actionbar is 37
    ------ Dynamic interfaces have been set.
    ---- Client is ready.
    ---- Setup SRL in 187ms.
    -- setupSRL(): True
    ---- TRSGameTab.__initTabs(): Setup gametab properties
    -- TRSMinimap.getDots()
    ---- Found 12 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 663, Y = 60}, {X = 672, Y = 82}, {X = 652, Y = 93}, {X = 658, Y = 104}, {X = 679, Y = 118}, {X = 715, Y = 123}, {X = 703, Y = 127}, {X = 675, Y = 140}, {X = 692, Y = 142}, {X = 675, Y = 144}, {X = 726, Y = 144}, {X = 698, Y = 151}]
    -- TRSMinimap.waitFlag()
    ---- Waiting until flag distance equals 0...
    ---- Flag is not present, resulting true
    -- TRSMinimap.waitFlag(): True
    -- TRSMinimap.getDots()
    ---- Found 13 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 651, Y = 59}, {X = 644, Y = 70}, {X = 701, Y = 75}, {X = 646, Y = 85}, {X = 708, Y = 99}, {X = 703, Y = 119}, {X = 718, Y = 120}, {X = 747, Y = 128}, {X = 715, Y = 131}, {X = 710, Y = 139}, {X = 738, Y = 144}, {X = 729, Y = 164}, {X = 719, Y = 167}]
    -- TRSMinimap.waitFlag()
    ---- Waiting until flag distance equals 0...
    ---- Flag is not present, resulting true
    -- TRSMinimap.waitFlag(): True
    -- chooseOption._select():
    ---- chooseOption.isOpen(): result = true
    ---- Options found: [Walk here, Cancel]
    ------ chooseOption.close(): Succesfully closed the menu
    ---- Failed to find any text matches
    -- ChooseOption._select() result = false
    -- chooseOption._select():
    ---- chooseOption.isOpen(): result = true
    ---- Options found: [Walk here, Cancel]
    ------ chooseOption.close(): Succesfully closed the menu
    ---- Failed to find any text matches
    -- ChooseOption._select() result = false
    -- chooseOption._select():
    ---- chooseOption.isOpen(): result = true
    ---- Options found: [Walk here, Cancel]
    ------ chooseOption.close(): Succesfully closed the menu
    ---- Failed to find any text matches
    -- ChooseOption._select() result = false
    -- chooseOption._select():
    ---- chooseOption.isOpen(): result = true
    ---- Options found: [Walk here, Cancel]
    ------ chooseOption.close(): Succesfully closed the menu
    ---- Failed to find any text matches
    -- ChooseOption._select() result = false
    -- TRSMinimap.getDots()
    ---- Found 11 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 688, Y = 51}, {X = 677, Y = 79}, {X = 704, Y = 87}, {X = 692, Y = 95}, {X = 739, Y = 104}, {X = 727, Y = 108}, {X = 687, Y = 110}, {X = 731, Y = 116}, {X = 659, Y = 121}, {X = 715, Y = 123}, {X = 729, Y = 155}]
    -- TRSMinimap.waitFlag()
    ---- Waiting until flag distance equals 0...
    ---- Flag is not present, resulting true
    -- TRSMinimap.waitFlag(): True
    -- chooseOption._select():
    ---- chooseOption.isOpen(): result = true
    ---- Options found: [Walk here, Cancel]
    ------ chooseOption.close(): Succesfully closed the menu
    ---- Failed to find any text matches
    -- ChooseOption._select() result = false
    -- chooseOption._select():
    ---- chooseOption.isOpen(): result = true
    ---- Options found: [Walk here, Cancel]
    ------ chooseOption.close(): Succesfully closed the menu
    ---- Failed to find any text matches
    -- ChooseOption._select() result = false
    -- chooseOption._select():
    ---- chooseOption.isOpen(): result = true
    ---- Options found: [Walk here, Cancel]
    ------ chooseOption.close(): Succesfully closed the menu
    ---- Failed to find any text matches
    -- ChooseOption._select() result = false
    -- TRSMinimap.getDots()
    ---- Found 11 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 701, Y = 56}, {X = 640, Y = 71}, {X = 695, Y = 73}, {X = 702, Y = 97}, {X = 715, Y = 115}, {X = 697, Y = 131}, {X = 698, Y = 138}, {X = 737, Y = 144}, {X = 735, Y = 147}, {X = 670, Y = 149}, {X = 725, Y = 151}]
    -- TRSMinimap.waitFlag()
    ---- Waiting until flag distance equals 0...
    ---- Flag is not present, resulting true
    -- TRSMinimap.waitFlag(): True
    -- chooseOption._select():
    ---- chooseOption.isOpen(): result = false
    ---- ERROR: chooseOption menu never appeared
    -- chooseOption.select() result = false
    -- chooseOption._select():
    ---- chooseOption.isOpen(): result = false
    ---- ERROR: chooseOption menu never appeared
    -- chooseOption.select() result = false
    -- TRSMinimap.getDots()
    ---- Found 0 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): []
    -- chooseOption._select():
    ---- chooseOption.isOpen(): result = false
    ---- ERROR: chooseOption menu never appeared
    -- chooseOption.select() result = false
    -- chooseOption._select():
    ---- chooseOption.isOpen(): result = false
    ---- ERROR: chooseOption menu never appeared
    -- chooseOption.select() result = false
    -- TRSMinimap.getDots()
    ---- Found 0 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): []
    -- chooseOption._select():
    ---- chooseOption.isOpen(): result = false
    ---- ERROR: chooseOption menu never appeared
    -- chooseOption.select() result = false
    -- chooseOption._select():
    ---- chooseOption.isOpen(): result = false
    ---- ERROR: chooseOption menu never appeared
    -- chooseOption.select() result = false
    -- TRSMinimap.getDots()
    ---- Found 11 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 685, Y = 45}, {X = 668, Y = 68}, {X = 671, Y = 91}, {X = 703, Y = 96}, {X = 706, Y = 104}, {X = 686, Y = 107}, {X = 701, Y = 120}, {X = 715, Y = 122}, {X = 709, Y = 128}, {X = 738, Y = 141}, {X = 716, Y = 155}]
    -- TRSMinimap.getDots()
    ---- Found 13 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 682, Y = 55}, {X = 662, Y = 60}, {X = 661, Y = 74}, {X = 672, Y = 94}, {X = 695, Y = 107}, {X = 676, Y = 116}, {X = 718, Y = 131}, {X = 681, Y = 133}, {X = 682, Y = 142}, {X = 698, Y = 146}, {X = 733, Y = 147}, {X = 682, Y = 153}, {X = 701, Y = 163}]
    -- Freeing the minimap mask
    -- Succesfully freed SMART[12580]
    -- Freeing gametabs bitmaps...
    Successfully executed.
    Compiled successfully in 1357 ms.
    -- setupSRL()
    ---- Setting up SRL...
    ---- initSmart():
    ------ Attempting to pair to a previously spawned client
    ------ smartPairToExistingClient():
    -------- Found 1 free client(s), attempting to pair to one...
    ---------- smartSetAsTarget(): Succesfully set SMART[12580] as Simba's target
    -------- Succesfully paired to a existing client, SMART[12580]
    ------ smartPairToExistingClient(): result = true
    ------ Succesfully initialized via pairing to a previously spawned client
    ---- initSmart()
    ------ smartSetupDrawing(): Succesfully setup SMART drawing
    ---- Waiting up to 5 minutes for RS to load...
    ------ TRSActionBar.__findButton(): Found the actionbar button @ {X = 566, Y = 334}
    ------ TRSActionBar.__find(): Height of actionbar is 37
    ------ Dynamic interfaces have been set.
    ---- Client is ready.
    ---- Setup SRL in 171ms.
    -- setupSRL(): True
    ---- TRSGameTab.__initTabs(): Setup gametab properties
    -- TRSMinimap.getDots()
    ---- Found 11 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 678, Y = 55}, {X = 669, Y = 71}, {X = 703, Y = 103}, {X = 664, Y = 113}, {X = 687, Y = 114}, {X = 705, Y = 131}, {X = 718, Y = 131}, {X = 664, Y = 136}, {X = 710, Y = 139}, {X = 698, Y = 146}, {X = 737, Y = 148}]
    -- TRSMinimap.waitFlag()
    ---- Waiting until flag distance equals 0...
    ---- Flag is not present, resulting true
    -- TRSMinimap.waitFlag(): True
    -- TRSMinimap.getDots()
    ---- Found 12 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 637, Y = 49}, {X = 701, Y = 52}, {X = 708, Y = 56}, {X = 689, Y = 71}, {X = 720, Y = 80}, {X = 727, Y = 100}, {X = 695, Y = 103}, {X = 719, Y = 108}, {X = 717, Y = 122}, {X = 741, Y = 128}, {X = 733, Y = 136}, {X = 702, Y = 142}]
    -- TRSMinimap.getDots()
    ---- Found 15 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 640, Y = 52}, {X = 701, Y = 52}, {X = 633, Y = 55}, {X = 638, Y = 66}, {X = 685, Y = 83}, {X = 715, Y = 94}, {X = 727, Y = 100}, {X = 719, Y = 108}, {X = 701, Y = 110}, {X = 746, Y = 113}, {X = 741, Y = 128}, {X = 733, Y = 132}, {X = 733, Y = 136}, {X = 745, Y = 136}, {X = 713, Y = 151}]
    -- TRSMinimap.waitFlag()
    ---- Waiting until flag distance equals 0...
    ---- Flag is not present, resulting true
    -- TRSMinimap.waitFlag(): True
    -- TRSMinimap.getDots()
    ---- Found 13 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 651, Y = 54}, {X = 650, Y = 79}, {X = 675, Y = 81}, {X = 653, Y = 87}, {X = 664, Y = 113}, {X = 721, Y = 123}, {X = 660, Y = 125}, {X = 670, Y = 130}, {X = 671, Y = 137}, {X = 650, Y = 140}, {X = 717, Y = 148}, {X = 682, Y = 153}, {X = 674, Y = 155}]
    -- TRSMinimap.getDots()
    ---- Found 13 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 651, Y = 55}, {X = 668, Y = 72}, {X = 653, Y = 74}, {X = 681, Y = 76}, {X = 664, Y = 113}, {X = 660, Y = 125}, {X = 675, Y = 126}, {X = 714, Y = 127}, {X = 663, Y = 140}, {X = 686, Y = 141}, {X = 651, Y = 145}, {X = 682, Y = 153}, {X = 712, Y = 162}]
    -- TRSMinimap.getDots()
    ---- Found 12 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 651, Y = 55}, {X = 650, Y = 62}, {X = 661, Y = 74}, {X = 676, Y = 110}, {X = 664, Y = 113}, {X = 652, Y = 123}, {X = 660, Y = 125}, {X = 721, Y = 135}, {X = 632, Y = 143}, {X = 690, Y = 145}, {X = 682, Y = 153}, {X = 712, Y = 162}]
    -- TRSMinimap.getDots()
    ---- Found 13 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 651, Y = 55}, {X = 664, Y = 70}, {X = 658, Y = 74}, {X = 650, Y = 76}, {X = 664, Y = 113}, {X = 669, Y = 114}, {X = 687, Y = 114}, {X = 660, Y = 125}, {X = 648, Y = 131}, {X = 690, Y = 145}, {X = 732, Y = 151}, {X = 680, Y = 153}, {X = 712, Y = 162}]
    -- TRSMinimap.getDots()
    ---- Found 13 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 662, Y = 55}, {X = 662, Y = 72}, {X = 650, Y = 78}, {X = 680, Y = 100}, {X = 676, Y = 106}, {X = 664, Y = 113}, {X = 672, Y = 114}, {X = 648, Y = 128}, {X = 736, Y = 139}, {X = 698, Y = 140}, {X = 690, Y = 145}, {X = 674, Y = 153}, {X = 712, Y = 162}]
    -- chooseOption._select():
    ---- chooseOption.isOpen(): result = false
    ---- ERROR: chooseOption menu never appeared
    -- chooseOption.select() result = false
    -- TRSMinimap.getDots()
    ---- Found 13 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 654, Y = 59}, {X = 646, Y = 68}, {X = 658, Y = 84}, {X = 650, Y = 86}, {X = 661, Y = 95}, {X = 656, Y = 117}, {X = 675, Y = 118}, {X = 640, Y = 132}, {X = 686, Y = 145}, {X = 727, Y = 145}, {X = 670, Y = 152}, {X = 716, Y = 159}, {X = 678, Y = 160}]
    -- TRSMinimap.getDots()
    ---- Found 12 minimap dots (ID: 4369)
    -- TRSMinimap.getDots(): [{X = 643, Y = 57}, {X = 658, Y = 78}, {X = 669, Y = 79}, {X = 650, Y = 86}, {X = 660, Y = 117}, {X = 675, Y = 118}, {X = 661, Y = 119}, {X = 640, Y = 132}, {X = 717, Y = 143}, {X = 686, Y = 145}, {X = 709, Y = 146}, {X = 678, Y = 160}]
    -- Freeing the minimap mask
    -- Succesfully freed SMART[12580]
    -- Freeing gametabs bitmaps...
    Successfully executed.

  21. #21
    Join Date
    Jan 2012
    Posts
    1,596
    Mentioned
    78 Post(s)
    Quoted
    826 Post(s)

    Default

    Quote Originally Posted by superduperd View Post
    lustrous wisps
    When i start the scripts it walks to a spot a bit east of the rift. cant seem to find any wisps. Then the script walks further east into the slayer tower. Here's the debug:
    i would like to note that the slayer tower is WEST of the spot... also, i am at lust right meow and have not encountered a problem. and iirc, so is footballjds and i believe he has not has any problems (otherwise he probably would have updated it).

    soo. yeah. idk what im saying here, but west is slayer tower.

  22. #22
    Join Date
    Mar 2013
    Location
    Freedomville.
    Posts
    155
    Mentioned
    2 Post(s)
    Quoted
    107 Post(s)

    Default

    Quote Originally Posted by Turpinator View Post
    i would like to note that the slayer tower is WEST of the spot... also, i am at lust right meow and have not encountered a problem. and iirc, so is footballjds and i believe he has not has any problems (otherwise he probably would have updated it).

    soo. yeah. idk what im saying here, but west is slayer tower.
    What are your graphics/interface settings? Im having the same problems as above.

    Nevermind, still walking west towards slayer tower. Never searches for wisps on screen, only walks towards yellow dots on minimap.

    EDIT: Lustrous wisps/rift colour is set to 0...(just set your own colours)

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

    Default

    Quote Originally Posted by sdf View Post
    .

    EDIT: Lustrous wisps/rift colour is set to 0...(just set your own colours)
    Hey SDF ... that makes perfect sense ... is that as simple as using the "Pick a color" dropper at the top of simba??

  24. #24
    Join Date
    Mar 2013
    Location
    Freedomville.
    Posts
    155
    Mentioned
    2 Post(s)
    Quoted
    107 Post(s)

    Default

    Quote Originally Posted by digitalninja View Post
    Hey SDF ... that makes perfect sense ... is that as simple as using the "Pick a color" dropper at the top of simba??
    Yes.

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

    Default

    So a quick update and perhaps this can be added to the instructions -

    1). The script needs a little love ... you can see here that wispcolor and riftcolor are set to 0 ... this means they will NOT work.

    Code:
        'brilliant': begin
                     with wispInfo do
                     begin
                       _wispName := 'Brilliant';//the wisp's actual name
                       _wispColor := 0;//main color of wisp
                       _riftColor := 0;//the color of the rift on the mm
                       _mXP[1] := 1;//memory exp conversion 1
                       _mXP[2] := 35;//memory exp conversion 2
                       _mXP[3] := 43.7;//memory exp conversion 3
                       _eXP[1] := 0;//enriched exp conversion 1
                       _eXP[2] := 70;//enriched exp conversion 2
                       _eXP[3] := 87.5;//enriched exp conversion 3
                       _wXP := 9;//exp gained from harvesting from a wisp
                       _ewXP := 18;//exp gained from harvesting enriched from wisp
                     end;
                   end;
    To set the color you need to have the right graphic settings and when your in the right place click the "Eye Dropper" at the top of SIMBA to select the right color of the wisp (in my experience it is better to select the color of an actual wisp vs one that is already being harvested).

    2). You will need to do the same for the RIFT ... its important to know you dont select the color of the rift on the mainscreen! You need to select the color in the MINI MAP!

    After you enter both colors just monitor it for a while but this should fix some issues people are having.

Page 1 of 50 12311 ... 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
  •