Jump to content

Extreme Scripts

Trade With Caution
  • Posts

    10702
  • Joined

  • Last visited

  • Days Won

    27
  • Feedback

    96.2%

Everything posted by Extreme Scripts

  1. I did? I don't see any post from you, may have missed it. Edit: Come to chatbox we can get this sorted asap, didn't see it cos it was 5 pages back.
  2. Implementing what @Precise said: public long getElapsed(long startTime){ return System.currentTimeMillis() - startTime; } if(getElapsed(startTime) >= 30000){ //code to execute startTime = System.currentTimeMillis() // resetting the start timer }
  3. Gimme few mins Okie dokie, give it a swirl, 1.51 pushed ^_^
  4. I thought the previous patch fixed this cos no1 said anything, apologies. What is the new issue specifically and I can push a quick update ^_^
  5. Hmmmmm, the last post on the thread was for a 12-hour and 16-hour proggy, are you using mirror client?
  6. Mate Druidkilla been pushed days ago till now... Also why would you need to see @Alek there, does he not already do enough by managing and updating the bot for you?
  7. This is the script pushing log on GIT, I don't think its a case of I don;t push updates for days, I think its a case of the scripters you purchased from are lying to you about the updates being pushed. Updates happen 2-5 times a day depending on how much time we have but most certainly 2 times at the lowest. Script uploads happen 3/4 times a week. Yes it is exam season and atm I am very busy, even then as you can clearly see there is more than enough updating being done. Don't really see what the issue is.
  8. Its going to get that much better once our exams are finished ;)
  9. This was the old API method in case you were wondering why it didn't work. Message is the new param.
  10. There is a 150 millisecond delay before items in the bank are cached properly. Add a sleep for when the bank is opened.
×
×
  • Create New...