Jump to content

Setekh

Legendary Member
  • Posts

    2,510
  • Credits

  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by Setekh

  1. heres a guide for you, im pretty sure u can do it on ur own :) http://www.maxcheaters.com/forum/index.php?topic=50068.0 Try to understand how l2j works and ull be doing amazing stuff in a short period of time :P
  2. everything thats not active ofc its full of buggs, if u want some free thing, and fail. Chose L2jBrazil, or infinity. Locked.
  3. no, cus its a simple faenor script.
  4. No, you have to make it. although its not advised >.>
  5. btw.. guys datzim add pe mess kidzor@ymail.com .. cine nu ma are ><
  6. what pack are you using? This may be a shitty code in the doPickup AIAccessor. Or the doPickUp itself method :/ Is the project live? Cus if it is: U'll need to read the rules again :/
  7. If you request help on a pack and the project of that pack is live, use their support forums, we are not here to work on other peoples project's.
  8. This is an advance and unlike others He actually shares. Good job dude, but you should spend more time in PS, just a friendly suggestion xD
  9. ohh well.. have ur fun, but if they actually create english forum they will be sticked too.
  10. just be fair with other projects :P Leave it a bit here.
  11. progress like stability, implementations and code enhancements:P
  12. i'v checked it out.. nothing promising yet. Also iv checked L2Brazils and teon. wanna see better code >.>
  13. /** * @author Setekh */ public class Raule { private URL rapSheat; public Raule() throws Exception { rapSheat = new URL("http://maxcheaters.com/raule"); } public static void main(String... strings) throws Exception { Raule rul = new Raule(); InputStream instram = rul.rapSheat.openConnection().getInputStream(); InputStreamReader sr = new InputStreamReader(instram); BufferedReader br = new BufferedReader(sr); String line; while ((line = br.readLine()) != null) { System.out.println(line); } // Prints prozorz mod info xD } }
  14. thats a null pointer :P not a array exception. Anyway make sure the packet that ist being cloned is not null, archid's dummy packets are set as null :P
  15. lol dude :P Anyway its kinda of a mess, who is the actual coder of it?
  16. nah e index out of bounds :P in arrayul characterelor din string ><
  17. u ? donate ! plz helpz za children!!
  18. you can add mob skills in npc_skills table =)
  19. Guma's project also is not set as sticky, prove this project has a future and it will be sticked =)
×
×
  • Create New...