Everything posted by Apaec
-
My first somewhat serious attempt at a piece of graphics
Updated image. What do u guys think now? better/worse and what else should I change? old one: new one:
-
Ground items to list?
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
-
APA Rock Crabs
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
-
APA Script Trials
Sure I've given you a 24h trial enjoy! apa
-
APA AIO Smither
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
-
Until next time, ol' chaps
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
-
APA AIO Smither
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
-
[nsfw] Raise awareness! DOLPHIN RAPE IS A THING!
even if you're a dead fish you're not safe.
-
My first somewhat serious attempt at a piece of graphics
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
-
Dismissing in-game advertisements.
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
-
APA AIO Smither
Woah 10 hours that's awesome! I've added it to the front page. Good job mate! apa
-
Need a dynamic signature background made. $10 and Diclonius MTA script
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
-
The hype is real boys! Who joins me?
I've never watched star wars is it worth watching?
-
Monkey Guard Script
trouble with gorillas is they block your path so normal pathwalking is not really a good solution That + the reasonably high requirements are probably the reason it's not already been released. But would be great to see new scripts apa
-
A Beginners Guide to Writing OSBot Scripts (where to get started!) by Apaec
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
-
A Beginners Guide to Writing OSBot Scripts (where to get started!) by Apaec
Is your build path the latest osbot?
-
A Beginners Guide to Writing OSBot Scripts (where to get started!) by Apaec
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
-
Auto Typer
I wrote one http://www.filedropper.com/autotyper some symbols won't work but most should Also has an autoclicker should you need it. apa Edit: it's a runnable jar, download it and run it and you're all set you can virus scan it if ya like but I assure you it's clean !
-
Should we use item/npc/object IDs or names? When/Why?
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
-
11 year old shot neighbour for not letting him play with their puppy
I don't understand the US sometimes they need to fix their shit
-
Should we use item/npc/object IDs or names? When/Why?
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
-
APA Unicow Killer
APA Unicow Killer $4.99 $3.99 ______________________________ Demo Video: Requirements: Tower of life quest (req. 10 Construction - takes 5 minutes!) 30+ combat stats Cowhides in the bank (13 per trip) 1 Unicorn horn in the bank Features: Quick, easy and attractive GUI Subtle, clean yet informative paint Live price grabber and accurate real-time profit tracker Smart looting system with built in (& customisable!) loot prioritisation Flawless Path walking Supports banking at two locations (Ardougne and Fishing Trawler) Navigates tower quickly and efficiently, will not get stuck Smart looting system ensures maximum profits can be achieved Knows exactly what is in the shrine, will never add the wrong ingredients Client-integrated AntiBan (optional) Supports food for lower levels Supports a range of foods (can add more on request - just ask!) Run energy handler Auto retaliate tracker Smart banking system ensures script never leaves until fully equipped Paint debugging system to display current path Unicow system means script will only attack your Unicow Supports looting and re-equipping ammo (will stop if you run out!) Supports special attack on current weapon Will stop if you are close to death and have food support disabled Example GUI: Screenshots: Credits: @Bobrocket for the php & mysql help @Botre for the inspiration @liverare for the automated authing system
-
APA Script Trials
Hey I've given you a 24h trial. As for comparing it with CMH rock crabs, i've got no idea. I've not tried his so it's up to you to decide that
-
A Beginners Guide to Writing OSBot Scripts (where to get started!) by Apaec
Posting here is fine, I will read it for sure You can get the ID of the iron by using the entity hover debug in the debug menu (in the settings of the client) apa
-
A Beginners Guide to Writing OSBot Scripts (where to get started!) by Apaec
Sure I can help you, what you need to do is start simple though. Start with just the mining iron part and add banking in later. (make it drop the ores to start). Once you've got that nailed, then you can swap the banking out for dropping. As for the help, the best way you can learn is by trying it and asking me any questions which you happen to have. I'll always be willing to help you! apa