Everything posted by GaetanoH
-
Probabilty Question!
I'm having some problems answering a question needed for my exams later this month. I got this question: To promote a kind of product, the company put a gift in 1/4 of the packages. Somebody buys 2. What is the chance he has 2 gifts, not sure wether I use binomial deviation or geometric deviation or something else? Thanks in advance, GaetanoH
-
Is our generation lazy?
We just do a lot of things more efficiently than before, I think...
- I did it!
-
scripts not starting? paid for them
It's a problem with the new client update, you can't make files where you want anymore. Just contact Extreme Scripts with the logs!
-
Starting my gold farm, based in Sweden
Goodluck man!
-
weird thing happening with gui not showing up correctly.
Make sure your GUI extends JFrame
-
Rs3 account
https://gyazo.com/f5b42073f6756d466e0e6b2c2040f27a Oh, I forgot I had 81 Dungeoneering and 99 Woodcutting, my bad! Also 95 mining
-
Rs3 account
I really don't know, I'll let you check out the account, I'll post pictures ASAP!
-
Rs3 account
I have a main with 99 Dungeoneering and 80ish in combat
-
[HELP] how to detect "Attack Mode" and how to intract with entinty
@Explv back at it again!
-
[LoL] MSI Predictions/Discussion thread [Spoilers]
1 SKT 2 CLG 3 RNG
-
[Dev Build] OSBot 2.4.59 - Banking, Security, Patches
Good update guys!
-
Explv's Dank GUI Tutorial
I'll try it out tonight, thanks for the good tutorial
-
Explv's Dank GUI Tutorial
import javax.swing.*; import java.awt.*; /** * Created by Gaetano on 12/05/16. */ public class WoodcutterGUI extends JFrame{ private JPanel panel; public WoodcutterGUI() { super("GHWoodcutter"); add(panel); setVisible(true); } } It's probably something stupid, haven't made a GUI in ages.
-
Explv's Dank GUI Tutorial
Ok, I got it a working a little bit, I needed to add, setVisible in the constructor of the GUI not in my script, the problem is I have a lot of NullPointerExceptions java.lang.NullPointerException at java.awt.Container.addImpl(Container.java:1093) at java.awt.Container.add(Container.java:1005) at javax.swing.JFrame.addImpl(JFrame.java:567) at java.awt.Container.add(Container.java:417) at GHWoodcutterGUI.<init>(GHWoodcutterGUI.java:12) at GHWoodcutter.onStart(GHWoodcutter.java:39) at org.osbot.rs07.event.ScriptExecutor.iiIIiiIIiI(lk:265) at org.osbot.rs07.event.ScriptExecutor.start(lk:158) at org.osbot.qB.run(tm:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) [INFO][Bot #1][05/12 01:56:48 PM]: Terminating script GHWoodcutter...
-
Explv's Dank GUI Tutorial
I can't seem to get it to work, when I use .setVisible(true), it can't find the symbol.
-
Explv's Dank GUI Tutorial
Holy shit thanks for this fast response, I get it! You'll get credits when I finish my script
-
see yall on the 24th
It's really fun, even if you don't like it now Blizzard will make a great game out of it.
-
Explv's Dank GUI Tutorial
Hello man, I've never worked with IntelliJ in my life so sorry for asking this, I've made a form but how do I add this to the script? @Explv
- Dialogue Script Help!
-
GHQuestPrinter: Perfect for account sellers!
It has a bug because of the IO changes to the client, I'll update it tonight.
-
brutal :(
- NPC Trading problem
Try to use a conditional sleep when opening the store?- PC 72 slayer , 80 ish combat stats
I really think around 30-40 mill because you can make a lot of money with it, only looking at combat and slayer levels thought- Dialogue Script Help!
The way you explain things really intrigues me, you should teach no joke. - NPC Trading problem