Jump to content

Purity

Members
  • Posts

    56
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Purity

  1. It was going to function exclusively as an operating system partition, but I don't like the sound of limited writes. I might go HDD, cheaper anyway
  2. Wow, thanks Really useful, but my hard drive with my windows 7 partition just ticked over and died.. Booting windows 10 until I get an SSD. Bad timing..
  3. I've been trying to find an application that reads the Runescape cache and dumps a list of item definitions. All the programs I've come across so far have had either perished links or they're not compatible with Oldschool's revision. Anyone have one compatible with oldschool? I've been looking for months.
  4. I guess we'll never find out.
  5. I'm sorry if there's something I'm missing here, but the given values are short Integers. If I was to bit-shift a short integer 16 places to the right, wouldn't that be a guaranteed 0x00 value?
  6. Because Australians are the only ones that drive around in VN Commodores.
  7. Using the OSBot API; how could I retrieve the colours of an entity's model, such as an NPC? I've tried using methods getModifiedModelColors() and getOriginalModelColors() of the EntityDefinition class, which return small arrays of 16 bit integers. I'm not entirely sure how to interpret these values, I'm guessing they represent indices in Runescapes colour palette, as they couldn't possibly represent a 24 bit colour-depth value. In any case, the arrays don't contain enough values for each face on the model, so there must be something I'm missing. If you could clear this up for me, it would be much appreciated.
  8. Wouldn't it be kind of obvious to Jagex if the request was being blocked?
  9. Considering it deals with large amount of data, your code is relatively efficient. :P My problem is I can't find the decryption codes to get access to the land data. In your RSRegionBlock data, it loads a local file with the XTEA codes. I can't seem to find a list of them anywhere. May I ask where you obtained yours?
  10. This is extremely impressive, man. Do you mind if I tinker with the code and use it in a part of one of my projects? EDIT: Also, where did you find the XTEA keys?
  11. I hate to be 'that guy'.. but it's not fixed. I've had it pop up and close my client 4 times in the last 5 minutes.
  12. To be a well known developer amongst the community, probably.
  13. It worked fine for about a day, now it's displaying the same error as before. Any suggestions on how I can fix this?
  14. Thanks heaps, I've managed to get past the login screen, so it looks promising EDIT: It appears as if the error is gone, thank you so much for the help.
  15. If it's possible, I'd like to get my login name changed to my display name, 'purity'. I've tried killing all JVM processes and restarting my PC, but the VIP issue is still occurring.. so hopefully this will fix it.
  16. I have one that's almost 100% identical to this
  17. Second time in the last day that you've bailed me out. Thank you so much.
  18. How would I retrieve all the interactable objects in the area? (Bank Booths, Stairs, Doors, etc.) It's probably obvious, but could anyone help?
  19. There's just too many features I want to try and implement that wouldn't work with that set up. The 3d & extensive android practice would come in handy too.
  20. Bot monitoring + remote controlling. Also, I need to learn more OpenGL.
  21. I'm planning on making it a lot more detailed and interactive. That would limit me too much.
  22. Basically I have a script base which acts as a server, it gets the terrain, players and object from the game. I'm trying to iterate though all these items, send them across a network to an Android device, which reads all the information and renders the scene on the mobile devices. I want the colours of the terrain, objects etc. Just so the rendering is easier on the eyes.
  23. I did consider that, but on the scale that I'm doing this, that would destroy the processor.
  24. Overly complicated project, I'm just seeing if it's plausible for the time being.
×
×
  • Create New...