Jump to content

Valentino

Banned
  • Joined

  • Last visited

Everything posted by Valentino

  1. Checking it out thanks mate for the release! ?
  2. Valentino replied to Ghost's post in a topic in RSPS WEB Downloads
    nice release man! will have a look thanks.
  3. Thanks for the release ,ima check it out! ?
  4. Gotta go back to those old school rsps thats where its at.
  5. Valentino replied to fano301's post in a topic in General Discussion
    I agree with this guy , the only thing keeping ds running is a bunch of kids who use there moms credit cards which keeps it alive. Dont use this shitty source please.
  6. Valentino replied to h20's post in a topic in General Discussion
    Gratz my dude
  7. Valentino replied to Alching's post in a topic in RSPS Help
    Good stuff
  8. Valentino replied to MGK's post in a topic in RSPS Help
    False , You can exploit it for sure, get the login packet out of the client and malform it for what ever you wanna use it , altought i gotta say , it wont do you any good , but some soft of exploit is definitly possible.
  9. DT

    Valentino replied to freetaxihome's post in a topic in RSPS Help
    Ye run the whole project as a maven project , make sure to build the path before you do anything else.
  10. Would agree with him , just set up postgreSQL , Import the sql file and make sure your host is open for remote sql , just make sure to add your server ip in there and you should be good to go.
  11. Valentino replied to Exciting's post in a topic in RSPS Help
    Make sure you import the file tree extenting the source method. If the problem still exsists check if the file tree is in order , if not something might be missing and would need to be backed up
  12. Valentino replied to lumb0's post in a topic in RSPS Help
    Its not as hard as you think it is , if you understand java enough it shouldent be a big hassle like everyone says it is Go explore!
  13. Valentino replied to Cyber Works's post in a topic in RSPS Help
    I agree , Seems like a solution though
  14. Valentino replied to Rainedx's post in a topic in RSPS Help
    Lol it litterly says it
  15. Valentino replied to Mechanikas's post in a topic in RSPS Help
    Make sure your read value's are up-to-date , If this doesnt work , it might be the model your using , or the anim definitions of the npc. private void readValues(Stream stream) { while(true) { int i = stream.readUnsignedByte(); if (i == 0) { return; } if (i == 1) { modelId = stream.readUnsignedWord(); } else if (i == 2) { anInt406 = stream.readUnsignedWord(); if (AnimationDefinition.anims != null) { aAnimation_407 = AnimationDefinition.anims[anInt406]; } } else if (i == 4) { anInt410 = stream.readUnsignedWord(); } else if (i == 5) { anInt411 = stream.readUnsignedWord(); } else if (i == 6) { anInt412 = stream.readUnsignedWord(); } else if (i == 7) { anInt413 = stream.readUnsignedWord(); } else if (i == 8) { anInt414 = stream.readUnsignedWord(); } else if (i == 40) { int j = stream.readUnsignedByte(); for (int k = 0; k < j; k++) { anIntArray408[k] = stream.readUnsignedWord(); anIntArray409[k] = stream.readUnsignedWord(); } } else { System.out.println("Error unrecognised spotanim config code: " + i); } } }
  16. Valentino replied to Juice's post in a topic in RSPS Help
    Make ure the file format is okay , and make sure you dont make any typo's , also make sure your server is responding on ftp requests.
  17. Valentino replied to Archer's post in a topic in Other (377-742)
    Looks like a nice launcher
  18. Valentino replied to Valentino's post in a topic in Introductions
    Thank alot! Feel welcome already!
  19. Valentino replied to FuckRSPSItSucks's post in a topic in RSPS Requests
    Why would it be donotor only though? Isnt it just gonna be re released somewhere else?
  20. Valentino replied to Victor's post in a topic in RSPS Help
    Use Apollo's refractored source , its a good steady learning base.
  21. If your looking for freeware definitly Virtual DJ , Also a free tool is rekordbox from pioneer , but you have to have to kind of DJ controller to work with it.
  22. Valentino posted a post in a topic in Introductions
    Hello , i love developing runescape private servers and thought it might be a good idea to browse these forums here so ye!