Jump to content

House

Trade With Caution
  • Posts

    510
  • Joined

  • Last visited

  • Feedback

    97.4%

Everything posted by House

  1. Reputable resellers currently buy for 0.9 (used today)
  2. inb4 people being phished with links
  3. What does it do: Makes Teleport to house tabs in a POH with muling support. About 250K/h~ / Slave Features: Consists of 3 scripts ( Host, Slave, Mule) Idles a host with an eagle lectern in their POH. Slaves make Teleport to house tabs and unnote soft clay using phials. The mule restocks the slaves with the runes, soft clay and coins to keep working. The mule script is run at the start and logs in when a slave makes a request and logs out if there are no active requests. The slaves request muling once they make X amount of tabs OR run out of resources. You can run in on a large scale of 20+ slaves without trouble. Notes: If operated under smart working hours the slaves last a long time. Host accounts have not been banned since i've been testing and working on the script. Mule accounts have not been banned since i've been testing and working on the script. The script was originally requested by a member but the order was canceled after both sides agreed. It was then rewritten completely with less features. There is no other user for this script other than the person who buys this. Requirements: Slaves (40+ Magic, Air staff) Mule (Resources to mule over, earth runes, law runes, noted soft clay, coins) Host (65 construction using POH tea to boost to 67 OR 67 construction to have an eagle lectern in house) Starting Bid : 50M Current Top Bidder : Sauron (150M) A/W : 150M
  4. Sorry your account is too low rep for bulk :l
  5. You never know if someone is looking to buy bulk at non reseller rate, i could get lucky ;)
  6. Status: SOLD Selling 200M 0.93$/M PP Please DM me your skype or post below LOOKING TO SELL IN ONE GO BULK
  7. Just. add a check in your loop and return before you do anything if getInventory().getEmptySlotCount() == -1
  8. I think my ghetto fix was: Try this
  9. ooh, ive come across this before. Basically you are trying to get the items and amounts in your inventory while the client is still loading and returns some funky results. try adding this it your loop: if (getClient().getLoginState() == LoginState.LOADING || getClient().getLoginState() == LoginState.LOADING_MAP) return 300;
  10. You could always have a boolean that you set to true when you considered it time to hop and set it to false once the hop is complete.
  11. nvm i thought the point was to click the npc even through a wall (eg ardy knights) like teamcape said isVisible() tells you if it is covered or not
  12. store the last hop time in a long. Check if the current time - the last time you stored > time your want in between. If so hop.
  13. House

    Slayer gp/xp

    Depends on level? Crocodiles are not fun however bursting smoke devils is ;)
  14. I personally prefer to keep no interaction between the two however sometimes i have no choice and there is technically a middle man account link. I've handled a decent amount of gp nothing crazy tho and my main if fine (i do not bot my main at all btw)
  15. Pretty sure this means using a different client aka advertising offsite borderline ?
  16. do it? on a more serious note i'm guessing you are looking to find out how to do it? Should probably include a question then public String getParameterString(int i) { String[] parameters = getParameters().split("-"); return parameters[i].replace("_", " "); } public int getParameterInteger(int i) { String[] parameters = getParameters().split("-"); return Integer.parseInt(parameters[i]); } Example usage: -script AIOGodwarsDungeon:bandons-brews-1000
  17. why do you play flex queue if you are alone
  18. Im not exactly sure what you are asking sorry lol. It stores the rocks that are clicked in a hashmap with the key being the rocks position and the value being the rocks id at the selection time (the rock is selected when it has ore in it) And if i understand what you are saying then why are you trying to listen to mouse clicks by the client mouse method. All you need is the rs2object it is interacting with (clicking) to know the position the script "clicked on".
  19. inb4 its another case where they charged back and mald recks them
×
×
  • Create New...