gilaga Posted August 2, 2014 Share Posted August 2, 2014 (edited) The bot will cast curse repeatedly on the zamarok mage under the stairs in the cell in varrock castle. Start by the cell. Have runes and staff equiped The bot WILL NOT check to see if you have run out of runes, and the bot does occasionally screw up and open the door and walk outside accidentally. THEREFOR THIS BOT HAS TO BE BABYSAT It is a VERY simple script and I just made it in like 3 mins so I could get my magic up. Virus Scans: https://www.virustotal.com/en/file/62d550a540c0d679fd50ec5f4431763659ba609141082aab65897bfde5887b00/analysis/1407004928/ http://virusscan.jotti.org/en/scanresult/22d0ee239aa80999bebb75ecc2f72a97a4d8785b Download: http://www.mediafire.com/download/co9gwv3ifx43osz/BasicMageTrainer.jar Source Code: import java.awt.Graphics2D; import org.osbot.rs07.api.ui.Spell; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; @ScriptManifest(author = "Gilaga", info = "Basic wall mage trainer.", name = "Basic Mage Trainer", version = 0, logo = "") public class MageTrainer extends Script{ public int onLoop() throws InterruptedException{ magic.castSpellOnEntity(Spell.CURSE, getNpcs().closest("Monk of Zamorak")); sleep(250); return random(200,300); } public void onPaint(Graphics2D g) { } } Edited August 2, 2014 by gilaga Quote Link to comment Share on other sites More sharing options...
Freak Posted August 2, 2014 Share Posted August 2, 2014 You should check if you are in the area. Quote Link to comment Share on other sites More sharing options...
Extreme Scripts Posted August 2, 2014 Share Posted August 2, 2014 Script is safe and very basic, ban rate may be quite high but good luck none the less. Quote Link to comment Share on other sites More sharing options...
gilaga Posted August 2, 2014 Author Share Posted August 2, 2014 (edited) Script is safe and very basic, ban rate may be quite high but good luck none the less. Thanks, my main script right now is my Master Farmer Pickpocketer, and have 3 more scripts planned in development atm, wall safes, because the one we have now on sdn is broken, iron falador miner, and a iron smelter with RoF support. Edited August 2, 2014 by gilaga Quote Link to comment Share on other sites More sharing options...
pkerofloot Posted August 4, 2014 Share Posted August 4, 2014 Thanks, my main script right now is my Master Farmer Pickpocketer, and have 3 more scripts planned in development atm, wall safes, because the one we have now on sdn is broken, iron falador miner, and a iron smelter with RoF support. good job mate Quote Link to comment Share on other sites More sharing options...
tyler_55_s Posted August 12, 2015 Share Posted August 12, 2015 Pretty good , Good job keep up the good work Quote Link to comment Share on other sites More sharing options...
Pk range pt1 Posted October 13, 2015 Share Posted October 13, 2015 not working [iNFO][bot #1][10/13 08:20:57 PM]: Started script : Basic Mage Trainer [ERROR][bot #1][10/13 08:20:57 PM]: Error in bot executor! java.lang.NoClassDefFoundError: org/osbot/rs07/api/ui/Spell at MageTrainer.onLoop(MageTrainer.java:10) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(em:113) at java.lang.Thread.run(Unknown Source) [iNFO][bot #1][10/13 08:21:03 PM]: Terminating script Basic Mage Trainer... [WARN][bot #1][10/13 08:21:08 PM]: Event executor is taking too long to suspend; terminating now... [iNFO][bot #1][10/13 08:21:08 PM]: Script Basic Mage Trainer has exited! Quote Link to comment Share on other sites More sharing options...
Littlewayne Posted October 14, 2015 Share Posted October 14, 2015 Currently does not work for me. Quote Link to comment Share on other sites More sharing options...