Jump to content

sarthycool

Members
  • Posts

    27
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by sarthycool

  1. Hey man, can you please take out a bit of your time to fix/tweak this script? It looks great! works like a natural person but it is very slow. It should just spam click on an item if it found one but it does not do anything in many cases. In the scene of a dp, it just stands there looking for an item when a rune item is just next to it! See the items it detected and most of these were easily lootable, but the script did nothing. It can loot vague items(if i put the value threshold low) very easily because no one is after them.
  2. It worked? I put 500 gold and the bot does nothing. It's a members world so the 500 gold limit is relevant. You just downloaded the git hub jar file right?
  3. What did you put in the value input? Did it run on noob account that picked up everything?
  4. I have tried it man. it does nothing at all. Just keeps on looking for items. There was a drop party nearby with rune items dropped, it identified one item but did nothing. Would love if you can fix this, i think it would be a small fix. Thanks!
  5. Do wintertodt for fletching, good profits
  6. It's not profit in the proper sense. I just sometimes fletch maple longbows(u) to cast high alch on them. Fletch 1500ish in an hour, then high then for 192 ea. the cost of high alch turns out to be 20gp per cast. Not too bad.
  7. A trial please? Thanks!
  8. There? I wanted to enquire about a voucher. Sent pms on skype and osbot but you never replied. What is the price for 15$ voucher? Skype is live:sarthycool or pm here.
  9. @bmw1996 I will sell it. Got MM ready too. PM when you see.
  10. Selling 17.6m osgp for sale. thats 1m = 0.85$. Selling all for 15$, Preferably in one go. Will accept money through paypal or in the form osbot voucher. PM If interested.
  11. OSBot Voucher Value ; 15. Have you added my Skype? ; yes Messaged you on skype. Reply back on here to confirm i messaged right account. :P
  12. Doesnt work. 'message' is being underlined. The error is "message cannot be resolved".
  13. Yes of-course. I am learning from your code, not copying it. Using it as reference. I am just looking for a head start. How to get things started. Right now I am just trying to make simple scripts. Making parts of this script i want to make and then get it together. In need for help, not service. Thanks.
  14. Is the logic correct in this class? If yes then I can see what to update for current osbot version.
  15. I am trying to make a basic dice rolling script for personal use. The script should: 1)Join a clan chat that is input. This includes leaving current cc , then joining the new cc. 2)Taking in commands from host/owner. These commands are: The host would only execute these 2 commands. !sethost *player* and !removehost *player*: It should only be taken and executed from the owner of cc. It will check for the player in cc, if the player is present, make him host(able to execute next listed commands). If not present, send a popup/log message saying hes not present. 3) Commands to be done by host: Host can execute only these commands. !roll: This command will roll the dice. !rulesgame *game name*: This command will list the rules for the named game. The games i want to play and their rules can be input in the script. !hosts: will list all the hosts irrespective weather they are online in the cc or not. Only This command could be executed by anyone. These commands are very basic for a dice bot. 3) These commands are to be read from the clan chat messages. Now for this bot, I have created a rough logic structure. This is what I am trying to do. How do i convert this blueprint into a code? I have very basic knowledge of coding. As for my question in the title of using 2 classes in a script: I was seeing the getmessage class in the bot and it has only 3 states: Player, Game, Trade. How to get message from clan chat? For this i saw a class made by Explv in a separate thread: He uses this class as a separate class for taking in messages from clan chat. How do i integrate the two? Any help will be fabulous. I even do not know how to start this code. So please help as much as you can. Thanks.
  16. Yes, you are right. How can I check to go to the cows again? And for nearby places, what can be used instead of web walker?
  17. I have one script on SDN called gold amulet maker. It is supposed to go to furnace and bank area in al-kharid for making amulets. Sometimes, it do not walk to that place on its own. The script just does nothing if its not in the vicinity of the area. This is what i am practicing on. cow hide collector. It works fine when Moving from hide location to bank, banks the hides but does not go back to the cows. if (this.cows == null && this.inventory.isEmpty()) { this.walking.webWalk(new Position[]{this.cows}); this.hasMoved = false; This is a simple code condition which checks the cows and inventory state. If cows are not near and inventory is empty, it should go to the cows and collect hides. The script freeze at this point, does nothing. Any tips?
  18. I was not aware of that! Thanks.
×
×
  • Create New...