Jump to content

Bloodycub

Members
  • Posts

    41
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

1164 profile views

Bloodycub's Achievements

Bronze Poster

Bronze Poster (2/10)

4

Reputation

  1. When player disconects it dosent know the code need to add enum code for it
  2. i had problems with Painting On screen image (Backround image) to print it with URL Correcly --go to https://imgur.com/upload upload your back round --After uploaded you get your link https://imgur.com/kVbst forgedit -- Right click on Image and View image and it opens new image on sepret tab -- Now if you check link you see it have cahnged to https://i.imgur.com/fVVS6e.png --Now copy That link with i.imgur.com --now add to script your link in == private final Image bg = getImage ("https://i.imgur.com/Q6HR6.png"); --Now you should have you Own image printed on screen (Paint guides with url == see the full script here: http://pastebin.com/Ry4A7rcx By :Pug
  3. But runescape Automaticly canges hi to Hi Will test later when have time but thanks for in front
  4. if i understand coreccly onMessage should have that timer implemented?
  5. This is code http://pastebin.com/mRq0sijB Problem is that it spamms if it sees Hi AND HAVE NO IDEA how to fix it!?
  6. any one know how to fix that webwalking clicks object that cant see (example if your behaind wall and stairs on other said and Yaw is like 10? Happend at LBupper bank when its inside of bank and it whant to go downstairs
  7. Thanks sure i will uset it but its pretty easy make F2P servers to
  8. Running ATM bad internet connection basicly its becous of it?
  9. Having problem hopping world basicly same problem as http://osbot.org/forum/topic/83016-hopping-world-bugs/?hl=hoptof2pworld
  10. Its not hard when you get hang of it started 2 montsh ago and doing my 8th script
  11. thats pretty much all my code just started making script
  12. Getting error ERROR][bot #1][07/18 07:52:52 PM]: Error in bot executor! java.lang.NoClassDefFoundError: Could not initialize class org.osbot.aux at org.osbot.rs07.api.Walking.webWalk(pl:67) at scripts.Chicken.BankStuff(Chicken.java:26) at scripts.Chicken.onLoop(Chicken.java:19) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(kn:194) at java.lang.Thread.run(Unknown Source) script public Area LBBANKAREA = new Area(new Position(3207,3220,2),new Position(3210,3217,2)); private void BankStuff() throws InterruptedException { getWalking().webWalk(LBBANKAREA);} using 2,4,75 osbot.jar (eclipse)
  13. well you dont make it any better 5/5
  14. walking.walk(Stairsarea2thfloor); if (Stairsarea2thfloor.contains(myPlayer()));{ well still this dosent solve my problem how do i interact with stairs.
  15. i need to interact with staircase "climb down" And its typo
×
×
  • Create New...