Everything posted by Joseph
-
[AlphaTeam] THE RETURN OF [AlphaTeam] [New scripts]
Lol at you profile pic
-
I... CANNOT... EVEN
WTF did I just watch lol
-
How do you get Veteran?
The link look for vet http://osbot.org/forum/topic/50019-understanding-the-forum-ranks/
-
Mad;Value - Total wealth evaluator
Interesting script you have here. it is different
-
Looping a area for objects
no look create a filter. RS2Object already extend FilterAPI so all you have to do is. getObjects()#filter(YOUR_FILTER) <~~~ it returns a list of the enitty. Then you do a simple size() method to get the amount of entity the list has. use a filter for that. Op: what he did^^^
-
Looping a area for objects
use the filter api, It returns a list. Using the list size to get amount of entity in area.
-
player in an area or not
you create the list and do a simple list#isEmpty() boolean check. empty == what you want
-
scroll wheel
this still doesnt work and it sucks when i try to use the bank.
-
Osbot is currently offline due to a runescape update
after the devs get online
-
implementing GUI in main class
ok so keep this in the onStart GUI window = new GUI(); Your gui class extend JFrame so use it. What you did was created a new jFrame instance instead of using the classes JFrame. So delete frame = new JFrame(); private JFrame frame; you will get a few error with "frame." simply remove it and it should be good. finally at the end of gui constructor the last line should be Gui() { //stuff setVisible(true); } no need for setVisible in the onstart since its in the constructor
-
implementing GUI in main class
any error code?
-
implementing GUI in main class
change window.frame.setVisible(true); to window.setVisible(true);
-
implementing GUI in main class
remove public static void main(String[] args) { GUI window = new GUI(); window.frame.setVisible(true); } in the main class create a simple instance of the gui GUI window = new GUI(); then in the onstart you make it visible window.frame.setVisible(true); and incase you are waiting for gui to end before you continue with the script. in the onloop add a simple isVisible() boolean check
-
Basic example of State-Node Scripting
sA.myPlayer().getHealth() > 60 this is what killing you because use the skill hp. method above only updated data when hp bar is visible i believe
- ConditionalLoop class
-
Disabled PM Exceptions List
but really its because hes mean
-
[Blast Furnace] DreamBlaster by Eliot & Czar「Up to 700k+/hr」「All Tasks」「Coal Bag Support」「Superheating Support」「One-Time Fee」
i think i can make a better script then you
-
[Blast Furnace] DreamBlaster by Eliot & Czar「Up to 700k+/hr」「All Tasks」「Coal Bag Support」「Superheating Support」「One-Time Fee」
How is this a dream script. Czar isn't apart of the dream team
-
That time of the day
- [Rant/Request] SDN Managers
im in college and i share a laptop with my brother. i work on scripts when i have time :P plus i go out and do my own shit too <-- give me less little time- prayer house altar
seeing as there isnt much prayer script. I use to have one in OSB1 but there isnt much demands. I was looking through my old code and was looking for prayer data and stuff to release to the community. ps. i was looking for ecto funtus but i lost that data. i found house altar. pps. its older data so check it out and stuff. Plus im sure some methods have changed. ppps. it isnt complete i was porting it over but it has enough data. Data sub-Script class this is osbot 1 data so youll need to convert it to osbot 2- [Rant/Request] SDN Managers
then how you releasing so many scripts- [Rant/Request] SDN Managers
forreal. op reason why i said just no was: im on the same boat. Plus divinity does a great job at what he does.- [Rant/Request] SDN Managers
me- Construction script
yo i have a lot of data lol that shit was crazy, the AIO status. Also the script isnt in much of a big demand but ill consider working on it. Make it more basic. - [Rant/Request] SDN Managers