-
Posts
8365 -
Joined
-
Last visited
-
Days Won
14 -
Feedback
100%
Everything posted by Chris
-
Are there any GE item-buying scripts available for OSbot?
Chris replied to dotherobot's topic in Spam/Off Topic
https://osbot.org/forum/forum/334-private-scripts/ -
UPDATE VRK-41.0: Added Jewelry box teleport support when using House mode. Added Return Orb interaction if you have the elite fremmenik diaries done. Added more start up logging information to the script log file located in the osbot data folder. Updated script thread design with lots of information.
- 1036 replies
-
- premium
- moneymaking
-
(and 4 more)
Tagged with:
-
I removed old piece of code that made it trigger the return to bank task. This shouldnt happen anymore
-
UPDATE VRK: Fixed the price grabber to use the runelite wiki prices.
- 1036 replies
-
- 1
-
-
- premium
- moneymaking
-
(and 4 more)
Tagged with:
-
If there is a pool you want supported please give me the full in game name (screenshot prefered) To do so please turn on the entity debugger from the client and hover over the object, Talking to you on discord.
- 1036 replies
-
- premium
- moneymaking
-
(and 4 more)
Tagged with:
-
Mirrormode crashes when trying to connect with Runelite
Chris replied to ez11's topic in Bug reports
-
New mouse only. Which will eventually be the default mouse setting soonTM
-
lol and when these sites disappear? this a gambling site shill post or something? SEO not enough?
-
Can you send me your script log file. (inside the osbot folder -> script folder -> logs) There are multiple log outputs on why it stopped above 1) "You are attempting to start with your main bolt not equipped. Please check your equipment." 2) "You must specify a travel to bank location at this time. House nexus OR lunar house portal OR Clan Wars." Yes there is a Mirror Mode bug im looking into. Item checks are throwing Null pointers causing my failsafe of > 30 errors to trigger a logout. Your problem seems to be a client look and feel package issue. Refreshing the script selector and trying again will eventually get you through.
- 1036 replies
-
- premium
- moneymaking
-
(and 4 more)
Tagged with:
-
I print out in the logger on start up for any failures. It's fine how it is for the moment.
- 1036 replies
-
- premium
- moneymaking
-
(and 4 more)
Tagged with:
-
UPDATE VRK-39.0: Added new items to the loot list. Fixed a naming error for fancy rejuv pool.
- 1036 replies
-
- premium
- moneymaking
-
(and 4 more)
Tagged with:
-
UPDATE DRG-30.0: Fixed the CLI startup.
-
IF this happens again can you send me the log file for that instance? Along with a GIF or video of it spamming the minimap please. Im going to report this to the mirror mode section when I have all the information. Added spirit seeds and brimstone keys
- 1036 replies
-
- premium
- moneymaking
-
(and 4 more)
Tagged with:
-
This is the default way it handles loot and shouldnt be eating to pick up unnoted dhide. If you want it to pick up extra unnoted dhides before leaving there is a instance condition option you can set.
- 1036 replies
-
- premium
- moneymaking
-
(and 4 more)
Tagged with:
-
Hi, yeah this is one of the many issues with Mirror Mode right now. It's doing some funky things with interactions in instanced areas and there is usually no errors in the logs. A quick solution would be to remove that item from the loot list. I will only support range. I can but hopefully it doesn't introduce the same problem when looting from two quotes above. You must start with the range equipment equipped. If you start with the meele helm or spec weapon equipped I have checks to warn you in the client logger and stop the script. Most small issues such as failed start ups either have a fail error printed in the logger or its just Mirror Mode being funky thus needing a FULL restart.(load osrs client to the login -> click add bot on osbot client) I've tested bgs spec usage in the last update VRK-38.0 and it was working 100%.
- 1036 replies
-
- premium
- moneymaking
-
(and 4 more)
Tagged with:
-
UPDATE VRK-38.0: Changes to GUI loading. Forgot to load in the value for the special attack weapon under blowpipe setting when you load script settings. Added more logging information on script start to debug future issues. Made some small changes to improve the start of the acid phase walk handler. Side Notes: - BGS / DWF is now working in mirror mode. Tested on the latest client with mirror mode on and it switched to spec just fine. - Looking into possible issue with death collection task. I need your script log file. the log file is located inside the osbot data folder. you can PM me the file on osbot pm or discord.
- 1036 replies
-
- premium
- moneymaking
-
(and 4 more)
Tagged with:
-
it relies on osbuddy exchange being up at the time of downloading the file. you only have to download it once
- 1036 replies
-
- premium
- moneymaking
-
(and 4 more)
Tagged with:
-
ya i dont check fields for validity i just throw errors. you have one of the number fields empty so its parsing nothing. yeah its broken because of mirror mode will just have to ignore it for now Are you using the new mouse option?
- 1036 replies
-
- premium
- moneymaking
-
(and 4 more)
Tagged with:
-
Configs are like settings parsed from the game. Most of the things you do in the game have a config setting, such as turning on the run energy orb to 'On'. You can verify or debug such things with the OSBot client debug tools in the settings menu. It will be labeled 'Config debugger' or something similar. You can then read the what values are changing while playing the game. For example, say the main config value for the run orb is 107. Code Example: // Get the value of the config and store it as an integer value (Keeping the decimal format of the debugger) int value = getConfigs().get(107); Then we can handle logic when we know the correct value is enabled. if (value == 1) // We are running else // We are walking
-
Looks like ItemDefinitions failed to load when grabbing character equipment. I suggest doing a full mirror mode restart when this happens
- 1036 replies
-
- premium
- moneymaking
-
(and 4 more)
Tagged with:
-
Delete your summary.json from C:\Users\USERNAME\OSBot\Data\Excellent Vorkath\ so that it can download item prices again.
- 1036 replies
-
- premium
- moneymaking
-
(and 4 more)
Tagged with:
-
UPDATE VRK-37.0: Increase in mouse speed to improve script functionality. Nothing too major but will help with kill times and to support the bomb avoid phase. Updated the Vorkath fireball bomb avoidance phase. There are 2 improved cases that it checks before it moves to a new tile to avoid the bomb successfully, and they are all logged into the main script log file. Hopefully this will decrease the deaths that have been happening for a while in the script. Please leave any feedback in my discord under #feedback if you are still having issues. Updated the venom cure functionality to now click the game health orb to 'Cure' venom. It should now be more responsive in making sure venom is cleared quickly but the potion drinking is still implemented as a fallback incase somehow the orb interaction fails to work.
- 1036 replies
-
- premium
- moneymaking
-
(and 4 more)
Tagged with: