GANJAMAN 9 Posted September 27, 2017 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
distraction 61 Posted September 27, 2017 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.
slasso 27 Posted September 27, 2017 leaked canifis experiments botting. reporting you to mod weath as we speak
ozeki6 32 Posted September 27, 2017 OSB uses static methods I think . If it's true then you'll have to change everything but the logic of the script .
Clock Work 31 Posted October 4, 2017 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.