-
Posts
2346 -
Joined
-
Last visited
-
Days Won
1 -
Feedback
100%
Everything posted by Deffiliate
-
TBH, it's better off for this to just be handled script -side by calling hopWorld() from in your script. That's how I do it in mine. Also, I think jagex changes worlds from time to time so a user input in GUI to selected which worlds are "Bot worlds" is goood.
-
I doubt that the only reason you lost OSD was because of anti-bot worlds. But if you're still talking about your run widget id not beign updated that was like a amonth ago at least mate lol like WTF u r 2 slow. The thing is if you're gonna be a prem scripter you're providing a service to your customers (Maintaining the script), and you need to maintain a certain level of quality for your users. It's all about making your user's happy. TBH, now that I think about it, a certain user satisfaction rating should be REQUIRED on all premium scripts to keep OSD.
-
Yeah, time for #Pizza party
-
Damn dude, making me so jealous and hungry
-
You don't need all of those rquirements to start, since the Blast Furnace is a mini-game, you can just leech off your team if you don't have the skill req's to do the activities. The ONLY requirement is having the Giant Dwarf started, and then you can start making bronze bars . Also, i'd gladly let you join the test team if OSB would bring back auths!
-
Mine and Nezz's new project.
-
Heck yeah everyone, I'm really ejoying working on the script and the exp + gold i'm getting so far. The good thing about this is that it's a mini-game, so the more people that join the Better gp/hr you get. The script is able to work in large groups OR in solo-mode.
-
Welcome to my Blast Furnace dev & goal thread! So, a few day ago me and my friend Nezz embarked on the journey of making a new script .We were looking for something fun to code -that had great rewards, and we found it. The script we're makign is a Blast Furnace script. The Blast Furnace is located in the Dwarven city, and all you need to use the Blast Furnace is to start the Giant Dwarf quest. It's nearly finished, and it's awesome! You can make 300k/hr+ w Steel and 1m/hr+ with Rune. It's going to be a pricey script to keep prices from dropping (Srsly). We're currently working on making the final touches. This is going to be a blog about perfecting my script and achieving 90+ smithing and making a shit-tonne of cash.. I might use smith some of the bars I smelt to boost levels early on. I want to get to 70 ASAP for addy. Start smithing level: Current smithing level: Current Ores, Bars, & Cash: Total value: 15.5m Progress reports: Join me and become a tester! I'm looking for FIVE GOOD TESTERS! I want my testers to leave tons of feedback, progress reports, and criticism my on my threads. So if you're someone that is GOOD at botting, and can run the script alot and give me feedback feel free to apply. Anyone who receives Tester status wil\l get a free copy of the script Fill out this for if you want to be a scriptwriter: 1) How experienced are you with botting? 2) Do you have an account (Or multiple) w/ 30+ smithing? 3) Will you post proggies, feedback, and criticism in my threads?
-
Hey, I updated to v.83 and the camera handler still seems to be fucking up in some scenarios! The evidence I posted in the SW thread earlier is still valid for the issue i'm having.
-
Well he probably did use all these script to train those stats. It's cool that he posted in everyone's threads thanking them.
-
We were on "Official scripter business"
-
didn't get it, make sure u dint add my impostor. My display name is jsut "Deffiliate" not deffilaite the scripter or w/e that other guys name is.
-
LOL ya right... majority of people on here have no idea of what a class is, much less why variables should be static/ non-static.... But Swizzie makes a good point. go take a class or read a book (Head first into Java), then come back and you'll be amazed at what you can do.
-
Well the problem is that you're declaring that in a static way, if you don't know what static/non-static means add me on Sykpe and i'll help you get it sorted.
-
ooh, colored AND italics? I think I know which Pip I want next now
-
You might not have the GUI class setup right. It should extend JFrame, that way it will inherit the isVisible boolean from the JFrame.
-
I agree with swizz, maybe rotate/skew the "R" to make it match, and most of those old schools stamps had some type of logo or something in the stamp too. Apart from that, and the edges as you mentioned, it's defintiely a cool piece.
-
Some more info: A) I'd just like to add that usually JFormDesigner usually comes with an initComponents() method, which will initialize all the components. Make sure that this is called in the constructor of you GUI object. Then all you need to do in onStart() is myGui.setVisible(true) B ) To check when the player click a button you'll need to register a new ActionListener to your start button: then in the actionPerformed method you can set the "Start" boolean to true.
-
This^ Also, you should note that you don't actually want to perform any actions inside of the onMessage(). Use the message you receive to assign certain variables a value, or determine what you SHOULD do.
-
For loops are a powerful tool my friend. Learn them, and you will love them.
-
[FREE] Inspired Studios ►► One Stop Graphics Solution ◄◄
Deffiliate replied to Apex's topic in Shops
<333 can't wait to see some art :3 -
[FREE] Inspired Studios ►► One Stop Graphics Solution ◄◄
Deffiliate replied to Apex's topic in Shops
Type of graphic: (signature, avatar, logo, etc) Script paint Size of graphic: (in pixels please. default size is 500x200) TBD Photos to be used: (either link specific photos, or explain what you want me to use) Something like this, an overview of the whole machine (Rendered out maybE?) would be cool: http://runezone.com/img_uploads/guides/activity/blast_furnace/label-furnace.png Blast furnace foreman: http://img4.wikia.nocookie.net/__cb20140111120415/runescape/images/e/ea/Blast_Furnace_Foreman.png Anything steampunk or engineering themed would be cool. And finally, ores & metal bars Text desired: (be specific) Need to following stats displayed (in a cool way): State, Bars made (Bars/hr),Exp gained(exp/hr),GP made (gp/hr) Fonts to be used: (if you're really aching for a certain style in particular) Not sure what to pure here, but matching the dwarven/engineering theme? Specific desires: (if you want something specific in the sig, tell me exactly what you want) Themes: Steam punk, Gnomes, engineering, Blast Furnace Donation?: (not necessary) Yes -
Says the man with a small post count/penis.
-
This is cool man, actually spent awhile looking at this, i'll keep it for future reference.
-
How do i check if my player is in an area i created?
Deffiliate replied to a topic in Scripting Help
if(ACT_AREA.contains(myPosition()) ){