Jump to content

Botre

Members
  • Posts

    5883
  • Joined

  • Last visited

  • Days Won

    18
  • Feedback

    100%

Posts posted by Botre

  1. If we are paying money AT ALL for a script, we should be guaranteed that it will be functional no more than 48 hours after each client update.

     

     

    I don't agree, maybe they should guarantee 4 weeks of functionality after you buy it (I'm talking about one-time payment scripts here), and if they fail to keep that promise a refund could be considered .

     

    Unless the script says lifetime support of course.

     

    Don't underestimate the time scripters invest in their work, and don't overestimate the money they make from it either.

     

     

    • Like 2
  2. Flax is outdated.

    There are much better methods with lower banrates and much better profit per hour, yes most have them have requirements but you can't say flax doesn't considering you have to make a new account every 2 days (make new email, go through rs3 tutorial, buy bond, go through osrs tutorial...).

     

  3. nice man im also going from 1-99 herblore, guide plz?

     

    I started at level 50.

    Did prayer potions till level 52.

    Used Shrooms to gather 111K fungi.

    Bought 111k avantoes.

    Bought 111k water vials.

    Made 111k super energies.

  4. Damn, thats insane. 20M on 1 acc for a week... Huge risk doe to bot 12 hours a day doe. Did you collect all fungus on main aswell?

     

    Collected all the fungi in ~20 days on my main yes, 12 hours per day with breaks.

  5. Did 99 herb take a week? Also, did you make alot profit? Anyways congratulations

     

    added some more details in the op.

    I still have to sell quite a bit of super energies but estimated profit should be around 20M.

  6. Decided to stop selling the fungi gathered on my main while testing my Shrooms script.

    Took me around 20 days (12 hours/day) to get enough fungi (111k total = 150$ worth of fungi...).

    Took me 1 week of herblore from level 50.

     

    214b8k2.jpg

     

     #sexygreencape

     

    I still have to sell quite a bit of super energies but total profit should be around 20M.

    Time to crash the super energy market now ph34r.png

    • Like 2
  7. Here are some minor ideas:

     

    Int minimumXSuppliesToHaveInInventory;

    Boolean containsminimumXSuppliesFor; (this would avoid walking away from the bank with only let's say 5 casts to a combat spot only to return banking after those 5 casts)

    Int amountofcaststowithdrawwhenbelowminimum;

     

    Logic for banking (when bank is open).

    if (usemagic
    && !manager.containsminimumXSuppliesFor(MagicSpell.usedSpell,
    usedStaff)) {
    int idspecificrunetowithdraw = ?; // what if there are multiple types to withdraw? Array?
    int amountofpecificrunetowithdrawfor1spell = ?
    
    int withdrawamount = idspecificrunetowithdraw * amountofpecificrunetowithdrawfor1spell * amountofcaststowithdrawwhenbelowminimum;
    bank.withdrawX(specificrunetowithdraw,
    withdrawamount);
    }
    • Like 1
  8. so what exactly are you looking for. To color a whole area? Tiles in an area? or what?

     

    I'm looking for... 

     

    Area(nameofarea).color() ;D

     

    Basicly color all the tiles/positions inside an area without the use of an array.

     

    I'm working on a little tool:

    Stand anywhere in runescape, press  x + or -  and/or y + or - on the GUI, this would build/draw an area (using your player's coordinates for the bottom left  corner coordinate) which is printed when you stop the script (will implement a print button later), but atm it's pretty much worthless considering it lacks proper visualization (I currently have a prototype that draws 4 corner, this works for smaller areas but becomes inefficient for larger ones). The output is in Osbot area format.

  9.  oh i forgot to mention it support staffs biggrin.png. So if your using an air staff, and it's checking to see if you have the required runes, and amount of rune. It will neglect the air runes.

     

     

     

    Going to replace my messy lines with these wink.png cheers!

     

    Edit: holy s** just noticed howmany spell it supports now, dayum

    • Like 1
×
×
  • Create New...