Jump to content

Apaec

Scripter III
  • Posts

    11146
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. There is not currently a way. The reason I changed it to merge exp was because people complained that they were separate! I could maybe add this data to the progress bars, but that may clutter things further. If you want to know the xp split, you can simply calculate it by dividing the total exp by 4 : HP Exp gained = Total Exp gained / 4 Combat Exp Gained = Total Exp gained * 3 / 4 All the best! (: Apa
  2. Ooh, that's an interesting situation to be in, lol. Sounds like a mis-click. While I can't fix misclicks, I might be able to add a fail-safe for getting stuck behind curtains. I will take a look. Cheers!
  3. Let me outline the process: Scripter changes code (fixes bug, adds feature, etc...) Scripter 'sends' updated code to developers Developers review changes and ensure they are not malicious Developers push the new code live Due to this multi-stage process, updates can take a while to process - this is probably what you're experiencing. Hopefully that cleared things up, if you're still unsure or have any further questions, let me know! All the best Apa
  4. Apaec

    APA AIO Miner

    Bans are pretty random, the client that you use will likely not affect this. Most people consider Stealth safer than mirror because of mirror's unreliability!
  5. Looks like the camera angle, not much I can do about this since it's a discrepancy in the interaction API. It should sort itself out when the camera randomly turns every minute or so - it should never get permanently stuck. This should happen rarely enough that it won't hinder experience rates significanfly since it is a very specific camera angle. If anything , it will look like you've gone momentarily AFK ! Cheers Apa
  6. Ok thanks , will take a look into this for you now.
  7. Hmm, thanks for the detailed report! It looks like it's trying to walk to the fire for some reason, even though it's already there. I will take a look at the code now and figure out why it doesn't close the bank, but i'm not sure why it's trying to walk. Is this on Stealth Injection? Apa
  8. Hey! Sounds to me like you've learned lots of lessons the hard way I really enjoy going to the gym, to me it's a great way to take my mind of things and clear my head if something is bothering me - maybe you will find the same! If you need any help from the programming front, i'm always happy to help - just let me know! Best Apa
  9. Seems that my inbox is full at the moment, so many people PMing me to ask for trials! I will clear some space now, so you should be able to drop a PM if you still need to (:. Cheers! Apa
  10. Hmm? What exactly are you trying to achieve by the way? Hopefully I/we can help! Apa
  11. No problem! "and yeah I use the mirror because I guess it's better for lower detection rate?" Where did you get this information from!? No matter what bot, script or macro you're using, you're still botting which is against the game rules. The only people who know exactly what jagex can detect are... well... Jagex! I personally use Stealth because it is reliable and uses far fewer resources than mirror. Mirror can be very buggy at times! Be sure to give this thread a read if you're still curious Best Apa Sure thing, done! (:
  12. Hey, welcome! Sure thing, i've started a 24h trial on your account, enjoy! (: -Apa
  13. Hey! Thanks for the comment! The script used to be like this, using the main screen to walk, however there were a number of complaints raised by people thinking the camera was being moved too much at Hosidius, so I made it walk with the minimap. I'm not sure how I feel about reverting it with this in mind - maybe I will run some experiments though and try out some new ideas, see if I can get a compromise in place. Can't make any promises though! Best Apa
  14. UPDATE Version 3.07 Fixed issues arising from the mis-spelling of 'Shrimps' Dynamic signatures now support names with spaces Added check to banking which prevents noted items being withdrawn. The script will now switch to 'un-noted' mode before attempting any bank interactions. Best Apa
  15. Hey, This is certainly functionality that I could add, however it may be degrading to the scripts efficiency. The system for Sand Crabs was designed to prevent the player from being auto-logged, and I would not consider it a ban-preventing measure. If you haven't already read it, and you're worried about bans, then i'd strongly suggest giving this guide a quick read! https://osbot.org/forum/topic/124429-preventing-rs-botting-bans-v2/ That being said, I can certainly experiment with adding it and see how it affects the script process Cheers Apa
  16. Hey, I'd suggest against using Mirror (check the front post for more details!). The shrimp thing is odd though; perhaps I have a typo in the name. I will look into this for you now. Cheers! Apa EDIT: It looks like shrimp are (irregularly) spelt 'Shrimps' in-game. I've just updated the script to reflect this - See below!
  17. Apaec

    APA AIO Miner

    I update it when problems happen and when I have time. It's a VIP+ script and you seem to have VIP, so why not give it a try!
  18. Yeah, not sure! I didn't look too far into the API, I may have missed something... but from what I can see, the only way to do this is via the MouseDestination associated with the slot. You can get the rectangle like this: Rectangle rectangle = getInventory().getMouseDestination(getInventory().getSlot(item)).getBoundingBox(); Gl! Apa
  19. Thanks for the kind words!! (:
×
×
  • Create New...