Jump to content

EPLS

Members
  • Posts

    146
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by EPLS

  1. Hey, just noticed it was standing in some of Zulrah's gas. Just stood their taking it in. Otherwise, all runs successful. This is with v1.998.
  2. I don't understand people getting bans from 2 and a half hours like above. I've botted for 6 hours straight, maybe longer, and 10 hours straight of it being stuck, no bans. This is on a 2 day ban acc (related to diff script).
  3. 1306: 1 in logger: (ALWAYS RIGHT CLICK) [DEBUG][Bot #1][10/25 02:11:16 PM]: CONFIG for ID = 1306 : Binary = 00000000000000000000000000000001 Hexadecimal = 1 Decimal = 1 1306: 2 in logger (LEFT CLICK WHEN AVAILABLE) [DEBUG][Bot #1][10/25 02:11:31 PM]: CONFIG for ID = 1306 : Binary = 00000000000000000000000000000010 Hexadecimal = 2 Decimal = 2 And I hate to be a buzz kill, but can you change the auth back to v1? I would love to contribute to v2's release, but I'm missing out on money I need.
  4. I need you to specify, you're not talking about the one click gaming option right? The menu "NPC attack options": 1306: 1 (always right click) left click where available is 1306 as well with a value of 2 Is this correct or do you need more info?
  5. I can't, I got banned by Alek for trying to get your attention (to be fair I spammed your name about 10 times). Is there a way I can send my config to you and check if I'm doing something wrong? I need this issue fixed, money needs to be made today.
  6. v2 is definitely an interesting upgrade from the v1, menu has changed quite a bit, but setting up configs is mostly the same... bit stricter this time, which might help newbies. BUT stuck trying to change "always right click setting" can't use script
  7. I just came here to complain about the script getting stuck too much (just woke up to it at the chest for 10+ hours, this is like the third time it's gotten stuck, this being longest). I know I should be babysitting, but $25 a month for a RS script is a bit much for it to be getting stuck on an every-other session basis. FORTUNATELY it seems me being stuck at the chest might have saved me from the aformentioned wave ban. BTW at people farming, are you guys selling @ market? Zulrah scales alone have dropped almost 20GP since I started using script, and other common drops seem to be following. Let's not kill every money maker, now.
  8. Did you take down script? I renewed about a week ago if I remember correctly... I don't have it anymore. Edit: Yeah, it says 11/09 is the expiration date. Please get it back up ASAP, I need this to make extra cash today.
  9. Woke up to my account sitting in Lumby, bot doing nothing. Must have just been logging back in after each timeout.
  10. i wouldnt do this with 45 def, try to get at least 70
  11. I like how this is a low key magic and range trainer as well. Started at like 81 range and 85 magic, now 84 range and 88 magic.
  12. Damn I love this script. For the past few days I've been getting at least 2 2.5m+ drops, fang galore.
  13. Almost missed your post! I'll be looking at the script tomorrow evening. Hopefully with the support from you all we can get a basic script up and running. Regardless, I'm going to brush up on Java with some YouTube, Pluralsight, and eBooks. I'll be doing some scripting on the side. I hope to slowly show improvement and one day release a premium or VIP level script.
  14. It just does nothing. I play it from the OSBot menu and it starts then stops. Script does nothing. I'm fairly certain I started the script with an empty inventory, so it should have started the banking sequence and went on. It's possible I had something in my inventory, and looking at the code now it appears it will only move with a full or empty inventory. Thanks Apaec, it's good getting some feedback from you considering your sandcrab script is one of the most used in my library. I'm going to put this project on pause for the night and do what you suggest. I'll get a good grip of the fundamentals and continue to work my way up. Thank you, I will make the changes tonight. I noticed the first line of code you're referring to earlier, I must have left that there on accident when I was trying to figure out the proper usage of positions.
  15. I've taken a Java course before, but it's been a while. I was hoping someone could give me a few pointers.
  16. Hi, wanted to try creating a script for OSBot for the first time, came up with a cow killer. I didn't really do any studying or learning beforehand, I just kind of opened a few popular threads and used them to guide me through the creation of what I was hoping to be a simple script. Sorry if the code is a mess or if it's riddled with bad logic/bad code, I'm new to this. import org.osbot.rs07.api.map.constants.Banks; import org.osbot.rs07.api.model.Entity; import org.osbot.rs07.api.model.RS2Object; import org.osbot.rs07.api.util.LocalPathFinder; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import java.awt.*; import java.awt.geom.Area; import javax.swing.text.Position; @ScriptManifest(name = "Skeleton", author = "Alek", version = 1.0, info = "", logo = "") public class Skeleton extends Script { @Override public void onStart() { } private enum State { GO_TO_BANK, WITHDRAW_FOOD, GO_TO_COWS, KILL_COW, WAIT } public static final Area LUMBRIDGE_UPPER; Position CowPosition = (Position) myPosition(); private State getState() { RS2Object cow = getObjects().closest("Cow"); if (inventory.isEmpty()) //no food return State.GO_TO_BANK; if (Banks.LUMBRIDGE_UPPER.contains(myPosition())); return State.WITHDRAW_FOOD; if (inventory.isFull()) return State.GO_TO_COWS; if (inventory.contains(329)) return State.KILL_COW; return State.WAIT; } @Override public void onExit() { //Code here will execute after the script ends } @Override public int onLoop() throws InterruptedException { switch (getState()) { case GO_TO_BANK: getWalking().webWalk(Banks.LUMBRIDGE_UPPER); //walk to lumby bank break; case WITHDRAW_FOOD: npcs.closest("Banker").interact("Bank"); //withdraw food from lumbridge bank booth break; case GO_TO_COWS: Position pos1 = new Position(3259, 3269, 0); getWalking().walk(pos1); //walk to cows position break; case KILL_COW: npcs.closest("Cow").interact("Attack");//get cow npc and kill, cow 2805-2809 break; case WAIT: break; } return random(210, 305); //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) } }
  17. I just came back to the bot being stuck at managing trident while the bank was open. This is the second time this has happened since the update. I don't think this was a common occurrence before. Yes. I've had a couple of shitty hours that got me a little less, but the majority of my hours look like 1m-1.2m more often than 800k-900k. Plus I've seen many fang and visage drops, at least more than one would expect. This script is the most money I've made off of one account per hour.
  18. What was updated? The last version was working fine for me except for banking & leaving at GE (always a hit or miss, mostly a miss).
  19. Current score (kill count - gold - time): Epls 1,042 109,889,161 5 days, 8 hours, 52 mins
  20. Just renewed. Cheers to another month of my favorite RS script of all time.
  21. Zulrah scales and some other Zulrah drops seem to have been falling slowly each day since I first started using this script. Guys, please don't sell fast just to get gold. It WILL sell, just not immediately.
  22. Using premium scripts I will bot anywhere from an hour to eight hours a day. It just depends on the day and timeframe. Most of the time, depending on the type of account/script, I'll have it break for a bit before each hour ends. I don't use any free scripts, I figure that if premium scripts used correctly can get you banned then I'm sure it's even harder to stay clean using a free script.
  23. Just sits there after looting. Edit: Nvm, eventually decided to move after some time.
  24. Damn, the second account I've used this script on got banned. The first account I used to get it Zulrah ready is fine though (got a 2-day ban from diff. script weeks later).
  25. Lovely script, so far I've hit 56,545,860M with it. Will you considering adding a function that checks if one-click gameplay is off, similar to how the script checks if auto-retaliate is off? I'm using a broken mouse so I have to use one-click, but sometimes I forget to turn it off when starting the script. I haven't seen any other script do this, so this would definitely be a unique "feature" IMO.
×
×
  • Create New...