Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • outfitwear

    VIP
    • Posts

      12
    • Joined

    • Last visited

    About outfitwear

    Recent Profile Visitors

    The recent visitors block is disabled and is not being shown to other users.

    outfitwear's Achievements

    1. client keeps freezing about 2 mins after script start, guessing its to do with update. fix please
    2. i have the answer now - you have to change the 512 to 2048 when taking away from the id - this is important - let people know please @Pandemic
    3. can someone help? this does not work?? int itemid = Players.getLocal().getComposite().getAppearance()[0] - 512; Item headItem = new Item(itemid, 1); log(itemid);
    4. it is saying wrong item when detecting what other players have equipped, completely broken...
    5. yep same here - so bad
    6. Any refund requests made without using this template will be automatically declined. This template is to make the process easier on you and our staff. Script Refund Request Template: 06/08/2024 - reached out to creator and support within the two week period as was unaware of this section. : RQuester @Roma Reason for Refund: Script does not work. It gets stuck on most quests like clicking the gate at tree gnome village and just repeatedly clicks the same spot. It also does not start. Proof of Issues attached. Proof of Script Creator Contact attached. Desired Outcome: Refund to store credit.
    7. This is just broken. It doesn’t work - just says in white ‘Script set to running’ in the log and stops. I’ve looked at all the FAQs and nothing is working. I’d like a refund please.
    8. any ideas on how to do it/ why I'm getting the error? Ive moved all the relevant jars into my libs folder, configured the build paths correctly in eclipse etc... Does dreambot client not recognise external jars and you can only use the client.jar? cheers
    9. Hi I want to make a chat gpt bot that can respond to players in game. Sp far I have build the paths in my eclipse java project and coded something really simple, like this: but whenever i export to dreambot, I keep getting class not found error for the com.littlecat.chatgpt.official.ChatGPT. I have also added the jars to my libs folder , can someone help? thank you import com.lilittlecat.*; import com.lilittlecat.chatgpt.offical.ChatGPT; import java.util.Scanner; import com.lilittlecat.chatgpt.offical.ChatGPT; public class test1 { public static void main(String[] args) { ChatGPT chatGPT = new ChatGPT("sk-PncS**************************"); String msg = chatGPT.ask("(talk in the style of an average osrs player, respond in less than 70 character and be grumpy)"); System.out.println(msg); } }
    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.