Jump to content

smy

Members
  • Posts

    13
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

1205 profile views

smy's Achievements

Newbie

Newbie (1/10)

0

Reputation

  1. So I've decided to buy Linux server. It has preinstalled xfce desktop with debian 8 distro. But I've got an issue with scripts. There scripts are written by me and they work on my Windows pc, but they don't work on Linux server. For example: if(api.inventory.isItemSelected()) { if(api.inventory.interact("Use", "Item1")) new ConditionalSleep(MethodProvider.random(2000, 3000)) { @Override public boolean condition() throws InterruptedException { return api.widgets.getWidgetContainingText("looooooooooooool") != null; } }.sleep(); } else { if(api.inventory.interact("Use", "Item2")) new ConditionalSleep(MethodProvider.random(2000, 3000)) { @Override public boolean condition() throws InterruptedException { return api.inventory.isItemSelected(); } }.sleep(); } This code don't work, it's just click on Item2 and then clicks on inventory and does it repeatedly. That part of code works on windows pc. Sometimes checking of object in area doesn't work. First I though that Java versions are different, but on windows and linux they are the same. Any suggestions ?
  2. Hey, I don't thing that would work, because what if you want to only tan a black dh and it would tan a green one. The way I do it is with a static ids(last time I check you can only use Widged ids as a static): private RS2Widget getRightWidget() { if(api.inventory.contains(Utils.DRAGONHIDES[0])) return api.widgets.get(324, 96); if(api.inventory.contains(Utils.DRAGONHIDES[1])) return api.widgets.get(324, 97); if(api.inventory.contains(Utils.DRAGONHIDES[2])) return api.widgets.get(324, 98); if(api.inventory.contains(Utils.DRAGONHIDES[3])) return api.widgets.get(324, 99); return null; } You can see for your self(a white square):
  3. smy

    Smy's Tanner

    I'm releasing simple tanning script. It supports every dragon hide, just place them in the bank and start a script. It will walk to Al Kharid. It will walk to GE when everything is finished(Give opinion about it because for me it's a handy feature). Goals: Source: https://bitbucket.org/smykolas/tanner_osbot/ Donwload: https://bitbucket.org/smykolas/tanner_osbot/downloads/Tanning.jar Please report any bug that may occur. As it's my second script I would love to take your criticism.
  4. Finally mulling will work normaly, thanks !
  5. smy

    7qp F2P Quester

    Thanks, I knew this mistake, but I didn't knew the approach. I will fix it
  6. smy

    Heyy

    Thanks, I'll try to make them as good as possible !
  7. smy

    Heyy

    Hello. I know, the creation date of this account is 2016, but I was inactive all the time because of the demotivation of always getting, but now I got over it. Now I'm motivated to bot and create scripts all the time. I would love to get a scripter rank and I know that will not be easy. What would be the point in getting it if it would be easy ? I actually released one script already. That's all from me, good luck in botting !
  8. smy

    7qp F2P Quester

    Script that completes Restless Ghost, Rune Mysteries and Romeo & Juliet quest for 7 quest points. No items required. Quests that this script is doing: Restless Ghost Rune Mysteries Romeo & Juliet As it's my first script, I would love to take your criticism. If you experience any bug, please let me know. Source: https://bitbucket.org/smykolas/7qp_osbot Jar: https://bitbucket.org/smykolas/7qp_osbot/downloads/7qp.jar Improvements that I will make: Changelog: Thanks to @billyboy420 and @The Undefeated for configs.
  9. Osbot hooks are broken, because of the new osrs update, stay tuned for fixes. And you should use "Trade with" rather than just "Trade".
  10. I'm having the same issue. I've tried to report this bug, but my thread just got deleted. EDIT: Nvm: OSBot may have an interruption of service because of the game update.This happens every Thursday since 2013, business as usual.
  11. Hey, I have an idea. When ever u are choosing a how ur outfit, make that slower(or random). Cuz now its looking very fishy...
×
×
  • Create New...