Page 63 of 99 FirstFirst ... 1353616263646573 ... LastLast
Results 1,551 to 1,575 of 2463

Thread: Kyle's Esswraith Extractor

  1. #1551
    Join Date
    May 2012
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Good script, works fine, too bad for the randoms that aren't solvable

    ~Mayx

  2. #1552
    Join Date
    Dec 2011
    Location
    Denmarks/Latvia
    Posts
    87
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    here is a simple banner... if u like simple as i do




    pr the best one
    Last edited by kimalia; 05-12-2012 at 09:46 PM.

  3. #1553
    Join Date
    Dec 2011
    Location
    Berlin
    Posts
    795
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by kimalia View Post
    here is a simple banner... if u like simple as i do




    pr the best one
    Looks great!

    I will try to answer all Runescape related questions!

  4. #1554
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Quote Originally Posted by phl0w View Post
    Just did something and it now works for nodes + esswraiths, could you maybe add a priority system (not sure if it has it but if not, this is the suggestion)

    I just want like.. if I am currently siphoning a let's say.. blood esswraith, and a blood skulls appears, I want to siphon from that (more xp), then when it's depleted, go back to blood esswraith/other nodes..
    Did you even read the first page? This is already in there, and has been for the last several versions.

    Quote Originally Posted by AJunky View Post
    When theres a nebula it thinks theres a book of knowledge in your inv and tries to drop it, but there isnt.. please fix it
    Not an issue with my script, but with the SRL Include. I'll take a look into it.

    Quote Originally Posted by kimalia View Post
    here is a simple banner... if u like simple as i do




    pr the best one
    Oh wow, that looks awesome!
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  5. #1555
    Join Date
    Feb 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Not sure if i did something wrong, as i just started using simba, and also your script, but my cmd keeps debugging which is really lagging the rs client :s

  6. #1556
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Just set Debug to False, and it won't do that.

    Also, to everyone who's having issues. I honestly cannot reproduce any of them, I have tried, but it's working flawlessly for me. Just make sure you have the correct graphic settings.
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  7. #1557
    Join Date
    Mar 2012
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey man everything is set correct but my character just doesnt move ? any help

  8. #1558
    Join Date
    Feb 2007
    Location
    Switzerland
    Posts
    583
    Mentioned
    1 Post(s)
    Quoted
    50 Post(s)

    Default

    Quote Originally Posted by jareybear View Post
    hey man everything is set correct but my character just doesnt move ? any help
    Go to DeclarePlayers and add/remove the objects you want.

    @Kyle
    I just discovered this script, as I don't visit the runescape scripts section that often. I really like it, thx to you and all contributors

  9. #1559
    Join Date
    Mar 2012
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Gala View Post
    Go to DeclarePlayers and add/remove the objects you want.

    @Kyle
    I just discovered this script, as I don't visit the runescape scripts section that often. I really like it, thx to you and all contributors


    well yeah add remove what i want how you mean its not done no ? confused lol

  10. #1560
    Join Date
    Feb 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Kyle Undefined View Post
    Just set Debug to False, and it won't do that.

    Also, to everyone who's having issues. I honestly cannot reproduce any of them, I have tried, but it's working flawlessly for me. Just make sure you have the correct graphic settings.
    awesome! Leaving the bot to run until monday morning. hopefully all goes well! currently at 83 rc.

  11. #1561
    Join Date
    Mar 2012
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    kyle i need help man everything is correct but my guy just stands there like a lemon lol

  12. #1562
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Ok, well I TeamViewered someone who was having issues. I saw what was going on, and I think I know what the issue is.

    To everyone having issues, please try this:

    - Go to line 1190 - 1194
    - Replace it with this:
    Simba Code:
    {If EssenceCount<ItemAmount('inv', 'dtm', EssenceDTM, []) Then
                    Begin
                      Wait(RandomRange(2000,2500));
                      Break;
                    End;}
    - Let me know if that solves anything.
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  13. #1563
    Join Date
    May 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Thanatos View Post
    You didn't need to ask for what you deserve.

    @kyle...you should add a guide for this that lists the best islands to train at depending on your rc lvl.

    How does anybody deserve a smartass remark? If its anybody its you now, Get off the dick bro.

  14. #1564
    Join Date
    Apr 2012
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Using v 1.6


    ======== Kyle's Esswraith Extractor =========
    You are using Version 1.6
    Time Running: 5 Hours, 50 Minutes
    =============================================
    Took out the exsperience for the saftey of my account but was getting 45-55k an hour at 83
    Using V1.6 because its better ;p

  15. #1565
    Join Date
    May 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hmmm

  16. #1566
    Join Date
    Apr 2012
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey im not sure if this is a problem with everyone's or not, but every time a nebula comes on on the highest floor, something happens with the bot. it clicks on it, then clicks the ground, then clicks the death esswraith, then right clicks runes in the invent. My graphics settings are all correct, and this doesnt happen with any other nodes. Any suggestions?

    My friend is also having this problem.

    ALSO I believe its because it thinks the nebula is a random event, it says so in the debug. How do I go about changing this sir? p.s. great script
    Last edited by Spexx; 05-12-2012 at 09:27 PM. Reason: More info

  17. #1567
    Join Date
    Feb 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    O wow... lots of people having problems.... inc me



    Just kidding been using 1.6 for many many days now havent had any problems that is the scripts fault just the client with the randoms that arnt solvable been running this since lv 73-87 atm and still going here is couple of my best progys from lv73 on deaths
    77on bloods then 83 with an extra node

    ======== Kyle's Esswraith Extractor =========
    You are using Version 1.6
    Time Running: 5 Hours, 51 Minutes and 1 Seconds
    Experience Earned: 219481
    Experience/Hour: 36000
    ======================just on deaths=======================

    ======== Kyle's Esswraith Extractor =========
    You are using Version 1.6
    Time Running: 4 Hours, 52 Minutes and 36 Seconds
    Experience Earned: 242479
    Experience/Hour: 46800
    bloods with few types of nodes worth it

    ======== Kyle's Esswraith Extractor =========
    You are using Version 1.6
    Time Running: 5 Hours, 1 Minutes and 4 Seconds
    Experience Earned: 334973
    Experience/Hour: 64800
    =========================lv83+ and more to come====================
    there all on the same island besides the deaths
    thanks btw i run the scripts in morning then goto work and some times i get good runs some times bad and then i run them with i get back depending on the run time it did

  18. #1568
    Join Date
    Dec 2011
    Location
    Denmarks/Latvia
    Posts
    87
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Spexx View Post
    Hey im not sure if this is a problem with everyone's or not, but every time a nebula comes on on the highest floor, something happens with the bot. it clicks on it, then clicks the ground, then clicks the death esswraith, then right clicks runes in the invent. My graphics settings are all correct, and this doesnt happen with any other nodes. Any suggestions?

    My friend is also having this problem.

    ALSO I believe its because it thinks the nebula is a random event, it says so in the debug. How do I go about changing this sir? p.s. great script
    This happens for me as well...

  19. #1569
    Join Date
    May 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Does this script take advantage of the creatures glitch?
    If not, I think you should set it up so that it does.

    A creature dies after 10 siphons. However, every time you click the siphon counter resets to 0. This means you can siphon any creature forever, if you click the creature again before 10 siphons.

  20. #1570
    Join Date
    Feb 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    2 hours in, 64k exp/hr and everything is going fine, when all of a sudden: What's going on? Wont siphon anything atm



    Edit: started working again :s anyone know why it happened?

  21. #1571
    Join Date
    Dec 2011
    Location
    Ontario, Canada
    Posts
    1,735
    Mentioned
    5 Post(s)
    Quoted
    89 Post(s)

    Default

    Suggestion: Make it walk around a little on the island instead of chill in the same spot like a random walking type of thing. Looks weird when you only stay on 1 side of the island. Ex. Everyone on floor 2 is siphoning a fleshy growth on 1 side of the island and ur standing on the other side siphoning from the same thing. Looks kind of weird and sucks cuz you dont get to siphon the fleshy growth. Just a thought
    FEEL FREE TO PM ME ABOUT ANYTHING! Will help over Teamviewer...just ask!! "WITH A NEW QUESTION COMES A NEW CHALLENGE"
    Silentcore's AIO Service team !!! Pm me if you want questing done or service done or post on thread ofc

  22. #1572
    Join Date
    Dec 2011
    Location
    Berlin
    Posts
    795
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Working great got nearly 1,5m exp on my second account today! Insane exp!

    I will try to answer all Runescape related questions!

  23. #1573
    Join Date
    Mar 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Oscc View Post
    Does this script take advantage of the creatures glitch?
    If not, I think you should set it up so that it does.

    A creature dies after 10 siphons. However, every time you click the siphon counter resets to 0. This means you can siphon any creature forever, if you click the creature again before 10 siphons.
    1. You will run out of essence.
    2. Other people could be siphoning your creature so it wouldn't matter.

  24. #1574
    Join Date
    Apr 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by ephed View Post
    2 hours in, 64k exp/hr and everything is going fine, when all of a sudden: What's going on? Wont siphon anything atm



    Edit: started working again :s anyone know why it happened?
    same thing happens to me.

  25. #1575
    Join Date
    May 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    when the script starts the camera should be angled up,

    i find that the script doesnt work unless i manually move it up

Page 63 of 99 FirstFirst ... 1353616263646573 ... 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
  •