-
Content Count
125 -
Joined
-
Last visited
-
Feedback
100%
Community Reputation
31 Bronze
About Reminiscence

-
Rank
Church of Token
- Birthday 12/26/1994
Profile Information
-
Gender
Male
Recent Profile Visitors
1512 profile views
-
ah that's awkward, it's tagged as an object instead of a grounditem. i wasn't aware of that lol @LagunaPreza here's something that works then import org.osbot.rs07.api.model.RS2Object; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import org.osbot.rs07.utility.ConditionalSleep; import java.awt.*; @ScriptManifest(name = "test", author = "Reminiscence", version = 1.0, info = "", logo = "") public class test extends Script { RS2Object net; public int onLoop() throws InterruptedException { net = objects.closestThatContains("Small fishing net"
-
What about it doesn't work? Does the script start? Does it hover over the object? Is there anything in the logger? Are you sure you're trying to loot a small fishing net? Is your inventory full? Can you walk to the fishing net? Can you buy a small fishing net, drop it underneath you and run the script to see if it gets picked up?
-
that's odd, the code should work then. either way, here you go. import org.osbot.rs07.api.model.GroundItem; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import org.osbot.rs07.utility.ConditionalSleep; import java.awt.*; @ScriptManifest(name = "test", author = "Reminiscence", version = 1.0, info = "", logo = "") public class test extends Script { GroundItem net; public int onLoop() throws InterruptedException { net = groundItems.closest("Small fishing net"); if (net != null && !inventory.isFull() && map.canReach(net
-
he has it spelled correctly, lol @op how are you calling this method?
-
What free scripts would you like to see on the SDN?
Reminiscence replied to Token's topic in Community Discussion
that's exactly what my original slayer script did years ago though, lol granted, it only supported lower-tier masters. i'm currently working on a new one that's more modular. it'll be free as well. -
Imagine actually wearing this, lol. Painful enough seeing people wear Jamflex shirts.
-
Fruity left Positive feedback for Reminiscence
-
Imo this is kinda how it'll go - 1. They don't let you do the whole account sharing thing IIRC (stronghold of security really emphasizes this) - No 2. This seems like the best-case scenario. Ownership means a lot. - Maybe 3. They'll probably just tell you that it was a valid email. - No 4. They'll emphasize that they haven't, but can't share details. - No 5. They'll probably tell you that you shouldn't use any other clients than the official runescape client in the future. - No 6. They probably already checked if your IP was different when it was banned
-
14.5m per acc, shouldn't take more than a couple days tops. Can start right now.
-
What exactly did you do? test
-
delete the .jar file you currently have and re-download it afaik deleting the jar and the folder have worked for others over the years
-
Did you install webwalking when the client launches and asks you to install webwalking?
-
https://osbot.org/forum/forum/102-client-bugs-suggestions/ Osbot folder would be located at - C:\Users\Seraphim\OSBot