-
Posts
1430 -
Joined
-
Last visited
-
Days Won
82 -
Feedback
0%
Posts posted by Maxi
-
-
This will be addressed in 2.3.47.
-
1
-
-
Please read release threads of client updates. If you would have read it, you would know that .46 requires you to delete your store.dat file in your OSBot folder this one time.
-
Please read release threads of client updates. It clearly stated that this once you were required to delete your store.dat in your OSBot folder before running .46.
-
alright using normaal bot but mine czar ranging guild is stuck on this > http://gyazo.com/82f899f6b818797879545db08d2d1d95
http://gyazo.com/0604ae23e143cdb81a3089bb264c6b22
a bug i geuss?
yo i am running czar ranging guild i but its stuck the whole time on this
http://gyazo.com/0604ae23e143cdb81a3089bb264c6b22
http://gyazo.com/82f899f6b818797879545db08d2d1d95
a bug i geuss?
is this a bug? when i run rang guild czars its suck on this http://gyazo.com/82f899f6b818797879545db08d2d1d95
Did you really have to post that three times?
Anyways, the code in the OSBot client is verified to be working correctly. Scripts might need an update, however this code works fine at the range guild
if (dialogues.isPendingOption()) { dialogues.selectOption(1); // click the first option in the dialogue. } if (dialogues.isPendingContinuation()) { dialogues.clickContinue(); }
-
1
-
-
I'll check it out.Seems selecting options in dialogues doesn't work still? Is there any changes we need to make due to the new method, having issues on karamja customs officer (dialogue.pendingOption() to be specific).
Hmmm:
code:
if (dialogues.isPendingOption()) { dialogues.selectOption(1); }
Please note that the first choice index is 1 now.
Edit: read this http://osbot.org/forum/topic/67995-dialogues-please-read/
-
Maxi have you release any new classes yet. Or you guys still working in that?
We have but they are undocumented and not ready for use yet. Alek will finish this soon hopefully.
when will that be ? will it be today?
thanks for effort doe
It will be when it will be. Remember that the mirror client is still in BETA and is not a advertised feature yet in the VIP package. The update comes not only with updated hooks but several bugs and performance boosts, at this point these things have to be finished to be able to update the mirror client.
-
first soo mirror is fixed to?
Mirror not working
The mirror client is separate from the OSBot client. An update for the mirror client will appear in its own section.
-
Dear community,
With this update comes the following change list:
- @Maxi
-- Patched Dialogue API to work with the new OSRS dialogue system. It now uses the keyboard (space bar and numboard keys) to interact.
-- Patched a bug with the InteractionEvent pointed out by @Khaleesi, thank you for writing a detailed bug report
-- The widget system has been given a decent performance boost
-- Various parts of the mouse events have been changed to allow for more failsafes
Script writers, please read this and update your scripts accordingly: http://osbot.org/forum/topic/67995-dialogues-please-read/
Regards,
The OSBot team
P.S. Some users running in to problems starting the boot loader might have to delete their store.dat in their OSBot folder. This is likely the case for most users.
TL;DR = Delete your store.dat in your OSBot folder (sorry for the inconvenience, this will make force you to saves your accounts and settings again)
-
Dear community,
Because of an error on our server the automatic updater didn't run. Sorry for the inconvenience, the problem was investigated and turned out to be some kind of power failure which restarted the entire dedicated server and resulted the updater to skip its updating cycle. Thanks to @Zach doing this and @Maldesto for notifying me!
Download 2.3.45 and you should be back to botting.
Sincerely,
The OSBot team
P.S. Please note that the mirror client will require an update before it will be working again. This can be expected shortly.
P.S.S. Dialogues will need an update. I'll have a look at them if Alek has not after my dinner.
-
8
-
-
@Zach will do.
-
2
-
-
Yes Jagex is known to collect VPS ip ranges to flag bots and then it probably detected the pattern of the script. We are going to build some new features to lower pattern/behaviour detection soon as well.
-
2
-
-
Within a certain limit you don't have to pay taxes. Look it up on the www.belastingdienst.nl website. Beyond that you are applicable for taxes, but you should check it out because there are several clauses that may / may not make you applicable for paying taxes. Also, I'm not sure what the dutch law is on selling virtual items & goods, it would be smart to look that up too (virtuele goederen).
-
3
-
-
Are you starting your script when logged in or do you start it when logged out? The current way things are done means that you should try to start the script whilst being logged out on a freshly loaded OSRS client preferably.
Also, please post in the correct section next time. I'm leaving this here for a short while so you don't get lost.
-
Updated the OP with an extra line on how to use:
4. Make sure you are not logged in before starting your script. Preferably with a freshly loaded OSRS client.
-
3
-
-
So, what will this "Client -> grand exchange" hook be usable for?
It's the array of grand exchange boxes.
-
1
-
-
-
You can use multiple tabs with the Mirror Client. Most scripts work fine with it now. Over the next few updates performance will be further improved and all scripts should work the same as on standard mode.
-
1
-
-
Please follow the guidelines and rules for reporting bugs ladies and gentlemen: http://osbot.org/forum/topic/67338-posting-bugs-format/
-
Our new Mirror Client seems to be doing a good job though, no reports of bans with it so far. It is in BETA testing stage still and still needs performance improvements and bug fixes.
-
3
-
-
I can't make you guys bot smart, but consider it stupid to bot 24/7.
Read this: http://osbot.org/forum/topic/67517-do-not-test-detectability-by-botting-247/
-
2
-
-
This update contains a patch that was meant to be in the previous release but for some mysterious reason didn't make it to the final build. It should contain a fix for Widgets.isVisible(int rootId). Thanks @Zach and @Mysteryy.
On another note, in the coming week you will see some newly introduced API classes and methods. I have hooked the following hooks for which API logic will be written:
------------------------------------------------------------------------ | Friend | -> name | -> world ------------------------------------------------------------------------ ------------------------------------------------------------------------ | Client | -> friends_list | -> friends_count | -> grand_exchange | -> world_count | -> world_array ------------------------------------------------------------------------ ------------------------------------------------------------------------ | PlayerDefinition | -> appearance ------------------------------------------------------------------------ ------------------------------------------------------------------------ | Player | -> skull_icon | -> prayer_icon | -> combat_level | -> definition | -> team ------------------------------------------------------------------------ ------------------------------------------------------------------------ | World | -> id | -> type | -> domain | -> activity | -> location_id | -> population | -> index ------------------------------------------------------------------------ ------------------------------------------------------------------------ | GrandExchangeBox | -> status | -> item_id | -> unit_price | -> amount_to_transfer | -> amount_transferred | -> spent ------------------------------------------------------------------------
Sincerely,
The OSBot team
-
7
-
-
Dear community,
Today we celebrate the two years existence of the OSBot forums. Exactly two years ago from now the forums were put online for the first time. In a few weeks from now the first release of the OSBot 1 BETA client was made two years ago and from there on the journey of OSBot started.
Two years later and many faces have passed the revue, we are determined to get OSBot back to the top spot we once claimed in 2013/2014. Thank you all for being part of OSBot in good and bad times, it has certainly been a blast so far and may the future bring you glory.
Happy birthday OSBot, a big thanks to all the developers and staff that have been working hard lately to get OSBot to the top spot again!
Regards,
The OSBot team
-
22
-
-
Click on mirror client.zip to download it. Then copy or move the file to your osbot folder.
-
Is this bug still prevalent in v1.03?
OSBot 2.3.47 - Grand Exchange API, Mega Patch Pack
in Releases
Posted
The Mirror Client is still in BETA and being developed. It is not a promised/featured part of the VIP package yet so please be patient for the update. Posts like these will only agitate the developers.