Everything posted by Alek
-
What we will be bringing for F2P!
Firstie.
-
Got hacked and Idk what to do..
Do not claim a scripter infected your computer without substantial proof. From the sounds of it, you downloaded OSBot from YouTube and not our website. Never download any software from anonymous links on YouTube; it should always be from the software website.
-
Client is working for me
You need to look at how much RAM is available on your computer. First you were trying to allocate too much, now you aren't allocating enough.
-
Journey into an ORPG
I think it's the fantasy of a lot of gamers, making their own game which others get to experience. What a lot of people can't grasp is the complexity involved in undertaking such a project. Fortunately I've made a few games before and know what I can and can't do as a solo developer. Utilizing my previous core from the Cake Quest project, I already have a solid 2d foundation to build my game off of. The multiplayer aspect will be very controlled and most (if not all) aspects will be checked by the server in an event-based system to prevent hacks. I don't want to type out a long timeline explaining everything I plan to add, but I've sat down and worked out a lot of the game mechanics. 17 Feb 2015 - Created a drawing system to paint objects from separate classes to the main JPanel. Cake Quest was small enough to have all the paint code in a single class, however this project will be too big. 18 Feb 2015 - Cleaned up some code and worked on the foundation of the "Battle Room". The battle room/scene is where you will fight other npcs (and eventually other players).
-
Don't bother botting with this client.
High-alching/stunning is a little different than farming green dragons or fishing.
-
updating my fishing bot
We have a new API. You're better off re-writing your fisher. Also, you might need to work on your OOP:
-
Trying to allocate more memory for more bots
Well when you set it to 1GB for instance, it's not taking up exactly 1GB. It reserves quite a bit more. Try lowering the amount and seeing if it works.
-
bank.depositAll(); and bank.close(); do nothing?
What version of OSBot are you using?
-
Main account recovered, i know the guy irl, what to do?
- OSBot 2.3.28 - Entity Stack Patch
Small update but should affect a majority of scripts (especially if looting is a core component). 2.3.28 Changelog: -Added Entity method isOnScreen() --Method checks if the entity is on the screen, disregarding actual visibility -Updated InteractionEvent to check both types of visibility --Patches various issues regarding stacked entities I'm not sure how InteractionEvent and isOnScreen() will work with entities with large models that are both stacked and not visible, however I'll cross that road if we reach that point. Remember to submit client/API bug reports in the appropriate forum. Also please review the active bug list here. -The OSBot Staff- Is Playing On OSBOT Client Dangerous If You Play Without Botting?
We aren't directly injecting into the game, if that was the case everyone would be banned pretty quickly. I've been debugging (logging in and walking around) on an account since I came here to OSBot, about a year ago. In the future, don't spread rumors.- Emote enum + intrafaces
Pretty much everything drawn on your screen is an interface. I personally use my own interface debugger (command line based). I can make emote API, but it definitely won't be an enum because it will eventually require maintenance. The only reason why spells are enums is because the design makes way too much sense not to.- Kwarriors
- OSBot 2.3.26-27 - API Stability and Updates
Between @Zach and myself, it appears that we've been releasing a ton of updates over the last few days. I have a few more interaction and walking issues to sort out, after that I'll look into finishing up the API re-write and embarking on some more exciting projects. Changelog: -Re-wrote Store API to use dynamic interface grabbers -Re-wrote Combat API to use dynamic interface grabbers -Re-wrote Quests API to use dynamic interface grabbers -Added new Combat method getCombatLevel() -Patched various banking issues Happy Botting -The OSBot Staff- Trying to allocate more memory for more bots
Go to Start and in the search bar type "cmd" and open up Command Prompt. Then type the following: cd Desktop then java -jar osbot.jar (your actual file name will be something like osbot_2.3.25.jar) Tell me what errors you get in here, preferably a screenshot.- F2P in old school ,but trade and botting will be limited?
I might start making VIP only quest scripts.- Trying to allocate more memory for more bots
Can you give me a screenshot or explain your issue more clearly?- Looting troubles
It probably can't see the item. I'll look at it this weekend.- Osbot Auto Login
Are you using that account though when you start the bot? Are you getting any errors in the logger?- OSBot 2.3.23-25 - Community Fixes #2
Somehow I managed to squeeze some valuable OSBot time in today and crush some grueling bugs. Big thanks to @pitoluwa, @Novak, @FrostBug, and @Khaleesi for their bug reports and/or supplemental information. 2.3.24-25 Changelog: -Fixed issues with Store IDs/names. 2.3.23 Changelog: -Modified InteractionEvent to prioritize the minimap over WalkingEvent --WalkingEvent currently has a bug with walking to entities -Re-wrote Bank method openTab() -Updated Bank dynamic interface grabbers -Updated DepositBox dynamic interface grabbers -Patched a potential issue with opening the bank on a tab -Bank depositAll() and depositWornItems() checks removed --Returns true based on if the button interaction was successful -DepositBox depositAll() and depositWornItems() checks removed --Returns true based on if the button interaction was successful -Removed DepositBox method depositInventory() --Logic moved to depositAll() -Renamed Bank method depositEquipment() to depositWornItems() 2.3.24: -Fixed store ids/names (@Zach) Please note that there are still 2 active bugs which can be found here: http://osbot.org/forum/topic/63907-osbot-bug-list-2-active-bugs/ Happy Botting -The OSBot Staff- Script Poll [Price, offer, range, etc...] Are you satisfied with the current market?
You shouldn't be finding them on the site. I'm really close to deleting that page.- OSBot 2.3.21-22 - Inventory Patches
Thanks to @Mysteryy and @Novak, I was able to address two bugs with the inventory. Please continue using the Error/Bugs forum to make reports, I'm constantly looking here for projects to work on. http://osbot.org/forum/forum/102-errorsbugs/ Changelog: -Updated all inventory dropping methods -Added Inventory method isEmptyExcept(int... ids) -Updated Inventory empty checks -Updated RS2InterfaceChild getInv() -Added ItemListFilter (compares against ids) Happy Monday, -The OSBot Staff- The reason why Cowkiller should be free.
The original poster was confused. I talked to him in the chatbox and he was under the impression that we owned the only premium cow killer script and therefore nobody else was allowed to release a similar script. This is simply not true. You can release any free script of your choice, however we do have a list of premium scripts you are not allowed to release: http://osbot.org/forum/forum-181/announcement-25-scriptscripter-rules/ Furthermore, OSBot does not sell any scripts. Any premium scripts that are available AND are on the "ban list" were most likely grandfathered before that particular script was not allowed to go premium.- Food Poisoning
I once didn't cook red meat all the way through. Maybe four days to feel not like dying.- OSBot 2.3.20 - DepositBox patch + Behind the Scenes
No idea, I just added the button to the API. - OSBot 2.3.28 - Entity Stack Patch