Jump to content

Apaec

Scripter III
  • Posts

    11146
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. Hey Sometimes payments take a little time to verify. Unforuntately I don't handle them so I cannot give you any further advice, however I recommend that if it's taken more than a couple of hours (and you haven't paid by e-cheque), you should PM @Maldesto and he will help you out a bit more apa
  2. Code hasn't changed for rogues den, but even so I don't think update is even live yet As for runescape update, that may have caused it. Probably just have to be patient and wait for devs to fix this apa
  3. [AS PROMISED] UPDATE! Version 1.51 Added support for varrock east cooking on request. This is a popular location as it is in a safe zone so perfect for deadman mode. Ofcourse, don't forget to equip an ammoless bow! Should handle the house door. Enjoy apa
  4. UPDATE! Version 1.06 Fixed bug causing player to get stuck mid-journey if health regenerated enoughapa
  5. eh if you're using sdn scripts you're safe. Those are check for malicious code. as for local scripts, they are not checked so can potentially be used to steal account details. But osbot stores account data locally and encrypts it, so your hacker is most likely from elsewhere apa
  6. I worked on the update yesterday but unfortunately i'm away all day today so I cannot make any more progress this evening. I will be able to push it live by thursday latest tho apa
  7. yep i can probably do this, added to my to-do list apa
  8. Hey Thanks for pointing this out. I would understand how this is possible. I will take a look into the situation and run some tests and hopefully have an update out within the next few days. Thanks for reporting this! apa
  9. Hey again Please install the development build for the client. This will stop hopping to deadman mode! more info here: http://osbot.org/forum/topic/85500-development-build-v23135/ apa
  10. nothing wrong with eclipse Also, i wouldn't say node frameworks were more efficient. Infact potentially less so. I guess they are a bit more organised and have a different style which makes it appropriate for some projects and unnecessary for others. But yes, gl, and as I said, let me know if you have any more questions apa
  11. I've given you both 24h trials. enjoy! apa
  12. Uhhhh depends what you wish to input. If it's a more complex set of variables which need adjusting before the script runs, you'll need a full gui which you design piece by piece with swing components. If you need just one (or maybe a couple) of variables changing for much more basic scripts, there are a few shortcuts. String s = JOptionPane.showInputDialog("Title", "Default option"); when you run this code, the script will open an input dialogue box which awaits user input. Once the user presses ok, it will save the input to the string 's' (as u can see from the code). You can do this with ints too.. If you need a more complicated gui like that of my rock crabs script: So ye, if you need something like that, I recommend you install the windowbuilderpro plugin for eclipse (if that's what you're using - if not then i'm sure you'll be able to find an equivalent plugin for your ide) You can install this plugin here (it will give you instructions on this page too: http://www.eclipse.org/windowbuilder/download.php ) Once you have that, it will make your life 10x easier. All you need to do after that is build the gui and send the variables to the main class using an actionListener on a start jbutton (for example). let me know if you have any further questions and i'll be willing to help apa
  13. glad you got it sorted and glad you like it! apa
  14. any messages logged in the console? chances are you've set something up wrong! apa
  15. a nice simple roguelike would be good. Perhaps something similar to the binding of isaac but less of the heavy roguelike element? my idea of a perfect singleplayer game would be similar to TBOI but with some sort of system other than losing all ur progress if you die. Would be a little tricky especially encorporating other forms of combat such as melee, but should be worthwhile! apa
  16. those are some top notch stats u got there mate
  17. have given you a 24htrial. Enjoy ! apa
  18. Wooooo! glad you got this issues sold. By all means feel free to ask more questions tho, feel free to pm me too gl! apa
  19. Does it eventually correct itself after these occasions? I plan to extent the path to the shrine a bit, but i've not had the banking issue before in my entire time of running it. How strange! thanks for the reports apa
  20. If you're testing a script which you've just written, you'll most likely not be banned. I've tested my scripts on the same acc for the past year and a half with no problems. Mind you, I tend to avoid getting the proggies because that means running the script for more than an hour which makes me uncomfortable! The less players using the script, the lower 'ban rate' I suppose. So you should be more or less safe apa
  21. giggled they know what they're doing when it comes to sweettalking customers x)
  22. The best way for you to learn is to figure this one out for yourself. That being said, i'll point you in the right direction By all means ask more questions if you get stuck btw! So. Looking at your code, you're writing it like a recipe. While in theory this should work, due to a range of the osbot api's structure and general good coding form, writing like a recipe is a bad way to do it. What you want is more if statements. So for example, in your walk to bank state, you're instantly telling it to walk path4 (whatever that is). But perhaps add a check to see if it should / needs to walk this path. If you add this kind of system for every section of the journey and make sure that there's no overlapping, you should be good to go apa
  23. http://osbot.org/forum/topic/61445-apa-script-trials-free/ here haha! Oh well np, I gave you a 23h 59 min 59 second trial anyway. I deducted a second because you posted in the wrong place x) enjoy! apa
×
×
  • Create New...