Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Dark Chopper [Deleted]

Status
Not open for further replies.
Joined
Dec 17, 2014
Messages
836
Lumbridge G.E?!?

Does darkscape have a different setup? I have yet to play it.
 
Joined
Jun 7, 2015
Messages
100
Lumbridge G.E?!?

Does darkscape have a different setup? I have yet to play it.

Yes, there are 3 different GE's located in DarkScape, one at Lumbridge, the Varrock GE, and a Wilderness GE.
 
Joined
Sep 29, 2015
Messages
132
Excited to see a scripter for Darkscape. Any chance of you supporting higher tier locations? There's a lack of it right now.
 
Joined
Jun 7, 2015
Messages
100
Excited to see a scripter for Darkscape. Any chance of you supporting higher tier locations? There's a lack of it right now.
Tbh, I thought I removed this from the svn source, but I guess not. So, I deleted the source folder on my side, but I can look into re-writing this with support for higher tier trees. I would like to make a GUI if I do so, I just need to find a decent tutorial on making one. :p
 
Joined
Sep 29, 2015
Messages
132
Tbh, I thought I removed this from the svn source, but I guess not. So, I deleted the source folder on my side, but I can look into re-writing this with support for higher tier trees. I would like to make a GUI if I do so, I just need to find a decent tutorial on making one. :p

I think @proxi could explain the basics to you about making a GUI, his is very neat and simple. It would be awesome, it looks like no one has higher tier tree support for Darkscape (or other resources for that matter)
 
Joined
Jun 7, 2015
Messages
100
I think @proxi could explain the basics to you about making a GUI, his is very neat and simple. It would be awesome, it looks like no one has higher tier tree support for Darkscape (or other resources for that matter)

I'll ask him about his!
 
s̶c̶r̶i̶p̶t̶ bot*
Joined
Aug 23, 2015
Messages
2,223
@Scourge I used JavaFX for my GUIs, however that takes a little bit of time to set up and a little more experience with GUIs.

If you're interested in starting out with JavaFX, here's a great tutorial. https://www.runemate.com/community/threads/javafx-for-beginners.1332/


Other than JavaFX, java uses something called Swing. It's a lot simpler, however the GUIs you make are not near as customizable.
With swing, you can literally just create a new class, extend JFrame and then create JObjects (JComboBox, JButton, etc.) and add them to your JPanel.

You'll have to look up a tutorial on both, in short though, Swing is easier to learn than JavaFX with the lack of some functionality.

P.S. I can send you an old Swing GUI I used for a cooker.
 
Joined
Jun 7, 2015
Messages
100
@Scourge I used JavaFX for my GUIs, however that takes a little bit of time to set up and a little more experience with GUIs.

If you're interested in starting out with JavaFX, here's a great tutorial. https://www.runemate.com/community/threads/javafx-for-beginners.1332/


Other than JavaFX, java uses something called Swing. It's a lot simpler, however the GUIs you make are not near as customizable.
With swing, you can literally just create a new class, extend JFrame and then create JObjects (JComboBox, JButton, etc.) and add them to your JPanel.

You'll have to look up a tutorial on both, in short though, Swing is easier to learn than JavaFX with the lack of some functionality.

P.S. I can send you an old Swing GUI I used for a cooker.

Yeah, I tried to look at the tutorial you linked and it was alright. I have some small experience with Swing from the past, but yeah if you wouldn't mind sending the old GUI that would be perfect man.
 
Joined
Jun 7, 2015
Messages
100
This resource has been removed and is no longer available for download.
 
Status
Not open for further replies.
Top