Page 29 of 99 FirstFirst ... 1927282930313979 ... LastLast
Results 701 to 725 of 2463

Thread: Kyle's Esswraith Extractor

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

    Default

    Quote Originally Posted by 0blivian View Post
    the latest version does not detect deathess it does nothing.. its broke why did yu break it. lol
    You have to add it to the Declare Players.
    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.


  2. #702
    Join Date
    Jan 2012
    Posts
    134
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    so now we have to fill out what object to find? n not automatic anymore? and btw weres that line i cant find it [pl;ease help
    Beep Bop

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

    Default

    Quote Originally Posted by Kyle Undefined View Post
    You have to add it to the Declare Players.
    so DeclarePlayers(); and the 7 after or between the ()
    Beep Bop

  4. #704
    Join Date
    Jan 2012
    Posts
    134
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    please explain what i have to do to make it find deathwraiths i understand i need to add it but idk were
    Beep Bop

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

    Default

    Yes, because of lower levels. It will still go based on XP and level requirements for each objects.

    At the top of the script, scroll down till you see procedure DeclarePlayers();. In there, there will be an array called Integers, that's where you add it, between the [].

    Don't triple post, it's not going to get you help any sooner.
    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.


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

    Default

    well thx for the help but still dont understand why make like this if it was perfect before now its just more trouble. but now if i want to do bloods i will also have to add every single object in there or will it detect them,and some objects alredy in there will it go for them even tho i dont have the level?.
    Beep Bop

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

    Default

    Quote Originally Posted by 0blivian View Post
    well thx for the help but still dont understand why make like this if it was perfect before now its just more trouble. but now if i want to do bloods i will also have to add every single object in there or will it detect them,and some objects alredy in there will it go for them even tho i dont have the level?.
    Well it was either this, or people complaining that it's going for objects they don't want to do. This way seriously only takes a second to setup, I don't see the big deal.

    *sigh*

    No, it won't. As its been stated numerous times before, as well as on the first post. It will only go for the objects you can do, even if you have objects that you can't do yet, it won't try to find them.
    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.


  8. #708
    Join Date
    Mar 2012
    Posts
    47
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by 0blivian View Post
    the latest version does not detect deathess it does nothing.. its broke why did yu break it. lol
    Hey Oblivian, I had the same error however I found out how to fix it. With this new version of the script, you have to add into the script on line 89 what you want to siphon. Just look at the top of the script at the consanents and just copy objDeathWraith into line 89 with a comma right after

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

    Default

    Quote Originally Posted by tigerkungfu View Post
    Hey Oblivian, I had the same error however I found out how to fix it. With this new version of the script, you have to add into the script on line 89 what you want to siphon. Just look at the top of the script at the consanents and just copy objDeathWraith into line 89 with a comma right after
    or just comment out line 575 :P

  10. #710
    Join Date
    Mar 2012
    Posts
    47
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by ashaman88 View Post
    or just comment out line 575 :P
    Do you have to comment out line 576 as well?

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

    Default

    Technically it would be line 889
    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.


  12. #712
    Join Date
    Mar 2012
    Posts
    219
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ======== Kyle's Esswraith Extractor =========
    You are using Version 1.4
    Time Running: 1 Hours, 16 Minutes and 2 Seconds
    Experience Earned: 21346
    Experience/Hour: 14400
    =============================================

  13. #713
    Join Date
    Apr 2012
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You are using Version 1.4
    Time Running: 1 Hours, 10 Minutes and 8 Seconds
    Experience Earned: 130072
    Experience/Hour: 108000
    =============================================
    runs like a dream for me.low ping world nice fps no people and endless spawn spot)

  14. #714
    Join Date
    Feb 2012
    Posts
    61
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  15. #715
    Join Date
    Mar 2012
    Posts
    47
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    For some reason its not working for me anymore. I get this error The following DTMs were not freed: [3, 4, 5, 6]

  16. #716
    Join Date
    May 2012
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey i have a quick question. The Simba client doesnt solve almost all of the random events, so this script stops every 2hrs due to random event. Are the random events currently broken atm?

  17. #717
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Quote Originally Posted by starrychelx View Post
    Hey i have a quick question. The Simba client doesnt solve almost all of the random events, so this script stops every 2hrs due to random event. Are the random events currently broken atm?
    Doesn't have anything to do with the script but SRL solves most of the randoms.. Some are just ridiculously hard to write solvers for.. Such would be the mime and maze ones. All the others worked for me. Try updating SRL via the menu at the top of Simba.

  18. #718
    Join Date
    Nov 2011
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well done Kyle

    This truly is the Dog's bollocks script!!!

    Keep it up man

  19. #719
    Join Date
    Dec 2011
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    ======== Kyle's Esswraith Extractor =========
    You are using Version 1.5
    Time Running: 1 Hours, 20 Minutes and 1 Seconds
    Experience Earned: 83905
    Experience/Hour: 61200
    =============================================

    finnaly got it to work 61k at 65 rc

    Love this script

  20. #720
    Join Date
    Mar 2012
    Posts
    47
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Asphalt View Post
    ======== Kyle's Esswraith Extractor =========
    You are using Version 1.5
    Time Running: 1 Hours, 20 Minutes and 1 Seconds
    Experience Earned: 83905
    Experience/Hour: 61200
    =============================================

    finnaly got it to work 61k at 65 rc

    Love this script
    It was working for me earlier flawlessly on 1.4 but this 1.5 lawhounds does not work. I even added it in and all it would do is stand there. It wouldnt even search for them

  21. #721
    Join Date
    May 2012
    Posts
    61
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey Guys,,

    Im very siappointed at the moment, this has happened TWICE!!!!!!

    It tries to do a random, either sits there, or does it wrong, then i get teled miles away from runespan and all my runes are gone when i get back to runespan (normal procedure) HOW DO I MAKE IT JUST LOG OUT AT A RANDOM!>!?!?!??!?!?!??!

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

    Default

    Quote Originally Posted by Asphalt View Post
    ======== Kyle's Esswraith Extractor =========
    You are using Version 1.5
    Time Running: 1 Hours, 20 Minutes and 1 Seconds
    Experience Earned: 83905
    Experience/Hour: 61200
    =============================================

    finnaly got it to work 61k at 65 rc

    Love this script
    What did you do in order for you to get it working?

    Quote Originally Posted by imalegitbotter View Post
    Hey Guys,,

    Im very siappointed at the moment, this has happened TWICE!!!!!!

    It tries to do a random, either sits there, or does it wrong, then i get teled miles away from runespan and all my runes are gone when i get back to runespan (normal procedure) HOW DO I MAKE IT JUST LOG OUT AT A RANDOM!>!?!?!??!?!?!??!
    Solving randoms isn't my scripts fault, I've gotten about 3-4 randoms the last few days and it has solved all of them.
    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.


  23. #723
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    Hey man, pretty boss script.

    Gave it a quick run and got this
    Progress Report:
    ======== Kyle's Esswraith Extractor =========
    You are using Version 1.5
    Time Running: 27 Minutes and 5 Seconds
    Experience Earned: 22094807
    Experience/Hour: 48945600
    =============================================
    Not quite sure what went wrong there.

    Also, one other thing I noticed was the uptext you use for your objects. For example, for all hounds you have 'ound' which could (and did) cause a bit of a problem. Nature Hounds are pretty much the same as Body Hounds, and (without the Nature Hound object being declared in DeclarePlayers) because of the similar colours the mouse would sometimes go to the Natures, and because the uptext 'ound' matched it would click.

    Other than that, beast.
    Last edited by Rich; 05-04-2012 at 10:20 PM.
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

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

    Default

    Quote Originally Posted by Rich View Post
    Hey man, pretty boss script.

    Gave it a quick run and got this
    Progress Report:
    ======== Kyle's Esswraith Extractor =========
    You are using Version 1.5
    Time Running: 27 Minutes and 5 Seconds
    Experience Earned: 22094807
    Experience/Hour: 48945600
    =============================================
    Not quite sure what went wrong there.

    Also, one other thing I noticed was the uptext you use for your objects. For example, for all hounds you have 'ound' which could (and did) cause a bit of a problem. Nature Hounds are pretty much the same as Body Hounds, and (without the Nature Hound object being declared in DeclarePlayers) because of the similar colours the mouse would sometimes go to the Natures, and because the uptext 'ound' matched it would click.

    Other than that, beast.
    Yeah, I have some bug fixes that I will release later and that's one of them

    Thanks!
    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.


  25. #725
    Join Date
    Dec 2011
    Posts
    79
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by bluez View Post
    You are using Version 1.4
    Time Running: 1 Hours, 10 Minutes and 8 Seconds
    Experience Earned: 130072
    Experience/Hour: 108000
    =============================================
    runs like a dream for me.low ping world nice fps no people and endless spawn spot)
    bro, whats your rc and what spot are you at!!!!!!!!!!

Page 29 of 99 FirstFirst ... 1927282930313979 ... 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
  •