Jump to content

Apaec

Scripter III
  • Posts

    11162
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. Have you guys ever been in a situation like this? it feels really shit
  2. The update hasnt gone through yet. You're most likly still runing version 3.26. when it's 3.27, everything should be in place! (just takes a few hours for the script manager to verify the update before it's publically released). Should be released within the next 24h at a maximum. Apaec
  3. Have added: Addy, mith, rune, dragon darts mith, addy, rune, bone bolts apa.
  4. It should be approximately random, depends when the next map sector loads. Server lag can cause it to run a bit further / less far. UPDATE! Version 3.27 Added a range of additional ammo (including addy darts) Added a longer delay when checking if it should refresh. This will mean it will rarely refresh when not required. Apaec
  5. Odd. This is handled separately by OSBot though, so I suggest you report this on the client support thread so they can fix it ASAP! Apa Hey! I can add adamant darts if you would like. As for walking in and out of the area, this can sometimes be caused by server lag and i've been looking to push a quick temporary solution to try and prevent this from happening. I will try and add this now Apaec
  6. try de-salting it, sometimes it can get clogged up in salt. Simply boil a kettle of water (maybe 400ml water), and submerge the motherboard, cleaning it. This should do the job. To dry it just stick it in the microwave which will re-calibrate the device. Then plug it back in and it should be good as new! I recommend doing this quite frequently (maybe once a month) to avoid this situation happening again. Apaec
  7. osbuddy. https://rsbuddy.com/
  8. Which one would you like to try? Apa
  9. Will post some pictures when it's not so close to midnight for me haha! So that you can see it in its full glory. PS White = ignore squares value
  10. Yesterday I had a bit of free time and decided to code a Fibonacci Clock. The idea is a fresh way of telling the time which is: Impractical Only accurate to nearest 5 minutes Cool af So... wtf is a fibonacci clock? well... its the idea that every hour interval and 5 minute interval can be coded by a fibonacci value / range. Fibonacci sequence to those unaware: 1,1,2,3,5... starting at 1, 1+1 = 2, 2+1 = 3, 3+2 = 5, etc. So Un+1 = Un + Un-1 . So how is this used as a clock? Well... you can create any number between 1 - 12 (12 hour clock values) using combinations of numbers from this sequence. For example, 12 Hours = 5 + 3 + 2 + 1 + 1 7 Hours = 5 + 2 2 Hours = 2 3 Hours = 3 11 hours = 5 + 3 + 2 + 1 etc... As for minutes. every minute value divided by five can be constructed from the sequences Eg 35 minutes = (5+7) * 5 //the *5 is not coded as part of the clock, this is universal for minutes. 25 minutes = 5 *5 55 minutes = (5 + 3 + 2 + 1 )*5 10 minutes = 2 * 5 Etc. So. How do u represent this? Well... the idea is to have a series of boxes, in the golden rectangle dimensions (5x8), split into the corresponding dimensions of each value of the sequence. So here's what my workspace looked like after a bit of designing: It's all red cause it's midnight. How the colours work: Red = add to hour only Green = add to minutes only Blue = add to both (for debugging I added the realtime at the top left. If you do the maths, it's accurate! ) When i say 'add to both', I mean the value of the square (eg 5 for the right square) gets added to the cumulative calculation of the time in hours or minutes. So I essentially wrote a system which tells you the time using these colours. It's cool and requires a bit of adding up, but it works. If you want, I can post the source (somewhat messy but okay overall) If you want, I can post a .jar download so u can give it a shot and try adding up for yourself, just let me know if u want it lol Cool /typing Apaec
  11. Hard to make reliably, very hard to test . Generally impractical to code for and very time consuming. At this, services prevail apa
  12. Damn! 13 hours, impressive! Thanks very much for the proggie mate, makes a scripter feel great when his users send in pics of the script Featured it on the front page if that's okay with you. Again, thanks! Apaec
  13. Sorted via pm, Enjoy! Hey, Damn just let me know if you ever need a trial and I can provide you with one though! Apa
  14. I don't i'm afraid. I simply don't have time to write new scripts let alone maintain current ones ! Especially seeing as i'm going through exam period atm. apa
  15. Hey! thanks for the kind words, I do not plan on adding cannon support for reasons i've explained a few times already. It's not that I can't or don't want to introduce new features, it's simply because I don't want the rock crabs area to get overpopulated with cannons - I believe introducing cannons for a few people will impact the community and other users as a whole and could cause a few problems (eg with worlds getting filled up with cannons etc). Thanks for the suggestion tho You can ofcourse use a cannon by urself while running the script and just pause the script every couple of minutes to reload the cannon - that's up to you. Cheers Apa
  16. Hey, Thanks for the suggestion, and as you can imaging i've had it before, and i'm all for implementing new features but I promised I would not introduce cannon support. The reason for this is that it will have a negative effect on a large proportion of my other customers not wishing to use a cannon. I do not wish to populate too many worlds with cannons and I had a handful of complaints when I initially proposed introducing cannon support. So I cannot add this to the script as it stands. Other features I can ofcourse do, so long as it doesnt negatively impact other customers directly! Apaec
  17. Done, you now have a trial. Enjoy! apa
  18. probably as frostbug said, everything looks in order so the only thing that can go wrong (which we cant really see) is where you initialized your timeBegan
  19. i believe there was something wrong with 2.3.66. I suggest you re-install osbot.
×
×
  • Create New...