Everything posted by Isolate
- Script idea Need scripter
- F2p Pure thing
-
F2p Pure thing
1. Pictures of the account stats 2. Pictures of the login details 3. Pictures of the total wealth (if there is any) range gear + 4k arrows 4. Pictures of the quests completed none 5. The price you will be starting bids at 2m 6. The A/W (Auto-win) for your account 5m 7. The methods of payment you are accepting 07 gold 8. Your trading conditions You're going first, if you want a MM you can pay for one i choose. 9. Account status 10. Original/previous owners AND Original Email Address Me, Myself And i, has no email so yolo
-
Script Idea
people pk splashers by offering them a bond (stops the combat). so if you're there you can just accept it and take the bond
-
Test
<---- Test Edit: why is SDN Dev second priority to Member...
-
So I Received An Interesting Sequence of Skype Mesages...
uses the same dialogue every time, i get a few a week, just report and block them
- Fountain filler?
-
Not reading local scripts from src/bin
Java doesn't work like this... You need to configure the project properly elsewhere and then when you compile an artifact/module/jar set its output to the script file.
-
ServerGeeks LTD Mirror Client (Trial & Error)(Research&Information) All you Need to Know (Post Questions & Get Answers) From GeekServers
Idk how the picture of you dropping it has been working... Unless you did it manually...?
-
Problem with dialogue series
private final String[] SEAMAN_OPTIONS = new String[]{"Can I journey on this ship?", "Search away, I have nothing to hide." }; void handleSeaman() throws InterruptedException { if(dialogues.inDialogue()){ if(dialogues.isPendingContinuation()){ if(dialogues.clickContinue()){ sleep(random(200, 600)); } }else if(dialogues.isPendingOption()){ if(dialogues.selectOption(SEAMAN_OPTIONS)){ sleep(random(200, 600)); } } }else{ NPC seaman = npcs.closest(new Filter<NPC>() { @Override public boolean match(NPC npc) { return npc != null && npc.getName().contains("Seaman"); } }); if(seaman != null){ if(seaman.isVisible()){ if(seaman.interact("Pay-fare")){ sleep(random(750, 900)); } }else{ camera.toEntity(seaman); } } } } } Even though i'm pretty sure that's the dialog for the customs officer...
-
Problem with dialogue series
I feel you don't fully understand else statements. String[] options = new String[]{"Can I journey on this ship?", "Search away, I have nothing to hide.", "Ok." }; if(dialogues.isPendingContinuation()){ dialogues.clickContinue(); }else if (dialogues.isPendingOption()){ if(dialogues.selectOption(options)){ sleep(random(200, 600)); } }
-
No executable file when I download OSBot?
Right Click>Open With>Find Java>Use Java or in CMD Just Do java -jar osbotx.x.x.jar in the same directory as it
-
"Skill Cannot be resolved to a variable"
The code would've worked if you'd had the import, the only reason typing it slowly fixed it is selecting the option automatically gives the import.
-
A working begging for money script!
Not worth the ban, gotta find somone who'd do it for free :P
-
So jagexs system for banning is not 100% automated
so just pump out like 20 accounts every weekend gathering for 48 hour madness
-
Sample Code
Of Course! Sorry I had to rush off and do something. Did you want to add my skype 'isolatepb' or message me on the forums?
- :doge:
-
Question
Someone clarify this: Apparently you can't release a premium script if there's a free script of it, gl guise
-
Gold farms
why not just use a browser based proxy or get a plugin for it... wouldn't that do the same thing
-
Importing Scripts from Other Clients?
Yes, aslong as you have a script on the SDN that works and is being maintained. you do. gg 2 weeks of your life for 1 script though
-
Importing Scripts from Other Clients?
Yea, if you did write it, feel free to port it.
-
dem drops today
Clues: 1. What drops barrows gear. 2. Look at his signature.
-
Osbot's Riddle Event #2
3:30AM... Count me out :P
-
Canvas Help
- Need A Script Made
Edit: was thinking of wrong thread - Need A Script Made