Jump to content

dpbBryan

Members
  • Posts

    370
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by dpbBryan

  1. JDK is not the same as the JRE. I think the JRE usually comes with the JDK but I don't know for sure. Open up a command prompt and type "java". You should see a list of a bunch of crap pop up. If you don't then you need to set your windows PATH. http://www.java.com/en/download/help/path.xml
  2. Duh, you need Java. http://www.oracle.com/technetwork/java/javase/downloads/jre-6u25-download-346243.html
  3. This is a client side issue, this has nothing to do with the server. For you to make the modification you want you'd need access to the client source code. You should ask these dudes down here for help: http://maxcheaters.com/forum/index.php?board=68.0 But what I honestly think is that it isn't possible to modify this. The only thing you can do is block it via the server.
  4. I hate that I keep having to repeat myself to you brainless idiots that wander in here, but this is DEVELOPMENT HELP. Are you having legimate trouble implementing something? Then you should ask that here. Are you having technical difficulties with running the server when you're all out of answers yourself? Then you should ask that here. Would you like input on something you'd like to implement yourself and you're not sure? Then you should ask that here. Did you download something with no clue where to even start and came here to ask us to do it for you? Go -beep- yourself. Did you come here looking for people for your 'unique' l2j project when you have no technical knowledge yourself? Go -beep- yourself. Did you come here looking for people to do your searching work for you when I've literally found it in two seconds? Go -beep- yourself. We're not your development team, we're not your search engine. Oh also your sig: >L2j Developer >Can't get character creation to work
  5. That appears to be my empty IRC channel topic, not a server package.
  6. IK HEB JE PROBLEEM GEVONDEN: vm could not reserve enough space https://www.google.nl/search?sugexp=chrome,mod=7&sourceid=chrome&ie=UTF-8&q=java+vm+could+not+reserve+enough+space
  7. no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no no but this website can: http://lmgtfy.com/
  8. It seems like you didn't register your gameserver
  9. Why doesn't max cheater just make a seperate form for server content requests? This is development help for help who need help developing. This isn't 'Will anybody help me with project X' or 'I'm looking for Y find it for me We're not here to write your code for you, we should be here if you're running into legitmate trouble with implementating (not 'Hey ive got a nullpointer exception guyz, wtfz help me). If you can't implement things thats your problem to solve. If you don't have the technical knowledge to do something then it's likely that nobody is going to do it for you.
  10. I think the character creation process is only done client side. What happens when you hit create is all of the selected properties are sent to the server in a packet. There is a static function in L2PcInstance called create, which creates a character. One of the paramters is L2PcTemplate template. You can look at public final Race race; and see what the character picked. If the race isn't whichever one you want you can block the character from being created.
  11. "I can't program but I want somebody to help me who can." A.K.A "Somebody will do all the work and I'll absorb the credit." Yea, no.
  12. I thought your avatar image was bullshit. But -beep- off, you're just being an asshole now.
  13. Dude, how old are you? You should be able to figure this out using basic geometry knowledge.
  14. I'm just sure if you're trolling or if you're that stupid. To build that shape you have to get the location of each corner by typing /loc ingame. You put those coordinates into the SQL, or XML, or whatever file has the zones.
  15. You haven't defined it properly in your client, this has nothing to do with the server.
  16. Just create a Map or something with the ID's of the classes you required. Use an iterator to go across the table and see what's avaliable in the players part. Worse case secenerio theres like ~100 (or however many classes) * 9, which is only 900 iterations, which is almost nothing.
  17. EDIT: I thought you said start the offtopic, not stop hah. L2j creativity general? L2j creativity general. I wanted to implement a system like Dark Souls has where when you die you drop all your money. So I made that: Testing with a friend: Lineage 2 - Grave 4
  18. I guess this'd be a perfect discussion for the irc channel :P And I'm still lonely here so come and talk plz :cccc
  19. http://maxcheaters.com/forum/index.php?topic=218164.0 From now on, support for pre-configured (Aka ready packs without having the source code) is forbidden
  20. 1) Your friend bought the compiled version, that doesn't mean you have the rights to the source code. It's the same when you buy a video game. Just because you boughts the right to use the game doens't mean you have the rights to see it's source. 2) You've already decompiled it so you know that it can be done so you didn't need my confirmation. However you're coming on here and asking people to help you with stealing software that you openly know you don't have access too. The purpose of this forum isn't to help you do that. If you want to do that you're on your own. I've reported your post for theft.
  21. If you want to see how it's made then a few errors shouldn't be a problem; you can use context clues to fill in the void in most cases. Also it does make sense. If the source isn't avaliable to you easily then there is a reason for it (liscensing issues, they want to keep it closed source except for customers, etc). You tell me you don't want to steal it but then you talk about making modifications to the source. Sorry buddy but you're on your own.
  22. Why do you want to decompile their source code exactly? I'm not going to offer help if you're trying to steal somebody else's hard work.
  23. No, I'm a human and you know I'm right. You're the incompentent kind of douchebag that have sucked the creativity out of Lineage 2 and give L2j a bad name.
×
×
  • Create New...