Jump to content

Apaec

Scripter III
  • Posts

    11137
  • Joined

  • Last visited

  • Days Won

    88
  • Feedback

    100%

Everything posted by Apaec

  1. There's no requirement for defence, no. But be aware that you need to kill a level 25 unicow about 14 times in 1 inventory with a maximum of 14 bites of food apa
  2. Hey I need a couple of people to test my script for me prior to release. thread: http://osbot.org/forum/topic/83957-apa-unicow-killer/ Requirements for running the script: Tower of life quest (takes 15min) -> you also need 10 construction for this quest ~30+ combat What I would like you to do (if possible): Produce progress report(s) (i.e screenshot the script while running it) Let me know if anything goes wrong, and give me details/screenshots where possible Offer any suggestions which you would think would improve user experience How will you be rewarded? You will get a free copy of any of my scripts on the SDN (including the unicow killer upon release, AIO Cooker, AIO smither, or Rock crabs) for x months where x is the number of hours (rounded down) that you have on a proggie of the unicow script. the proggie must be 2 hours or more to qualify for this If you're interested, please PM me ASAP Apa
  3. Hey I believe pathwalking is having some problems (it seems on mirror only). The devs are aware and i've opened a bug report thread to discuss the issue. Unfortunately there's nothing I can do about it myself, so I guess we've just gotta wait for the devs to push a fix. Just so you know, it is a universal issue and happens to all mirror users on pretty much every script. So i'm sure it's at the top of the devs priority list! As a temporary fix, you can run the script on injection until the next mirror client version is released. Sucks, I know Apa
  4. looks cool but when will the cursor load? apa
  5. Hey I did my best to design it such that it will run to a different crab if a player is attacking your current one. I did this because some players get angry like you said when other ppl attack ur crab so In order to avoid this I made it choose a different crab. If it's not working correctly I can always take a look but when I ran the script a week ago or so, everything seemed in order apa
  6. It's awesome thanks wax a for the updated image, i've added it to the signature -apa
  7. Updated image. What do u guys think now? better/worse and what else should I change? old one: new one:
  8. you could use stre/llambda but for for purpose of simplicity: for (GroundItem g : groundItems.getAll()) { if (g != null && g.exists()){ //conditions here blah } } apa
  9. Hey I believe pathwalking is having some problems (it seems on mirror only). The devs are aware and i've opened a bug report thread to discuss the issue. Unfortunately there's nothing I can do about it myself, so I guess we've just gotta wait for the devs to push a fix. If you stick with worldhopping disabled for now, you should be okay. Alternatively, you can use the injection botting system and then worldhopping will work just fine. Apa
  10. Sure I've given you a 24h trial enjoy! apa
  11. Thanks! I might add an upgrading system, will look into it. Would be quite alot of work and would require some major engine changes but It's not impossible thanks for le suggestionez apa
  12. laughed xD on topic: You've certainly made some amazing contributions and rest assured ur advice hasn't been ignored thank you very much for all the useful tutorials and interesting reads apa
  13. Beast! Have also added it to the front page. Thanks!!! PS Feel free to leave a review if you like here: http://osbot.org/forum/store/product/540-apa-aio-smither/ Apa
  14. Hey guys please comment on my first serious attempt at using photoshop. Took me about an hour - I took the borders and stuff from various websites haha Designed it for my dynamic signature cheers apa
  15. This will not get you banned, have no fear But one thing that I agree on is the placement. Perhaps an extension to the client would be a better approach rather than simply covering the game screen: apa
  16. Woah 10 hours that's awesome! I've added it to the front page. Good job mate! apa
  17. Just FYI, osbot signature dimensions are 500x300. Also, why not make it only 4 boxes? exp, name, points (total) and time I think if you combined the values for the points it would be neater and more impressive apa
  18. I've never watched star wars is it worth watching?
  19. Don't give up so easily, if you can see the thiever but not ur script then I have no idea... are u sure that there are no errors? everything in ur script looks okay... apa
  20. Do you have any other local scripts? What you should do is close OSBot and delete (or move) your other local scripts (and delete this one). Then reboot your OSBot, and then compile the code. It should then show up apa
  21. Same applies to NPCs I believe. Their IDs frequently change. I recommend using names for NPCs I try and avoid using ids for anything tbh. Either names (or if they dont work eg multiple npcs with same name next to eachother), I find some other difference between them such as modified colours or index
  22. I don't understand the US sometimes they need to fix their shit
  23. Ye, Object Ids change frequently (pretty much every RS update), so basically you should use anything other than IDs to define them... Index/name etc As for item IDs, these never change but using names is probably better anyway because a name is guarenteed never to change also easier to read when using names. apa
×
×
  • Create New...