Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/29/13 in all areas

  1. So you get warning when you call people butthurt? No, you get warning after you don't follow the rules. You have received a total of 9 different infractions, and you still don't know how to follow the rules. You then proceeded to rage at master chief over Skype, which sealed your ban. Rule that you broke: Where is Dashboards warning point? Did you give him one? Last time I checked he directed his thread towards goldengates. Can you prove to me that you gave him 2 warning points like you did to me?
    5 points
  2. Hello everyone, While I have been busy working on the taxes for OSBot time has not been standing still. OSBot 2 is nearly at the stage where we can start porting and transferring the old features available in the current BETA of OSBot. We will be starting porting those features next week. Once this has been partially done we will start by testing and profiling the bot so far. This will point us towards the truth how much more efficient the new structure and design will be and show us the main bottlenecks. I have reserved several different machines at university to do testing at a larger scale, this will give us some nice results. After that we will be starting to focus on some new features to make sure that besides improved features and stability, performance and reliability we also have some new things to make you a happier and more successful botter. Think about a page where you can monitor your bots in real time and perform several actions such as closing, stopping, restarting bots. And for developers, real time data about the usage of your bot. Run time, current online users, gathered experience. Automatic updates when RS updates, the option to auto-download updates instead of downloading the client again on every update of us. And maybe the best of all, have the bot client automatically restart your bots after a system update! Please stay patient, OSBot 2 is something we don't want to rush and is aiming to take all positive things from the BETA and change, improve and/or work around the things that didn't perform as we might have wanted. Therefore we will have to take our time. Sometime this week I'll take some time again and see what updates are required for the currently available BETA. Stay tuned, OSBot.org
    4 points
  3. I have rewrote the saving/loading method to use XML, (nothing to do with SSF), I hope this end the issue... /close
    4 points
  4. I'm pissed. Code sample of 'his' file format (available by him from the Script Tester's section): 0#0,0,0,0,0#Dat Flax Picker,null,null,null,null 1#0,0,0,0,0#GoldenGates,null,null,null,null 46#9,0,0,0,0,0,0,0#null,null,null,null,null 30#2272,3490,2729,3493,17,0,0,0#null,null,null,null,null 2#0,0,0,0,0,0,0,0#null,null,null,null,null 38#441,0,0,0,0,0,0,0#null,null,null,null,null 28#0,0,0,0,0,0,0,0#null,null,null,null,null 38#444,0,0,0,0,0,0,0#null,null,null,null,null 3#0,0,0,0,0,0,0,0#null,null,null,null,null 43#2726,3485,0,0,0,0,0,0#null,null,null,null,null 43#2729,3472,0,0,0,0,0,0#null,null,null,null,null 42#30,0,0,0,0,0,0,0#null,null,null,null,null 43#2731,3459,0,0,0,0,0,0#null,null,null,null,null 43#2731,3447,0,0,0,0,0,0#null,null,null,null,null 43#2743,3445,0,0,0,0,0,0#null,null,null,null,null 23#16681,0,0,0,0,0,0,0#Pick,null,null,null,null 38#555,0,0,0,0,0,0,0#null,null,null,null,null 35#15,0,0,0,0,0,0,0#null,null,null,null,null 43#2741,3444,0,0,0,0,0,0#null,null,null,null,null 35#15,0,0,0,0,0,0,0#null,null,null,null,null 43#2733,3454,0,0,0,0,0,0#null,null,null,null,null 43#2728,3467,0,0,0,0,0,0#null,null,null,null,null 43#2730,3477,0,0,0,0,0,0#null,null,null,null,null 43#2727,3485,0,0,0,0,0,0#null,null,null,null,null 43#2724,3493,0,0,0,0,0,0#null,null,null,null,null Code sample of my file format as of SSF 1.0 (which was released on a jar, the code can be copied from it, which is where I assume he's getting these things from): 1#0,0,0,0,0,0,0,0#null,null,null,null,null,null,null,null 4#1733,1734,1745,0,0,0,0,0#null,null,null,null,null,null,null,null 5#1745,26,0,0,0,0,0,0#null,null,null,null,null,null,null,null 2#0,0,0,0,0,0,0,0#null,null,null,null,null,null,null,null 15#1733,1745,0,0,0,0,0,0#null,null,null,null,null,null,null,null 8#104,399,0,0,0,0,0,0#null,null,null,null,null,null,null,null 10#0,0,0,0,0,0,0,0#null,null,null,null,null,null,null,null 8#100,454,0,0,0,0,0,0#null,null,null,null,null,null,null,null 9#0,0,0,0,0,0,0,0#null,null,null,null,null,null,null,null 18#0,0,0,0,0,0,0,0#null,null,null,null,null,null,null,null Explanation - SSF loads files line by line as if they were commands. It follows the format of: ACTION_ID#INT,INT,INT,INT,INT,INT,INT,INT#STRING,STRING,STRING,STRING,STRING,STRING,STRING,STRING What's exceptionally remarkable is that both his and my script have 8 slots each for ints. What is also interesting is that both start with action ids, then go to int data, then go to String data in the same order. Another interesting fact is that both scripts use the "#" character to separate these bunches of data, which has no significance other than it being a personal choice that I made a few months ago out of preference to that character. There is no legit reason for him to use "#" to divide the data other than a VERY coincidental thought that was the same as mine. My file format is just one way of HUNDREDS of possible routes that GoldenGates could have taken for his own script saving/loading, but it seems that his is an EXACT match to mine, which is extremely fishy. Another thing that I must mention (old evidence to add to this) is: His GUI: My GUI: GUI is nearly an EXACT match aside from slight changes to the names of the menus (instead of "new action", he made it "add action"). I'd like something done about this as @GoldenGates is clearly copying my work (not only the idea!) to sell it for profit. This is outrageous and something MUST be done. Thanks, Dashboard
    3 points
  5. Chat will be fixed before thursday/friday. I've been busy doing tax report and administration classes to finish tax reports for the 3'rd quarter of this year and I'll need to finish this before the 1'st of October November.
    3 points
  6. Alright bot users lets get this nat runnin back on course, nats almost 300ea is just freaking ridiculous !!! Everyone hop on the nat train and lets rollll =]
    2 points
  7. Welcome to OSBot Court; will the plaintiff and the defendant please rise for Judge @Raflesia (or @Zach or @Laz or @Maxi). In the end, only they can do something about this.
    2 points
  8. Not your fault mate. I feel the community I worked fairly hard to maintain is falling apart and my days here maybe limited. rip old osbot
    2 points
  9. Looks like superman got himself punched into outer space rofl.
    2 points
  10. V2 Gui: Code: TURN_RUN_AT(42, Types.WALK) { @Override public JPanel getPanel(final BuildIt script, final Settings settings) { return new JOneInput("Run energy", "Turn run at ") { @Override public void action(ActionEvent e) { int[] i = new int[5]; i[0] = Integer.parseInt(getText()); settings.addNewAction(new Action(script, 42, i), settings.insertLine); } }; } }, enough said.
    2 points
  11. That is his old GUI, nice. And in any case, stop trying to act like you are an amazing scripter. A superscript factory is easy to make, you were just the first. And you can not have a monopoly on the marketplace.... Just deal with the competition.
    2 points
  12. 2 points
  13. You should just quit your whining and pm @Raflesia instead of taking this public... Also.. SSF isn't even that good. I don't see what people see in it. For the first month it was great, but it becomes tedious. Its better to have a script that does a specific function rather than SSF. I regret purchasing tbh (I used to work for SSF isnt that ironic?)
    2 points
  14. It's $14.99 lifetime and comes with a full website and 4 live support workers. It's hard to argue that it's expensive.
    2 points
  15. Reading, while sometimes scary, can be an incredibly useful resource when it comes to getting information.
    1 point
  16. Looks very good, especially the first one
    1 point
  17. Ripping and changing a little bit of code then calling it your own is stealing. Also, why wouldn't he be scared of competition, it effects his sales which is his income.. I can tell you have never programmed before. What Dashboard posted was one small portion. He's whining about competition, which is just pathetic. SSF's file format is a HUGE part of the script. It's a script that makes scripts, and this is how it spits it out. How do you think Adobe would react if GIMP started saving PSD files? Just because you were the first to come up with the idea doesn't mean that nobody else can make their own version, of course the concepts would be similar. Also you can open and save .psd files with gimp lol
    1 point
  18. Ask Wiz, I wrote the whole thing myself, many people can vouch over my progress throughout the days. Looking at an open-source SuperScript (not the .jar, the .file) isn't cheating. I can easily alter it if you wish. Also, the GUI is getting a redesign.
    1 point
  19. Everyone start bottin sharks mann im tired of spending so much on food while pking. Im kinda kidding but naw for real tho itd be great if we had people botting sharks like we do with people chopping yews/magics or someone hook me up with a great deal =]
    1 point
  20. Try timing how long it takes for the bump button to enable itself, it should be the same for all users apart from staff.
    1 point
  21. http://www.youtube.com/watch?feature=player_detailpage&v=JK0TFsKZLiU gratz to Dr dre
    1 point
  22. YES an update, sounds awesome thanks so much! Now go look in the SDN Scripters section there's lots of stuff that needs attending to ;)
    1 point
  23. I quit botting barrows some time ago so if theres anyone up to the task feel free to use the data below. Tunnel data setting: 452 (used in the picture) Kill data setting: 453 (contains killcount, slain brothers and whether the chest is open or not) package barrows.data; import java.util.ArrayList; import java.util.List; import org.osbot.script.MethodProvider; import task.Resetable; import barrows.pathfinding.Pathfinding; public class BarrowsData implements Resetable { private final MethodProvider methodProvider; private final int tunnelDataSetting; private final int killDataSetting; private final Object lock; private final List<Brother> slainBrothers; private Pathfinding pathFinding; public BarrowsData(MethodProvider methodProvider, int tunnelDataSetting, int killDataSetting) { this.methodProvider = methodProvider; this.tunnelDataSetting = tunnelDataSetting; this.killDataSetting = killDataSetting; this.lock = new Object(); this.slainBrothers = new ArrayList<Brother>(); this.reset(); } @Override public void reset() { synchronized (lock) { pathFinding = new Pathfinding(methodProvider.client.getConfig(tunnelDataSetting)); } slainBrothers.clear(); } public List<Room> getPath() { synchronized (lock) { return pathFinding.createPath(); } } public boolean isPuzzleSolved() { return (methodProvider.client.getConfig(tunnelDataSetting) & 0x80000000) == 0x80000000; } public boolean isRaidCompleted() { return (methodProvider.client.getConfig(tunnelDataSetting) & 0x4000000) == 0x4000000; } public boolean isChestOpen() { return (methodProvider.client.getConfig(killDataSetting) & 0x10000) == 0x10000; } public int getKillCount() { return methodProvider.client.getConfig(killDataSetting) >> 17; } public int getPuzzleChildIndex() { switch (methodProvider.client.getConfig(tunnelDataSetting) >> 29 & 0b011) { case 0: return 6; case 1: return 7; case 2: return 8; default: return -1; } } public Brother getBoss() { final int setting = methodProvider.client.getConfig(tunnelDataSetting); for (final Brother brother : Brother.values()) { final int bitmask = brother.getBossMask(); if ((setting & bitmask) == bitmask) { return brother; } } return null; } public List<Brother> getSlainBrothers() { final int setting = methodProvider.client.getConfig(killDataSetting); for (final Brother brother : Brother.values()) { final int bitmask = brother.getBossMask(); if (!slainBrothers.contains(brother) && (setting & bitmask) == bitmask) { slainBrothers.add(brother); } } return slainBrothers; } } I wont post the dependencies I used but it should give a general idea of whats going on. Some of the naming is bit off i.e. boss actually means the tomb that leads to the tunnels. If theres anything thats unclear just ask away.
    1 point
  24. internet explorer? wtf
    1 point
  25. I gave 2 accs to the winner
    1 point
×
×
  • Create New...