Jump to content

filthycasual

Members
  • Posts

    12
  • Joined

  • Last visited

  • Feedback

    100%

Profile Information

  • Gender
    Male

Recent Profile Visitors

999 profile views

filthycasual's Achievements

Newbie

Newbie (1/10)

0

Reputation

  1. Unfortunately that isn't the case for me ;<, when the error occurs my build hasn't gone through. Thank you!! This is my current solution but it isn't ideal because my starting point is dynamic ;/. If I read that tutorial correctly it's just about setting automatic jar builds to the osbot script folder. I already do this ( with intellij though ). Even cleaning doesn't fix the issue. Thanks for the suggestion on promises, I like the idea of using reject to circumvent unexpected state. I still don't have the required knowledge off the api to implement this though, guess i'll dive into the api docs again.
  2. Hi all, I’ve spent the last month getting familiar with the osbot api. Over the time I have collected some questions and it would be great to get some insight from the scripters over here ;d. Often when I build the jar I am unable to do so because the current jar is in memory, even when no script is running. Clicking refresh doesn’t help either. The only solution is to restart the client. This is costing me a lot of time and I cannot figure out why it is happening. Does anyone have a solution to this problem? Sometimes the .closest method doesn’t return the actually closest object because of some obstacle in the way. I remember someone posted a presumably better .closest method. I am however unable to find it. Is there someone that knows what im talking about / someone that implemented it themselves? I want to be able to execute actions (eg alching/fletching/logging out) whilst webwalking. Initially I tried doing this by setting a breakcondition, which works okay sometimes, but often it takes a very large amount of time (5 sec +) before the webwalking stops after my breakcond is true, also, even it the breakcond were to behave as expected it wouldn’t be optimal because i’d be spamcreating webwalkevents which isn’t very efficient. The current solution I have in mind is seeing if there is some sort of webwalking thread that I could pause/stop and then resume after completing my own action. Another solution could be looking at the eventqueue and perhaps manipulating that to add my own events between the webwalk click events. Since i’m not so familiar with the api yet, it would be great to get some suggestions on this matter. I noticed that some teleports are not being used yet by the webwalker, is there a way I could manually add eg Necklace of Passage to the list. Cheers
  3. its client related, getselecteditemname isn't working, any interaction where an item has to be used on an entity isn't working.
  4. yeah ikr but i assume there is a variable storing iti somewhere which wud be easier I'm not familiar with login codes, can you give me the relevant method to get it? and nah, i'm not thaaat retarded
  5. imo it is good to use an object to represent activities because you can expand their functionality. For example, in my scripts i use have a cache that contains all tasks and their execution result. This can be used as validators itself, eg if execute with iron ore fails 5 times hop worlds or if getmulecash fails 5 times stop script. This isn't anything special, but extensions like these are way cleaner if you use proper oo.
  6. Hi, i come from a far away botting continent where the nights are long and the days are short, in this place you are not safe wandering around on the streets alone and you need premium scripter status to sell private scripts. What about here?Am i allowed to use this platform to develop a private script without shiny forum flairs?
  7. Buying around 20, can pay with 07 or pp
×
×
  • Create New...