Everything posted by progamerz
-
pSeagullKiller
@Alek because of my inactivity as i am having finals. Thank you for using my script.
- Taking a break
-
Twisted Banshee killer [Safe spotting] [Great XP & Moneymaking]
You can set certain break conditions using WebWalkEvent :).
-
WTB Thread Layout and/or Signature
Skype in signature.
-
Perfect Pest Control
That's not allowed. The developers don't allow it anymore.
-
Store request
1. A description of the suggestion: Have a category named "Latest Scripts" Which will sort the script on date added like on the old IPB3 forum 2. How will this suggestion impact scripters and/or botters? Would help botters mostly if they are searching for good new scripts 3. Post any examples such as code or pictures to supplement your description (optional): N/A
-
[Cheap]Progamerz Account Creation Service[60+ fb]
Bump
-
BUYING VIP WITH OSRS GP
Skype : progamerz.rs or pm me.
-
[Cheap]Progamerz Account Creation Service[60+ fb]
Bump
-
[Cheap]Progamerz Account Creation Service[60+ fb]
Bump
-
Winners announced for vip give away!
I need to change my name
-
[Cheap]Progamerz Account Creation Service[60+ fb]
Features -Email and password can be made random -Display names are generated using real world words and numbers: double556, tri5370 -Accounts will be given in txt file with format 'email:password' -You can use 1 same password for all accounts -You can have a specific domain which you choose for you email Terms Of Service -You will go first or a middleman will be used unless I deem you trustworthy. -I will replace accounts within the first 3 hours of purchase, after this the accounts are 100% of your responsibility. -I am not responsible for anything that happens with the account afterwards (bans/recoveries/accounts being locked) as I delete all the information as soon as you confirmed you have received. -I will only provide Email & pass, nothing else -You Automatically agree to these terms upon purchasing. Price: 50k/each. Add me on skype : progamerz.rs or pm me here.
-
Help with enums
Please refer to the post i made before this and let me know if any problems.
-
Help with enums
Paste this in the Task: public RS2Object tinRock = getRockWithOre(Rock.TIN); if(tinRock != null){ }
-
Help with enums
You already have that method public RS2Object getRockWithOre(Rock rock){ return getObjects().closest(obj -> { short[] colours = obj.getDefinition().getModifiedModelColors(); if(colours != null){ for(short c : colours){ if(c == rock.COLOUR) return true; } } return false; }); Use it as: getRockWithOre(Rock.TIN);
-
Recent forum changelog
If possible can u add color to this? http://i.imgur.com/zD36eZz.png
-
let's see
- [WIP] BNClanWars # Fastest XP
Good job, and for the next time u export the jar don't export the OSBot.jar with it cause it will make it 3MB+ while it can be 50KB or less.- LoudPack's Ban Checker
Yup or it will add " " between the accounts i am on windows idk if it would be the same for windows or mac- LoudPack's Ban Checker
Nice release good idea. EDIT: tested it out and only has a problem with output of working accounts is that it will make them all go to the same line.- Tree cutting help!
if (BANK_AREA.contains(myPlayer())){ Entity bankbooth = objects.closest(BANK_BOOTH_ID); if(bank.isOpen()){ bank.depositAll(); } if (bankbooth != null){ if(bankbooth.isVisible()){ bankbooth.interact("Bank"); sleep(random(700,800)); } } Now there is no need for Entity bankbooth = objects.closest(BANK_BOOTH_ID); Instead you can simply use the Bank(Api) to open by using: getBank().open(); And the second thing is that the logic is wrong instead you can do: if (BANK_AREA.contains(myPlayer())){ if(bank.isOpen()){ // If bank is opened deposit all bank.depositAll(); } else { // If bank is not opened open it getBank().open(); new ConditionalSleep(5000) { // Conditional Sleep 5000ms untill bank is open. @[member=Override] public boolean condition() throws InterruptedException { return getBank().isOpen(); } }.sleep(); }- Perfect Fletcher AIO
Bug: It is doing javelins instead of normal shortbows.- PPOSB - AFK Splasher
Trial Please?- Progamerz Goldfarm Account Shop and Powerleveling (Hand Done, Cheap)
Skype- Buying lvl 3's tutorial island completed
Added - [WIP] BNClanWars # Fastest XP