Jump to content

Token

Script Officer
  • Posts

    8432
  • Joined

  • Last visited

  • Days Won

    49
  • Feedback

    100%

Everything posted by Token

  1. Token

    Stealth Quester

    There are way more things to consider from a programming point of view, other than just price
  2. Token

    Stealth Quester

    It says you already had one
  3. Token

    Stealth Quester

    Authed It's alaways been like that Yes but that's going to be too complicated to be worth it
  4. Token

    Stealth Quester

    Quick start options will be removed and replaced with the ability to create your own custom quick start options so I believe that should be handled by the user
  5. Token

    Stealth Quester

    I'll take care of that in a couple of days hopefully, pushing at least a GUI update if not the next version
  6. Yes, I opened it both with F9 and the toggle logger option, is it supposed to appear outside the canvas when using one of these?
  7. @Alek Is integrating the logger into the canvas necessary? I find it quite hard to debug any code that works with tabs, dialogues or widgets in general, I don't think anyone had issues with the old logger. I mean we can obviously debug scripts using the CLI debug flag, but why do we even have a logger if not for debugging?
  8. Token

    Stealth Quester

    There is no ETA The script aims to complete quests, not diaries, but if we ever run out of quests I'll consider adding diaries
  9. Token

    Stealth Quester

    Are you using lowcpu or any special mode? Is it on stable or dev version? Are you using mirror mode?
  10. Token

    Stealth Quester

    Alright thanks, I'll go do some more debugging on the dev versions before they become stable
  11. Token

    Stealth Quester

    Try running on the stable build, is this happening every time you start the script or was it only one time? Did you use the quick start options or a custom list? Did you select a gear preset? Did the gear preset contain a spell?
  12. Token

    Stealth Quester

    Is that on a dev version or the stable one?
  13. Applies to both being attacked and attacking, as well as for other npcs/players if twist the code a bit
  14. Token

    Stealth Quester

    The error in that stack trace says it's not done by the script, maybe you let the script do it on another account
  15. Token

    Stealth Quester

    That means you did Goblin Diplomacy manually and somehow managed to do something that the script doesn't do. If you manage to find out what you did different, let me know so I can add it to the script. Authed
  16. Thanks for the feedback, I'll check out the camelot bug, but in the other post it was at 40 construction when going to hire the first butler, in this case it doesn't even have a reason to be going around there so it's quite off the charts. The script is rather new on the SDN and even though I provide test cases for 99% of the situations there will always be users who manage to run into cases I never personally encountered especially when implementing a very wide range of interactions to automate every single aspect, but I'm glad some users take the time to let me know there are things which can and should be improved.
  17. It loads the world list as it may use world hopping in the future, I strongly advise you to try running without any special modes (lowcpu, nointerface, lowmem) as the decrease in resource usage in many cases (like in the reply above) results in client bugs when accessing rs data. I personally stopped using anything but the default mode on my bots even though I could really use the extra cpu and memory, just for the sake of stability.
  18. I believe a few scripters/users have reported this issue (on many scripts, it's a bug in the client) which occurs only on OSBot's lowcpu mode where the client seems to fail to hook rs data for containers (inventory, bank, grand exchange) when they are closed (in your case it's trying to obtain inventory items but the bot is on world list tab), I strongly advise you to run without any special modes unless you are running a goldfarm and you really need the small resource difference until this bug is fixed. It may have been fixed in the .122 dev build but I'm not really sure as it's very hard to reproduce. I've personally noticed this error on pretty much all SDN scripts I tried which include world hopping in the last ~12 months or so including my other script Stealth Quester, where I implemented a "temporary fix" by force opening the container (inventory in this case) and has been working for about a year with only inconvenience being having to randomly switch to inventory tab from time to time. I'll add it in a few hours on the next SDN update to Stealth Builder just in case it won't be fixed by the new client versions, for people who prefer the lowcpu mode. PS: the script has been updated about 12 hours ago to work on the .122-.125 dev builds, if you encounter this issue (with any OSBot script) on the dev builds or without lowcpu, send me a PM and I'll forward a bug report to the client developers Just out of curiosity, did you recently login/hop worlds? (recently as in the inventory tab has never been opened since login/hop)
  19. We get people literally making OSBot accounts to get free script trials and scam... don't tell me you joined OSBot to find a lotus developer In all seriousness, never used IBM's products but just reading the unbelievably short error message, I assume your database credentials are not correct. I'm quite certain you have some configuration file for stuff like database credentials, unless they are provided at runtime.
  20. I'll be updating the GE algorithms shortly to provide more reliable price formulas Are you sure it bought 40 rings, not just printed 40 in the logger? I've never personally encountered that issue It may or not be prefixed by [CHARGED ITEM] in the logger but quantity generally refers to number of charges for charged item (40/8 = only 5 rings of dueling) unless I messed up the algorithm last update
×
×
  • Create New...