Jump to content

Khaleesi

$250.00 Donor
  • Posts

    26267
  • Joined

  • Last visited

  • Days Won

    203
  • Feedback

    100%

Everything posted by Khaleesi

  1. Instructions unclear, Got dick stuck in ceiling fan...
  2. Go check it out on yuotube, basicly 800+ pll creating bars at the same moment, you also gain a small % of exp based on how many bars the other players make. It's really cool and pretty easy profits for less reqs. I ahve no idea about the bann rate at this point.
  3. ow really ... so it tries to run out of the altar? xD never heard that before .. will see what jagex fucked up this time Does it happen often? What does the script status say? does it happen when you rafter the runes or before? Khaleesi
  4. 500k+, with woodcutting? Runecrafter from 44 at abyss, blast furnace should come close to that... but with woodcutting/ mining you will not come close to 500k/h xD use proxys, don't bot longer then a couple of hours a day. Botfarm is hard these day, you have to do it properly...
  5. Thx for the report, this is indeed an issue. Added it to my list, will have a look this evening or tomorrow. Thx! khaleesi
  6. No idea, add more ram to the client? Try restarting computer, Osbot also going to have a performance update this weekend
  7. Probably some memory issues, seems like it's struggeling with performance.
  8. Use this: if (script.colorPicker.isColorAt(505, 390, new Color(174, 160, 131))) { script.keyboard.typeString("" + 99); } Checks if you are able to input text, Uses a color to determine if scrollbar is gone. For the "Use" thing: This is what i use: public static void useItemOnItem(String name1, String name2, Script script) { if (script.widgets.getInventory().getSelectedItemName() != null && script.widgets.getInventory().getSelectedItemName().equals(name1)) { Item item = script.widgets.getInventory().getItem(name2); if (item != null) item.interact("Use"); } else { Item item = script.widgets.getInventory().getItem(name1); if (item != null) item.interact("Use"); } } Hope this helped! Khaleesi
  9. Not sure if trolling or for real on this one... I Just posted the anwer in the previous post. Since I base my script on the NPC's around, this makes the script run way smoother. Only downside is that the mirror client doesn't load them proper. I can release a half-assed script, working 50% on regular and 50% on mirror. Which will not be the case, a huge part of the people here runs the regular client... As soon as the mirror client gets a few more updates, I'll be happy to do some modifications. Maybe I'll make an option at the GUI: - Run half-assed script, for mirror client. Khaleesi
  10. Which part is too fast? lifetime You mean missclicking the altar?
  11. Nope, since eveyrhting is based on NPCs it's not working. mirror client doesn't load npc's porper. Making the script fail...
  12. ya slayer script which is flawless isn't pretty damn hard. There so many different cases/ option there could be flaw Testing this is really a pain. It takes days and days of time to actually debug it.
  13. Next time use bug report template ... If nobody posts the bug, I can't solve ... or do you think magically an angel falls down from the sky and comes to tell me it gets stuck at that location. This area was added TODAY at motherlode. So try to change the attitude when posting something and explain what's wrong and I garantuee you get a fix withint 24 hours. Posts like you did will most likely be ignored. Thx for the report and the screenshot, Helped me very good. Script updated to V0.02: - Fixed getting stuck in new Area at south-east corner. - Added option for antiban, lowers bannrate slightly. Note: Will be adding upper area soon! Khaleesi
  14. bcs it like it No it's a known issue ... I made an error report about this: http://osbot.org/forum/topic/68840-2356-localwalker-walking-to-wrong-position/ Soon i'll be using my own webwalker, should solve all issues ^^ Khaleesi
  15. Botting on thursdays is deadly in the first place Antiban does help slightly.. this does garantuee you are safe. Could be a delayed bann, since they get applies on thursdays, or few reports ... Could be anything
  16. Yup same was happening with box traps at chins ...
  17. Your account sin't VIP, should be a purple name. Try contacting a Mod?
  18. I'll check every obstacle 1 by 1 now ... hopefully iI get them all done this evening xD I'll try my best!
  19. Sure gave you 24 hours. If you don't folow the bug report template, posts like this will be ignored. How would I know which problems you encounter? Can't really smell/see them from here. "gets stuck" -> FOLOW template = fixed within 24 hours. I weekly run each course for 12 hours+. Last time was 2 days ago... Only pole vault at canifis missclicks once in a while and handholds in falador could slow it a bit. What client are you using? Khaleesi
  20. very soon, today or tomorrow probably
  21. Jagex has a lot of ways to detect botting these days, most of them stays unknown for us. If we would know this, we could easy make something to hide them
  22. ya been reported before, issue in the mirror client. I'll be updating all of my script to a fix for this walking bug I doubt it was the runecrafting script, could also be a delayed bann from few days before. Agility has a pretty high bann rate these days Khaleesi
  23. It's mostly a 2 day ban. It shows up as a 1 day ban, but actually it's 1,## days left... So after 48 hours you should be able to use your account again.
  24. Jagex is really impressing me on this 1 ... xD I'll see if I can get some more antiban into this. but ya there not really much to change, since everything is always the same way Any ideas? EDIT: I'll get it to randomnize the character at start, hopefully this does improve it.
  25. I posted this several times on other topics: "The mirror client is supposed to support the script, It's not the other way around. We can't make a script that works on 2 engines, if both engines interact in different ways ... Stop complaining to be if you are running the mirror client, Its in Beta... Instead report everything to the devs, they should be fixing it so the regular client and the mirror client runs the same way." I'll give it a go on the mirror client later today, maybe I can add something to force it to work. Will keep you posted!
×
×
  • Create New...