Jump to content

Apaec

Scripter III
  • Posts

    11151
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. Apaec

    OSBot 2.1.11

    Uh oh, problem alert. Started up the bot and it chose world 385 to be the default world. Correct me if i'm wrong, but isn't that a botworld? (as you can see in the console messages, it loaded it automatically.
  2. Quick update: Heres a screenie of the GUI Let me know of your thoughts! -Apaec. (Please note the ad idea is just an idea, by no means final. I'm currently thinking of something to fill that space UPDATE: New gui:
  3. Apaec

    VIP Jr

    Perhaps, but only if it were to be 2 tabs. 5 tabs is just too much
  4. done edit > lol it looks the same :c i'll look at it
  5. You break a plate in your kitchen, you go out you buy a new one cause -> effect. Cause: New bot client. Effect: Write new scripts Unless you propose you get the new plate free? because unless there was a guarentee on it (which in this case there isn't) thats just not the way the world works
  6. This would just encourage scamming if you are given twc, i think. Also, you are given rep for what you do. Rep is reputation, and should remain static for eva.
  7. I can assure you, microsoft doesn't care about their customers, only that they use windows over ios
  8. This is what i don't understand about some of you guys You pull up arguments out of the dust in order to try and get freebies when a new client is released? Heres an example Now tell me, where does that say lifetime? there is NO lifetime guarentee. The script has a price. [good script btw ^^] I'd say this is more like the situation we're in, and you guys are the money hungry ones trying to save a few cents out of your pocket
  9. There was no lifetime guarentee, no such thing as 'lifetime promises' or 'lifetime payments'. When you bought the script from the store it came with a price, this price didn't actually state it was lifetime, it just contrasted it to a monthly renewal. Agreed.
  10. I suggest we raid jagex hq in cambridge?
  11. If we want a few extra cents, there would be no free scripts
  12. Ya know, its not that bad X) When i first joined i thought that PiP was like a joke or something like literally i thought it was just a funny lil pip to show that someone was legit (don't ask :p) It looks nice all red and yellow aswell... you wouldn't be lolmanden without it D:
  13. Right click the java project > export > select jar > Give it a name and save it into here: Then spam your enter key
  14. private static final int[] XP = { 0, 83, 174, 276, 388, 512, 650, 801, 969, 1154, 1358, 1584, 1833, 2107, 2411, 2746, 3115, 3523, 3973, 4470, 5018, 5624, 6291, 7028, 7842, 8740, 9730, 10824, 12031, 13363, 14833, 16456, 18247, 20224, 22406, 24815, 27473, 30408, 33648, 37224, 41171, 45529, 50339, 55649, 61512, 67983, 75127, 83014, 91721, 101333, 111945, 123660, 136594, 150872, 166636, 184040, 203254, 224466, 247886, 273742, 302288, 333804, 368599, 407015, 449428, 496254, 547953, 605032, 668051, 737627, 814445, 899257, 992895, 1096278, 1210421, 1336443, 1475581, 1629200, 1798808, 1986068, 2192818, 2421087, 2673114, 2951373, 3258594, 3597792, 3972294, 4385776, 4842295, 5346332, 5902831, 6517253, 7195629, 7944614, 8771558, 9684577, 10692629, 11805606, 13034431 }; XP List ^ public int getPercentUntilLevel(Skill skill) { int getStatic = this.getSkills().getExperience(skill) - XP[this.getSkills().getStatic(skill) - 1]; int getDynamic = XP[this.getSkills().getStatic(skill)] - XP[this.getSkills().getStatic(skill) - 1]; int percentage = getStatic * 100 / getDynamic; return percentage > 0 ? percentage : 0; } Calculation method ^ g.drawString("%tillstr " + getPercentUntilLevel(Skill.STRENGTH), 10, 20); Implementation ^ Enjoy
  15. Mate, don't exaggerate
  16. This is all you need ^ Also, press ctrl+shift+f
×
×
  • Create New...