-
Posts
34 -
Joined
-
Last visited
-
Days Won
1 -
Feedback
0%
Everything posted by rowza
-
Going to join and give this a go thanks Looking forward to it
-
Have you any mid level Gmaulers ?
-
Got a few ideas im working on 1 of them hasnt been done before so want to keep it hush for now haha
-
Legend Czar! No doubt il pick your brains with a few ideas! I have joined your Discord! Thanks mate!
-
Hi im trying to get acess to the git hub so I can start writing some scripts but the link is broken https://osbot.org/forum/topic/137515-step-1-new-scripters-getting-git-access/
-
Works great bar when it starts blowing glass it clicks the Blowpipe
-
Thanks buddy. And good to be back. Newborn and need RS to pass the time haha. Il give this a trial no doubt il be buying this with a few others I want to try
-
WTB IRONMAN (Pref 99 FM with Crates) Some quests done would be ideal Starter HCIM would be even better I just hate starting new accounts
-
Hi Czar did the fix get done? I wasnt able to get onto computer till now so was hoping to see if I could get my trial to actually use the working version (my bad )
-
thanks for your A* work Czar
-
Hi bro getting this problem only after a few minutes. If it fails to pick up the falcon or it goes off screen, it responds to hiring a new glove
-
Really nice work mate. Love it.
-
HI So I'm working on a project right now for a script to run from OSBot. I need to ask a few questions from someone on here who's a Script Developer and is VERY clued up on AI. It's a pretty advanced bot. Regards, R
-
100% won't be OSBOT youl have Rats or some type of maleware on your account.
-
Thanks' Perfect Squad as always!
-
Czar Scripts are unreal . False Info OP
-
No No, your right. Skill issue haha. Least im trying though
-
Thanks for the speedy responsor but still getting the same errors on same line with even putting this in.
-
Im struggling with something and its probably very simple fix , How ever im sick of reading the API overview and coming back with the same solution. MagicSpell i thought that gets the magicspell or am i just been totaly Ret***ed and not writing it correctly? /// Actual Code for script to run @Override public int onLoop() throws InterruptedException { if (inventory.contains(NATURE_RUNE_ID) && inventory.contains(ITEM_TO_ALCH_ID)) { MagicSpell highAlch = magic.getSpell("High Level Alchemy"); if (highAlch != null && highAlch.canCast()) { highAlch.select(); sleep(random(300, 500)); inventory.getItem(ITEM_TO_ALCH_ID).interact(); sleep(random(600, 800)); } } return random(300, 500); } Description Resource Path Location Type The method canCast() is undefined for the type MagicSpell MovieAlch.java /MovieAlch/src line 24 Java Problem The method getSpell(String) is undefined for the type Magic MovieAlch.java /MovieAlch/src line 23 Java Problem The method select() is undefined for the type MagicSpell MovieAlch.java /MovieAlch/src line 25 Java Problem