Everything posted by House
-
Pest Control Island Coordinates?
you need to pick a point of origin and located things relative to it
-
Since when was it limited to 1 Bump total per 6 hours
The new plugin does not have options to set it per thread rather than a global timer :l -
-
$45.99 OSBot GC/Voucher
i don't think that's how it works
- 76 Smithing Account | Perfect for BF |
-
Script help - Items
You cant fail if you never stop typing
-
Script help - Items
This is basic java. String.toLowerCase().equals(String.toLowerCase()) And to answer how you can implement picking up items with values over X, You need to access a database of item values and when you find a new item on the ground which you have not stored the value of you query the value. You then make an item filter for nearby items and filter them based on their value you got earlier. (do NOT re-query every item every loop cycle but rather store the value if read once) Also for ideal income you should create your own unit of measurement for an items "worth" to pick up. What if you have an item worth 2M that is 10 tiles away and an item worth 1M 1 tile away. You generally want to grab the closer one if the worth of it is not too low. This can ofc be expanded and tweaked to your liking.
-
RequestListener
I mentioned a solution i use above already
-
RequestListener
If you are worried about that then you can check if you initiated the trade already and if you have then if the trade is closed and the items you are expecting to be gone are gone or gained then you can set it to stop trading otherwise re-trade because the trade closed unexpectedly.
-
RequestListener
Use a MessageListener to see if the trade was completed, there is a specific line the game writes in chat when a trade it completed. Don't forget to register it in the Bot instance!
-
my first script need some help.
what is line WildyLooterv2.java:157 ? Your error lies there
-
Pineapple on pizza
I'm just saying, deboned spareribs should be a new pizza topping PS. fix your signature
-
Pineapple on pizza
I like pineapple on my pizza because it gives it more flavor and you can taste sweet and salty at the same time. If you think sweet things don't belong on pizza then my argument is why is honey good on spareribs?
-
PC benchmarks
http://www.userbenchmark.com/UserRun/2717684 good enough for me I can use this to show my e-penis size off though.
-
Script CLI
It sets a random world on initialization by default does it not? Also "-world <world_number>" lets you manually set a world.
-
Winners announced for vip give away!
Free VIP is nice
-
Couple questions about webwalking
Holy fuck lol hardcoding the areas, looks painful!
-
Couple questions about webwalking
I'm going to guess it will run around by entering the dungeon from edgeville
-
Couple questions about webwalking
it handles obstacles when traversing. And im not 100% sure but i recall alek saying he does not plan on ever supporting the stronghold of security.
-
saiyan my darling
@Solution could pass as a 16 year old
- How much do you trust
-
Scripts' Power Miner
Pretty good to start with but this logic is not really a good way to handle mining case MINE: RS2Object tinRock = getRockWithOre(Rock.TIN); if (tinRock != null) { tinRock.interact("Mine"); sleep(random(2000, 3000)); mouse.moveVerySlightly(); } break; Try staying away from static sleeps Rather use ConditionalSleeps if(tinRock.interact("Mine")) { new ConditionalSleep(3000) { @[member='Override'] public boolean condition() { return myPlayer().isAnimating(); } }.sleep(); } Sleep until you are animating then return in your loop while you are animating aka still mining. (This also means if your character is animating but the rock is depleted it waits so you need to add an extra check if the rock you are mining is still not depleted otherwise even if you are animating you can consider yourself done mining that rock)
-
Getting server cycle
Maybe this can help: http://osbot.org/api/org/osbot/rs07/api/Client.html#getCurrentTick-- Otherwise if this is not close enough to what you want you could try using http://osbot.org/api/org/osbot/rs07/api/Client.html#getCurrentPacketOpcode-- And finding out the correct value that matches a cycle start
-
Dispute @House
My point was that it is resolved unless i misunderstood what sofakin is saying and what we are talking about. I told him that his post was not clear about it being resolved by just saying to remove my TWC so he will probably post soon about it. Also it does hinder me since i can not run multiple instances / access VIP i payed for. This is needed for me because multiple instances are required to run in order for me to further work on the errors which came up while i was away and which he wants fixed. (muling support and such requires this sort of client functionality and if you want i will gladly argue and show you how so) Again the dispute was not made because of a bad service or a problem of such nature but rather that he thought i left him alone while i was just on holiday as i have said multiple times to multiple people before i left as well as to him. Sofakin agrees to remove my TWC and should be posting soon to clear up that him and i are cool and nothing is wrong! TL:DR @SofaKin made this dispute and requested me to be placed under TWC in so i can see it. I requested him to be clear about the outcome of this on here and he should be posting soon!
-
Dispute @House
The reason i was TWC'd was to get me to see this as i was on holiday and he thought i ran away to Mexico
-
Dispute @House
We have resolved the issue that is why my TWC should be removed Also it does affect me since i can not run multiple instances of the client which i have access to with my VIP.