Jump to content

anderiel

Members
  • Posts

    115
  • Joined

  • Last visited

  • Feedback

    100%

Profile Information

  • Gender
    Male

Recent Profile Visitors

1307 profile views

anderiel's Achievements

Steel Poster

Steel Poster (4/10)

9

Reputation

  1. Nice! This i did not know. Not sure if osbot has such a function, but rsbuddy has api that gives you store prices that i can multiply. I can work with that, thanks.
  2. i kind of hoped for a simpler solution than scraping sites.
  3. I was wondering if there is a way to get high alch prices. From an API or something, anything. I have found this : http://forums.zybez.net/runescape-2007-prices/api/rune axe , but all my requests to that site from application end in 503.
  4. would like to know what does acc with the following goes for : 75/75/75 att/str/def 43 prayer 72 slayer 51 crafting (slayer helmet unlocked)
  5. It did not start walking. If prefetch failed, would it cause this? And if it did, i was trying the same walk until i stopped it, so i guess the odds of prefetch failing every single time are low?
  6. Well the script.walking.webWalk() works, but its not the ideal solution, complicates my code needlesly. If i encounted more problematic areas i will have a lot of if statements which webwalking to use. I would still want to know what the issue is and how to avoid it. Are there any sources about the webwalking? Like how does it operate, and when do situations like this happen?
  7. You did not read the post, did you? I stated that i can webwalk from different places there. It is supported. 1. I can try that, but i stopped using that because it does not have teleports enabled (but true that for this case teleports are not neccessary). I would like to have only one way of using webwalking not to have to combine them. 2. You didnt read the whole thing either, did you now? As i said, i tried walking away, went almost to varrock east bank, but still nothing. Only after teleporting it found a way. I dont think it is a missing link, when a link is missing then i just get a no path found error. And also i webwalked to the altar, so the way should exist.
  8. Ok first things first, i am not sure if it is a bug or if i can do something about it. But in certain situations the webwalking fails me with "WebWalkingEvent; Terminated! Exceeded attempt threshold." I am quite confused what does that mean. I know that the path exists. The same webwalking snippet found the path from other positions. For example when this occurs to me is when i webwalk to Vannaka. I have varrock tele and brass key in inventory, along with few other teles (dueling,games,falador,camelot). It works from most places, i have webwalked there from several different banks (lumby,camelot,castle wars and maybe others i dont remember all), but when i try to webwalk from varrocks northern prayer altar it fails with the mentioned output. I even paused the script, trying walking a bit south, that did not fix it, but when i teleproted to falador and then tried, it worked again. Area i am walking from (the prayer altar) : new Area(new Position(3252,3485,0),new Position(3255,3484,0)); Area i am walking to (around Vannaka) : new Area(new Position(3145,9915,0),new Position(3148,9912,0)); This is the snippet i use for webwalking : public static void webWalkToDest(Area destination,Script script){ WebWalkEvent event = new WebWalkEvent(destination); PathPreferenceProfile ppp = new PathPreferenceProfile(); ppp.setAllowObstacles(true); ppp.setAllowTeleports(true); event.setPathPreferenceProfile(ppp); event.prefetchRequirements(script.getBot().getMethods()); script.execute(event); } How can i get around this? Is there a way, can i maybe increase the treshold somehow? is it a bug? I am not sure, any advice would be appreciated. Most of all i dont understand how do i reach the treshold when i am closer to the target location than when i am not.
  9. Just tried running my script. interact method is broken. Which is like 70% of all scripts, so it does not seem to me that the bot is up
  10. Does the osbot webwalker contain nodes for fossil island? Because my script throws at me no route found when i try to webwalk there.
  11. 1. Pictures of the account stats 2. Pictures of the login details 3. Pictures of the total wealth (if there is any) 4. Pictures of the quests completed 5. The price you will be starting bids at 30M 6. The A/W (Auto-win) for your account 95M 7. The methods of payment you are accepting 07gp 8. Your trading conditions We will use a middleman. 9. Pictures of the account status 10. Original/previous owners AND Original Email Address I am the original owner.
  12. Dont bot on accounts you care about man! Thats the basics.
  13. I would expect that to have quite high ban rate.
  14. Nice guide, i plan to get into goldfarming sometimes soon, after i finish my script. This helped in many ways.
×
×
  • Create New...