Everything posted by Joseph
-
Request firemaker, the current doesnt work.
Chop and burn is both together I'm sure
-
SDN Questions
1. what mysteryy said. 2. what rocket said, you should cache it into their osbot > data > [your new folder]
-
how do i use a free trial?
once you ask for a trial and the user give you access to it. You should refresh your script loader unless your opening up a new bot.
-
Why do my scripts get stuck in a state after I add paint?
Your script looks fine in general. The only thing is if you don't want to do so many skill calculations. You can use the experience tracker. It pretty much does all that except give you the start lvl nor the start exp.
-
Why do my scripts get stuck in a state after I add paint?
It's you area class make sure you set it up correctly. If you want get the area. Grab all its tiles. Then display the area on the screen. That's how I would do it. Or do a simple log check if you area within the area.
-
getItems(); throws NullPointerException
You don't get it then -.-ItemContainer is a abstract class that have methods that other class extends. So rather then typing those same method inside each class again. they just simply extend ItemContainer. Now that we have enough classes extending ItemContainer. We could use oop rather than genetics. You just simply grab and feed an instance of the class. Then you can do whatever you want with it. Genetics is used more for our filters http://osbot.org/forum/topic/63619-oop-tutorial/
-
getItems(); throws NullPointerException
Log the stack trace or the error log. I see you are loving the word npe. Are you sure it's a npe and not anything else
-
noob
I think world hopper used the new install world hop lol
-
Request: AFKER
Osbot has default antiban. You roll the dice. If it lands on the number it will execute some sort of random
-
selecting items in inventory [question]
Ugly lolGet inventory(). Get item(string array).interact (action)
-
Request: Flax Spinner
- Jack's Staking Utility and Odds Calculator wont work
All he needs to do is update the old area class and it should work again- blackjack thieving
i think you might need some help :P- Suicide Woodcutting
I'm calling it right now. It get banned after it hits yes or magic. Also are you saying my friends chop and drop is not a good script- Issue with localWaler.walkPath
I could tell by the area you made. It gave you my format ;)Auto path collection give you a random distance. Displays it on the paint. With that being said it randomize when it collects a path. Also removing a tile all you do is right click the tile on the main screen.- Issue with localWaler.walkPath
Apa was talking about divine utilities as the script that records paths. I'm going to update it soon Op for the failsafe I suggest making a fail safe timer. On the onloop you can throw in a simple method that just reset the timer to 0 whenever it animating and not fighting. Within that method you can add the if statement. If it passes the time frame end script. This doesn't not track your experience gain. But your players activity. Remember give the timer a decent amount of time. Cuz I know you have to walk to bank and back. Enjoy- Is there any agility course bot?
Go to the store and check it out.Ask around for trials so you can test them out and buy the one that make you happy- Can anyone tell me what my recurring dream means?
You were part of 911 weren't you- How to JFrame?
Nope only a class can extend only one class. You'll have a script class and a sepreate jframe class- [FREE] [1M+/hr] WyvernsPro RELOADED「Newer engine」
apply for sdn rank. looks like a good script. gl on it- How hard is it to make this?
with the devs/managers- How hard is it to make this?
Been there, done that. I know you have not seen the private section nor been here for very long like me. Before we never had the communication we have now. We actually have more power then we did before. I believe this is all we are going to get, for now..... The blue pixie could probably vouch for this.- How hard is it to make this?
Just to kill the rumors the only reason scripts like that are not allowed premium is because the method is good for a little then dies off quickly. Plus in the past we had these scripts. The scripters would make a couple quick bucks and run away and forget about the script. So...... now it's on the non wanted list- AIO Skills Dev Log
I have the same idea as him and it has java with c/c++Good luck op. I know you can do it but your gui frame, I believe will fuck you over. But let's see how you will handle this- Experience Tracker
noobs initialize your global instance using the getter method from method provider do it on the onStart ExperienceTracker xpTrack; onStart() { this.xpTrack = getExperienceTracker(); } - Jack's Staking Utility and Odds Calculator wont work