Jump to content

Twin

Members
  • Posts

    1334
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Twin

  1. 1. Pictures of the account stats Stats crossed out do not affect account value 2. Pictures of the login details http://prntscr.com/79hf7h 3. Pictures of the total wealth (if there is any) http://prntscr.com/79hf94 4. Pictures of the quests completed To lazy to get these all on imgur, it has 56qp, and heros quest done. http://prntscr.com/79hfbp http://prntscr.com/79hfeq http://prntscr.com/79hfga http://prntscr.com/79hfhn http://prntscr.com/79hfj2 5. The price you will be starting bids at 12m 6. The A/W (Auto-win) for your account 30m 7. The methods of payment you are accepting 07 only 8. Your trading conditions I will go first unless I deem you trusted, otherwise we can use a middleman. 9. Account status 10. Original/previous owners AND Original Email Address I am the original owner. The account has a username login, but I own the email tied to it, and actually I think you can have the current one, i'll need to check though.
  2. Whenever you get a new one. If you never change it from the stock one, you really won't need to reapply it unless you're doing some crazy overclocking, in which case you should probably have something that isn't a stock heatsink.
  3. You're so delicious that everyone ate you
  4. That's what I thought, i've just never really needed to get out of the bot walking until just now. It's honestly not a huge deal, I just thought there might be some easy way to do it that I was missing.
  5. Well, I changed mine when I got a new heatsink 2ish years ago. Idle temps have gone up 3 degerees or so since then. CPU is five years old.
  6. So i've never had this issue before, or maybe I haven't noticed it, but while local walker is walking, nothing can happen besides it finishing it's destination. For example, in my script, eating is the top priority, but, no matter where it's at, it will not eat until the script finishes walking. Is there anyway to kind of break out of local walker so it can do something such as eat?
  7. Currently working on this, finally got the motivation. Going to fix a few issues, and I also added some stability changes. Okay, looks like every issue people have brought up is fixed. I'll push the update and hand out trials again. Lootingbag rework will come tomorrow, everything else is working! Will hand out trials. Trials are all out now, just waiting for the update to be pushed.
  8. I have an 80 thief on sorrows furnace, server is fairly dead though.
  9. Nope, although if for whatever reason you have a horde character on laughing skull I'm in a 10/10H guild with a few irl friends that you'd be welcome to join.
  10. Make a filter that goes through every nearby player checking to see if they're standing on the tile.
  11. Haven't had much time recently, going to try and get this all into working order tonight before I go on vacation for two weeks so you guys can try it out and have something to usee
  12. Playerauctions, sell it on there.
  13. I'll auth you once I get home. Still some issues with the script I need to fix though before it's usable.
  14. I think some of these might be mirror mode related. Because When I tested it I didn't have issues similar to this, the only one I had was the looting bag issue which would happen only if it tried to attack another dragon while putting stuff in the looting bag. I'm doing my programming final right now, but once I finish it i'll clean the code up to try and fix some of these issues.
  15. Hmm, I'll need to mess around with that. I added in teleblocked support and I think that's what messed up everything besides the looting bag. I think if I delete that it should work fine. I'll have to mess around with it. Thanks for the feedback. Oh and all that text in the log was just to debug for me, that shouldn't matter to much unless it says walking to dragons and it refuses to kill a dragon after that.
  16. Did you import it at the top of your code?
  17. import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import java.awt.*; @ScriptManifest(name = "Cow Killer", author = "programer", version = 1.0, info = "", logo = "") public class CowKiller extends Script { private String message; @Override public void onStart() { //Code here will execute before the loop is started } @Override public void onExit() { //Code here will execute after the script ends } @Override public int onLoop() { for(NPC n : npcs.getAll()) { if(n != null) message = n.getName() + ", " + n.getId(); System.out.println(message); } return 100; //The amount of time in milliseconds before the loop starts over } @Override public void onPaint(Graphics2D g) { //This is where you will put your code for paint(s) } }
  18. Done! Does anyone have any feedback with how this is running? Curious on what the user input is so I don't release a broken/shitty script.
  19. Let me see what email I have linked to it. If it's a junk email then its all yours. No, but it's a username login account.
  20. I'm in it right now and there are no phoenix members in it.
  21. Will tip, im already in brimhaven with the key, just need you to kill grip. 100k if you can help me.
  22. Twin

    yep

    Some serious mental health issues in this one.
  23. I was testing it on a 45/45/45 account and I would get like 1/2-3/4s an inventory before it would run out of food.
×
×
  • Create New...