Jump to content

lisabe96

Members
  • Posts

    821
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by lisabe96

  1. That's odd, I had fixed that. Might be since the new API updates. Did you use it with the latest API?
  2. I have this issue with banking, it would not find an item in my bank that was clearly there
  3. If it happens again try to give me as much details as possible so I can pinpoint the cause. - Did you just start the script? - Axe? - Location? - Debug logs? But let's hope it doesn't happen again
  4. The 3th fish icon is not aligned with the other 2, three/sparkles
  5. tl;dr I wanted to buy VIP with credits but suddenly they were gone while I didn't confirm any purchases yet. Excuse me, I accidentally started 2 payments and the credits where pending in the previous one. So the payment did actually work, however no VIP status yet
  6. However realdistance seems to be off a lot. I tried using it to find the real closest goblin (like one next to you but behind the fence would actually be further away to run to it) However it mostly doesn't seem to actually pick the closest one, it looked fairly random
  7. Did you put it in c:\users\your_user\osbot\scripts
  8. New to me, does it print any errors in the debugger?
  9. Or since it's skill training: formatTime(expTracker.getElapsed(Skill.WOODCUTTING)) And to format the time: public static String formatTime(long ms) { long s = ms / 1000, m = s / 60, h = m / 60; s %= 60; m %= 60; h %= 24; return String.format("%02d:%02d:%02d", h, m, s); }
  10. I have been using my script myself for a while now and have noted some bugs or possible improvements. I will update this script at some point when my current projects are finished But don't expect it very soon
  11. He means on the messages, game messages usually give nothing as username, but this might be different for clanchat indeed, ill test it now Alright it returns the username :p I made conclusions too fast.
  12. 1. Pictures of the account stats 2. Pictures of the login details 3. Pictures of the total wealth (if there is any) None 4. Pictures of the quests completed R&J and Sheep shearer 5. The price you will be starting bids at 1.75m 6. The A/W (Auto-win) for your account 2.5m 7. The methods of payment you are accepting 07GP & BTC 8. Your trading conditions You go first 9. Pictures of the account status 10. Original/previous owners AND Original Email Address
  13. Eumm Nokia series 30+ it says Nokia 220 masterrace
  14. When there is no manifest they will not show up, also when the same manifest title is used in multiple scripts only one will show up
  15. The "buy vip" button on the script doesn't work
×
×
  • Create New...