Jump to content

bparty

Members
  • Posts

    83
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

bparty's Achievements

Iron Poster

Iron Poster (3/10)

2

Reputation

2

Community Answers

  1. You guys should check this out I've been playing it all week! It's a pc game on steam it's called Chivalry medieval warfare. to give you an Idea it's like a giant mix of... Call of duty game modes, oblvion/skyrimish combat, and it kind of reminds me of a medieval team fortress 2 lol. Anyways, just trying to suggest this game to other people, I've been having so much fun with it
  2. if (!client.getInventory().contains(PURE_ESSENCE)) { You forgot to add the ! for not. If inventory doesn't contain essence -> withdraw essence Also, if you're only wanting a full inventory of essence you would use: if (!client.getInventory().isFull()) { If inventory is not full -> withdraw essence. Yeah sorry, I'm sleep deprived. Kronos is right. Do I have to import the bank classes? From org.osbot.script.rs2.ui? Does the Pure Ess have the same id as the ground item id? Can someone please help me? I have TeamViewer. yes yes yes and no.
  3. hey guys I'm just looking for some tips on what to do after you're script is complete. I know it would benefit me and hopefully other people. edited: so yeah I'm new to scripting and I've also have seen a lot of new scripters who just got into osbot so I'm trying to make a faq type thing on how to help myself and others on what to do after they finished writing an unflawed script! what I'm interested in learning creating a local script -where to upload jar files to. -what site do you use to check viruses to ensure script users are getting a clean file? -what should I put on my local script thread? updating local scripts -how often do you update ids? -how do people w/ previous versions of your jar update? -anything else important to know with updating scripts? sdn -how would you be able to get your script on sdn? -can you put a script on sdn that is already on sdn? ie 2 different fletching scripts premium scripts -is it only for sdns? -how exactly do you make money from it? -if you can make a premium local script how would you go about doing that? like I said I'm asking these questions out of curiousity for myself and other scripters on the site. please anwser questions below and I can add them under the questions so it could be like a FAQ sort of, and ask any questions that you would want to know
  4. Yes, I solved my problem! I've been needing something like this and it does work completely flawless THANKS SO MUCH!
  5. I fixed my path I think, but now it gets stuck on 3rd node =/ private int[][] path1 = new int[][] { { 3254, 3424 }, { 3266, 3427 }, { 3275, 3429 }, {3283,3435}, { 3287, 3440 }, {3290 ,3450},{ 3292, 3460 }, { 3299, 3467 }, { 3299, 3475 },{ 3300, 3483 }, { 3302, 3490 }};
  6. rofl will try out, I guess I was tried when I typed these numbers XD
  7. EYE DONT KNOW! going to test it out in my plank making script now! gets stuck at 4th node heres my path if you notice anything wrong =/ private int[][] path1 = new int[][] { { 3254, 3424 }, { 3266, 3427 }, { 3278, 3429 }, { 3287, 3440 }, {3288 ,3445}, {3290 ,3450}, { 3292, 32452 }, { 3299, 3479 }, { 3302, 3490 }}; I fixed my path I think, but now it gets stuck on 3rd node =/ private int[][] path1 = new int[][] { { 3254, 3424 }, { 3266, 3427 }, { 3275, 3429 }, {3283,3435}, { 3287, 3440 }, {3290 ,3450},{ 3292, 3460 }, { 3299, 3467 }, { 3299, 3475 },{ 3300, 3483 }, { 3302, 3490 }};
  8. yeah counterstrikes a must if you have steam and which indie games? I like platformer indiegames, just bought this NightSky game for 1$ (its simple, but I like it :P)
  9. Has anyone bought some games? What for and for what price? trying to find some new games
  10. How would I go about interacting writing code for using a balloon to travel to, chartering a ship, or even buying planks at the sawmill? I'm looking and appendix and can't figure it out so I'd be grateful for any help!
  11. Hi, I'm just wondering what the purpose of these 2 methods are? I've written like 4 scripts so far and they work with just the on loop method, so I'm just curious as to what I'm supposed to put in these methods?
×
×
  • Create New...