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
  • Making my OSB script work with Dreambot?


    GANJAMAN

    Recommended Posts

    Hey guys I assume this is all the code I need to change

     

     

     

     

    package experiments;

    import org.osbot.W;
    import org.osbot.rs07.api.map.Area;
    import org.osbot.rs07.api.map.Position;
    import org.osbot.rs07.api.model.NPC;
    import org.osbot.rs07.api.ui.EquipmentSlot;
    import org.osbot.rs07.api.ui.MagicSpell;
    import org.osbot.rs07.api.ui.Skill;
    import org.osbot.rs07.api.ui.Spells;
    import org.osbot.rs07.event.WebWalkEvent;
    import org.osbot.rs07.script.Script;
    import org.osbot.rs07.script.ScriptManifest;
    import org.osbot.rs07.utility.Condition;
    import org.osbot.rs07.utility.ConditionalSleep;

    import java.awt.*;

    import static org.osbot.rs07.api.map.constants.Banks.CANIFIS;

     

     

    Can someone help me to get my code working on dreambot? Thanks very much!

     

    I need to get it working on the DB API

    Link to comment
    Share on other sites

    Hey guys I assume this is all the code I need to change

     

     

     

     

    Can someone help me to get my code working on dreambot? Thanks very much!

     

    I need to get it working on the DB API

     

    The APIs are not exactly the same, so you'll almost surely need to change more than the imports.

    Link to comment
    Share on other sites

    The API functions of Dreambot are different and work not in the same ways. You would basically need to rewrite each function to use the correct API calls in order for anything to remotely work.

    Link to comment
    Share on other sites

    Archived

    This topic is now archived and is closed to further replies.

    ×
    ×
    • 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.