Jump to content

Sensational

Members
  • Posts

    82
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Sensational

  1. Yes, a paint for the script that has the backgrounds : Example: The white box.. lol
  2. Sensational

    Topics

    Possibly add a games topic forum IE: LoL, WoW also a sports for per say weightlifting etc.
  3. PLEASE NOTE: Don't post your information on this thread! Use a PM to me. Don't forget links to previous work. Also, don't take previous work as an easy field. It may be anything that you think will show us you know what you are doing, but know we only go for real quality.
  4. Interesting, will look into this ^.^
  5. Alright, the majority of people who use Hyperion, Apollo, RuneSource, RS2Server, etc, they use Graham's event system, I however use the Tickable system that was released with RS2Server. Obviously it's setup as: World.getWorld().newTickable(new Tickable(2) { @Overridepublic void execute() { } }); It'd be helpful to add the phase system to it, so for the people already using the tickable system could easily implement it if needed. Like for myself, before I got a new skill system, I was using multiple tick events for woodcutting, first tick cut, second respawn tree.
  6. You should look at implementing it into the Tickable data for RSPS, rather than having a whole new system, people could just implement.
  7. I like the first link, the second is kind of unmatched and ugly. Just stating my opinion.
  8. Very nice! Cannot wait to start this little train of ingenuity.
  9. I mean of course have rules that apply to it, and shoutbox overseer or something.
  10. I am suggesting some sort of shoutbox or Java Web Chat Relay application to further the communication between the community and staff alone.
  11. Gotcha, sounds quite simple for scriptors like my self.
  12. Yes, but you brought up a new question now, as the fact there are multiple objects, for the object argument would we declare it locally like: private int object = 1234; private int[][] object = {1234, new Location(1234, 1234)}; Or how would it decipher the particular object and location without multiple checks in the script? Just curious.
  13. For the walking queue are you going to have object hooks? IE: Click open gate, open door, etc, or are we going to have to use walkTo(x, y) to the location nearest the object, perform an object action, then continue the walking queue?
  14. Alright, for this I will implement code snippet for all three.
  15. Updated: Working on functions and event queuing, then I will work on the image grabbing from web url and display it whilst saving via folder or temp.
  16. Looks great, keep up the progress!
  17. I am downloading the plugins for the SWT and GWT designers for Eclipse at the moment, then I will begin, all user data will be stored in XML for now. :3
  18. Hey guys, Since the release of this won't be for another week, I am taking it under my own development to make a low memory, quick and easy paint editor for bots that will automatically update and display usable code, for now in Java and in Groovy, as that is what the scripting API is apparently based around, I will work further into user settings into it to hide/display certain programming languages, as well as add more to the list! Updates will come: (Starter thread) Media:
×
×
  • Create New...