Jump to content

Mysteryy

Scripter II
  • Posts

    2568
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    100%

Everything posted by Mysteryy

  1. Here is a list of all items ranging from a profit of -80 and up. I jacked the list of items that rs budddy uses for their ge pricing, and made a program that will price check every item in the list. The profit is calculated as expected: Profit = (Alch price - ge price - price of nature rune); Please note that I dont take any responsibility for the accuracy of this list. If prices change and you don't re calculate the profit/loss then that is on you. The prices are based on the sell price per the OSBuddy GE price guide. I cant be responsible for the accuracy of their price guide, and I dont promise that you can buy any of these items from the GE at these prices.
  2. What will you do now that your useless?
  3. You might have be tight trying to squeeze all of this in that budget. If I were you I would drop the aftermarket cooler for the graphics card, its not necessary for this tier card. The card you will be looking at in this budget wont be more than 100 bucks, and that card will not need an aftermarket cooler. Just use the fan/induction cooler that will come with it.
  4. 657 - 557 is not 110. Before attempting to mock me, make sure you can do simple subtraction.
  5. How to maths? And on an added note, there are many blast furnace scripts, so its not just his.
  6. Oh now I remember the main reason that I didnt just use clipping flags. A tile can be walkable but not reachable. I cant remember what I did exactly but I think I made a web cleaner that went through and checked for isolated sections in my web that were generated, but cant actually be reached from other parts of the web and it would delete them.
  7. That is just using java gui basics. You just need an image of the map and your web data to draw on top of the map. I used a scroll pane to fit the map in a smaller gui. Dont worry about drawing it yet, i would suggest that you learn one thing at a time. Once you understand it and think you have it how you want it, then move on to the next task. Drawing the map wasnt a priority for me, I didnt do it for a long time. :p I am not sure, like I said it has been a long time since I really messed with it. I made that thing over a year ago. Once the client comes back up I will see if I can find my old project that painted the flags.
  8. It will be if you are making a web. Consider a tile that contains a door. When that door is closed, the tile is not walkable. That means that using clipping flags, you will see that tile as non walkable. You could argue that you can check objects on the tile, see if they are something that can be overcome, and yes you could do that. But objects such as doors, gates, etc. are not the only things that behave in that way. Flags are a bit wonky. I suggest just using clipping flags to paint the different tiles values/type and you can see for yourself how clipping behaves.
  9. You can do this but it wont be totally accurate. Some tiles will say they are not walkable when they actually are, because some of the flags are shared on walkable tiles and non walkable tiles. (If I remember correctly) It will almost work, but you will end up missing some tiles ultimately.
  10. Suicide bot and your asking why you were banned?
  11. Use Skills to get the correct value. (Skills.getDynamic I think, although its been a while and im not looking in the api.) I believe that what you are trying to do will only return the correct value if your in combat or something like that.
  12. You just need a virtual environment such as virtual box. Once you have that, you can run the program and install a virtual machine. Afterwards you can run the machine.
  13. You could install a virtual machine that runs windows and then use that to run the mirror client.
  14. @Divinity because we would go jack some lambos and see who can kill the most zombies in a lambo while throwing money out the window. wat
  15. Only reason mald is here is because he thought he was gonna get to ban someone.
  16. You nutsack. Get in chat.

  17. I call bs but feel free to pm me and convince me otherwise. I could make the script.
  18. Get all players and check if the list is null and the size is > 0. That means there is at least 1 player in the list.
×
×
  • Create New...