Jump to content

ThatGamerBlue

Members
  • Posts

    407
  • Joined

  • Last visited

  • Feedback

    100%

Posts posted by ThatGamerBlue

  1. Returns the current spotanim aka graphic.

    Could be useful for checking the type of an incoming attack, or making freeze timer overlays.

    https://imgur.com/iQwIUUR

    This sequence of events should return: -1 (nothing), 85 (spell splashed on you), -1, 181 (bind (lvl 20) spell landed on you), -1

    Function name could be Character.getGraphic() or Character.getSpotAnim()

    Field is bs.bw (Actor.graphic) in 177 gamepack. (well, it might be, my deobber is most likely broken, it doesnt match up if i map by hand)

    • Like 1
  2. On 4/13/2018 at 2:09 AM, Alek said:

    Just looking at the map there are only two ways to get there, both of which require obstacle handling. Can anyone confirm this?

    3 ways, a bridge over to the east broken by default, can be repaired, can still be crossed broken but deals damage. 

    A series of agility shortcuts south

    A fairy ring with code a l p

    • Like 1
  3. 2 hours ago, Fruity said:

    loved watching your process, going to use this to learn from!

    i do feel you could have used the paint brush a little more for the grass and for that reason i give it a 9/10.

     

    yeah i used the noob tactic for speed here, the brush is way more accurate to give more realistic looking grass

  4. 11 minutes ago, Notey said:

     

    
    [INFO][04/12 08:55:50 PM]: Started bot #1
    
    	[INFO][Bot #1][04/12 08:58:57 PM]: Loaded 3 built-in random solvers!
    
    	[INFO][Bot #1][04/12 08:58:59 PM]: WebWalkingEvent; We have reached the final destination!
    
    	[INFO][Bot #1][04/12 09:00:13 PM]: Out of water / grapes, attempts: 1
    
    	[INFO][Bot #1][04/12 09:00:20 PM]: Out of water / grapes, attempts: 2
    
    	[INFO][Bot #1][04/12 09:00:27 PM]: Out of water / grapes, attempts: 3
    
    	[INFO][Bot #1][04/12 09:00:34 PM]: Out of water / grapes, attempts: 4
    
    	[INFO][Bot #1][04/12 09:00:40 PM]: Out of water / grapes, attempts: 5
    
    	[INFO][Bot #1][04/12 09:00:42 PM]: Terminating script Blue's Wine Maker...
    
    	[INFO][Bot #1][04/12 09:00:42 PM]: Script Blue's Wine Maker has exited!
    
    
    

    This is what i get and does the bot always follow a specific mouse off screen path after choosing the "make all" option?

    hmm, shoot me a pm on skype/discord (in my sig), also it shouldn't do, but idk how osbot handles the moveMouseOffscreen

  5. 47 minutes ago, Notey said:

    Keeps saying i have ran out of primary and secondary ingredients when i have more then 20k+ 

    usually occurs after making 1kish wines.

     

    Cheers

    anything in logger, break settings, etc? need more info

  6. 10 hours ago, fangkevin79 said:

    Hey blue. I'm going for 99 cooking on this. Would it be ok with breaks? It clicks SUPER fast, 400k xp/hr.

    Should work fine with breaks :) 

    If you get a chance to screenshot a proggy I'll add it to the thread

  7. try wrapping the command in quotes, 

    sudo "java -jar \"/OSBot 2.5.3.jar\" -login  -bot  -proxy  -world 302 -script 671:1,2,1,0"

    also you shouldn't have to use sudo

    edit: nvm that wont work, escape the commas with backslashes

    java -jar "/OSBot 2.5.3.jar" -login -bot -proxy -world 302 -script 671:1\,2\,1\,0

×
×
  • Create New...