Welcome!

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

Sign up now!

Resource RuneMate Helper AI

Joined
Jan 10, 2024
Messages
1
Hey here's a RuneMate GPT created with uploaded Knowledge from Setting up IntelliJ to uploading to the SVN, to programming whatever script you may want! It has the entire Javadocs uploaded to it along with a few tutorial links / text files of tutorials posted here. Feel free to give suggestions on what it's lacking and I will try to prompt it accordingly:

ChatGPT - RuneMate Helper (openai.com)

upload_2024-1-12_9-11-33.png
upload_2024-1-12_9-12-42.png
upload_2024-1-12_9-15-4.png
upload_2024-1-12_9-15-37.png

Cow killer script it created is uploaded I have done nothing to edit it so if there are mistakes You either fix it yourself or simply show it to the Helper AI and tell it to fix it.
 

Attachments

  • upload_2024-1-12_9-10-44.png
    upload_2024-1-12_9-10-44.png
    28.2 KB · Views: 10
  • upload_2024-1-12_9-11-33.png
    upload_2024-1-12_9-11-33.png
    28.2 KB · Views: 8
  • Cow Killer.txt
    4.2 KB · Views: 8
Bot Author
Joined
Jan 29, 2016
Messages
1,147
You should probably not let it use deprecated code - I see quite a few in the .txt file you uploaded.

Other than that, goodjob on this it would be dope if you could neaten it up
 
Joined
Feb 8, 2022
Messages
43
Nice job! This would be OP if you could optimise it.

It outputs a lot of deprecated methods, is there a way to filter these from the documentation?
 

Attachments

  • deprecated.png
    deprecated.png
    14.5 KB · Views: 17
Bot Author
Joined
Jan 29, 2016
Messages
1,147
Nice job! This would be OP if you could optimise it.

It outputs a lot of deprecated methods, is there a way to filter these from the documentation?

Just use stop(""); - Ensure that this is in your main class file, Environment
 
Joined
Apr 13, 2015
Messages
31
Been playing around with this a bit. A few things that could make it better would be to include as much data as possible in the files when you fine tuned the gpt.

Runelite happens to have some nice files specifying half decent item names and item ids:
runelite/runelite-api/src/main/java/net/runelite/api/ItemID.java at master · runelite/runelite
runelite/runelite-api/src/main/java/net/runelite/api/FontID.java at master · runelite/runelite
runelite/runelite-api/src/main/java/net/runelite/api/AnimationID.java at master · runelite/runelite
runelite/runelite-api/src/main/java/net/runelite/api/ObjectID.java at master · runelite/runelite

It'd be nice if these were added so you can ask for them instead of having to gather the data yourself.
 
Top