Jump to content

RSBDavid

Members
  • Posts

    4088
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by RSBDavid

  1. Hello Guys! You may formally know me as bballer on these forums, or baller playa in Runescape. I have come back rebranded. The name "baller playa" is something I came up with when I was 13. I am now 21, nearly 22 and I am way past that stage of life. I currently hold a college degree and will soon be joining the Army. In 2 months, I will be heading out to BCT in Fort Benning. Before I go, I want to finish up some tasks in Runescape. When I first came back two weeks ago, I had discovered my account had been hijacked along with a couple of email addresses and other accounts. When I logged in, I saw my bank had been emptied except for the charms and random junk I had. When I quit, my bank was at an estimated 465,000,000 value between a 100m cash stack and various items I had. Since I have been back, I have made 32m back by doing many barrow runs, flipping for many hours, and doing many slayer tasks with friends. During the next two months, I plan on maxing out combat. I am currently 132 combat. I am 96 defense, 72 prayer, 88 magic, 87 range, and 80 summoning. I have 89 summoning banked and I could afford to buy 99 range and mage. The first skill I want to get to 99 is defense, strictly by slayer and armoured zombies. I also plan on doing a series of vlogs over my game play and goals. I plan on doing a video on Monday and Friday to recap my weekend and weekly activities. First and foremost, I will be regaining my chaotic rapier via doing solo dungeoneering from 83 to 88, while taking a break at 85 to do Frost Dragons. After this, the fun can begin. I hope to savor the same experience I had before I got occupied with life and things. Feel free to add me in game, again the name is "GreenXen"
  2. I would still like to see WSAD movement in-game before it is moved to other platforms. If it is ever released on console, it will have to have the free-move mechanics as point and click with a PS3 controller won't be too fun. The first image looks pretty sweet. We are finally able to see the RS sky! I hope the bot breaking update will actually stop bots this time. Maybe they are moving more of the game logic to the native code side?
  3. I am really liking the graphics of the sand storm from that cutscene. I look forward to the update!
  4. Ballerplaya has returned! I took a 12 or so month break for personal reasons. After returning I had discovered that one of my email accounts had been compromised. The email was associated with my RS account, my tipit account, and my WoW account. I spent the past week recovering everything and finally completed my tipit account today. After logging back into Runescape, I open my bank to see none of my stuff I had when I stopped playing. I lost approximately 400m in cash, weapons, and gear, as well as 11m fire runes I was going to sell. A buddy of mine lent me 1m to get started and I am at 5m networth now. I look forward to leveling up and monster hunting again!
  5. public static void main(String[] args) { try { new PeriodicTable(); display(elements); } catch (IOException e) { e.printStackTrace(); } } You never create an instance of the PeriodicTable class. This works fine for me. You could also create an Element class: public class Element { private String name; private int number; private double weight; private String symbol; public Element(String name, int number, String symbol, double weight) { this.name = name; this.number = number; this.weight = weight; this.symbol = symbol; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public int getNumber() { return this.number; } public void setNumber(int number) { this.number = number; } public double getWeight() { return this.weight; } public void setWeight(double weight) { this.weight = weight; } public String getSymbol() { return this.symbol; } public void setSymbol(String symbol) { this.symbol = symbol; } @Override public String toString() { return "Element [name=" + this.name + ", number=" + this.number + ", weight=" + this.weight + ", symbol=" + this.symbol + "]"; } } From there you can loop through the lines, split each section into parts then add a new element into a list. //at top of code import java.util.ArrayList; static ArrayList<Element> myElementList = new ArrayList<Element>(); //when reading the file while (filein.hasNextLine()) { item = filein.nextLine(); String data[] = item.split(","); myElementList.add(new Element(data[0], Integer.parseInt(data[1]), data[2], Double.parseDouble(data[3]))); } //new display method public static void display() { for (int i = 0; i < myElementList.size(); i++) System.out.println(myElementList.get(i).toString()); } //results Element [name=Hydrogen, number=1, weight=1.01, symbol=H] Element [name=Helium, number=2, weight=4.0, symbol=He] Element [name=Lithium, number=3, weight=6.94, symbol=Li] Element [name=Beryllium, number=4, weight=9.01, symbol=Be] Element [name=Boron, number=5, weight=10.81, symbol=B] Element [name=Carbon, number=6, weight=12.01, symbol=C] Once the elements are in a list, you can sort, print, add, remove, and do what you please. There might be a typo since I typed that from my ipad.
  6. I was surprised when I Logged in and got a random pair of goggles :D. I see they are still catering to lower level players. They need to add an enchanted version of the belt which allows rune/dragon items.
  7. When I played a lot, I would watch stargate SG1 seasons or watch movies on Netflix/Hulu.
  8. It could be possibly cheaper to run it in America at a semi-large venue. If you were to get a larger venue, offer more tickets, and get some sponsorship, you could possibly offset all costs. I looked into throwing a World of Warcraft LAN party at a local coliseum in Nashville. It would've cost 30,000 dollars (for the space and equipment rental) for a 3 days and enough space for 1000 people (with room to spare). This also included a food court area, a stage, and a place for VIP and staff to chill. Now, I could've contacted Pepsi Co and local Pizza places as well as various tech and game companies like razer, alienware, etc. They could provide enough money as well as free advertising tools and products to give away to only bring the cost per person to a minimum. Granted, it might be more expensive in Chicago or New York, but if Jagex looks to some outside agencies for sponsoring, it could be well worth it.
  9. One of the botting sites is claiming to be able to have their client up in under 4 days from now. Lets see how prepared Jagex is, and if the bot site is bluffing.
  10. They banned spam bots and mule accounts associated with gold farmers as well which would not show on the high-scores. There is your other 2/3rds. EDIT: UPDATE INCOMING!!!
  11. Mod Mmg 25-Oct-2011 14:14:11 Sorry for the delay folks, its sizable update being copied to all the Game Worlds which is taking rather long, it may take a further 30~45 minutes to complete. Thank you for your patience everyone, I expect the wait will be well worth it [qfc]15-16-677-63289463[/qfc] If it is taking that long, either is it a whole new client, or someone is torrenting some stuff at Jagex.
  12. We can wait a little bit to either say our thank-you's or laughter, depending how it all plays out. edit: o hi bballer I haven't notice you post here in a along time o_O hai der O.o Been too busy trolling combat arms forums and college. Got a text from twitter about the bot nuke thing and decided to check it out here. I think if they will do what I think they are going to do, then the bots will be out for a good period of time, but will come back. As with many other games, the cheaters somehow get passed all roadblocks set in front of them. Hopefully this doesn't happen, but we will see.
  13. They might not be able to do it until the UK game servers are back up. Cut them a LITTLE slack. Lordy. They're already up. Oh well. Maybe they were delayed by it...IDK. /issad Well, I think that for the future they should be synced better to avoid the backlash when it doesn't happen immediately, etc. I don't really mind since I have to leave now. The counter was to countdown until the update day, not the specific time. I wonder if they will do a special, cross-server cutscene for this and is just waiting for the servers to be synced. I have a 100 question exam I need to do, but waiting for zero-hour to go down.
  14. It is semi complicated, but here is a TL;DR: Java, like any programming language, has what are called fields and methods. These allow the internal structure of the program/game/application to interact among the different classes in game. By using reflection, you can call these methods on demand as your leisure. If you want to know what your player position is, you would simply find the player class, then reflect the getX(), getY(), and getZ(), methods to retrieve this information. You can also set values and activate methods too. Injection bots basically inject their own bytecode (what Java is interpreted to) instructions to get the data and to perform actions in game. Some of the bots Jagex banned were spammer bots for gold selling sites and bot sites.
  15. My buddy bought p90x and two days later didn't like it so gave it to me. I am doing it to gain muscle endurance for the US Army. I want to be the top of my BCT group fitness-wise when I go to BCT in 12 months. Today is day 2 :D.
  16. My attempt at cloning it with a few custom touches. If Jagex get the bots stopped, I will actually sell my stockpiles of items (1.6m pure essence bought @ 50 ea, 3m normal essence bought @ 15 ea, and 3m feathers bought @ 5 ea; about 9 months or so ago is when I bought these before I quit hoping this would happen) after they rise in price. Hope to get a good return if I do start playing again.
  17. Sounds like they are moving some of the game's main logic to native libraries, AKA rewriting the main logic in c/c++ and assembly.
  18. RSBDavid

    Today...

    Just started visiting forums again and the RS section is still full of immature kids. I've spent the past 6 months finishing up PT for basic training. I set off for BCT for the US Army in 6 months and then will be an IT for the Army, managing off-shore data-centers for the US.
  19. False and bisexual. One, like previously stated, Jagex accounts will auto lock if not authorized to used in a remote location, two his password is only 6 characters long and I am use Jagex would use a more secure password policy, and third, this is my first post in 6 months. Also, there are no videos, no official JMod posts, and no reputable sources on this situation. This thread is just spam pretty much.
  20. The best temporary solution would be to move more of the game logic into native libraries like the rendering engine and audio engine and use Java as a mechanism for displaying graphics only.
  21. I got a 14 day ban for sarcasm and the appeal has not been processed in 6 weeks. This is bloody ridiculous.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.