Jump to content

dpbBryan

Members
  • Posts

    370
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by dpbBryan

  1. What exactly are you trying to do? Judging by the code that's PHP, do you not know how to connect to a SQL table with PHP?
  2. I'm not trying to be funny. You came on here about a project and from your description it sounds exactly like what I said. You don't learn things by watching other people do it, you learn it by doing yourself. I've watched the NASA rocket launches about 100.000 times but that doesn't mean I know how to do it. Also you insulted the developers that come to this board to help people and from the looks of you don't have a single clue what you're doing. Which don't get me wrong, isn't bad. People come here for help and other people are around to help. Your shitty attitude towards the people here are another thing though. Working in the business, I can tell you if the first thing I heard was "Well, I'm sure about this one feature but I have no real plan for everything else" I'd probably laugh you out of the room. You may be doing this as 'non-profit', but that doesn't mean things in the real world still cost time and money. You know all those nice non-profit organizations that still have nice professional looking stuff? It's all paid by donation money, or they're not a real 'non-profit' company. I haven't been posting here much, but I've been lurking for some time. But people like you really piss me off. You're the kind of people that don't even attempt things first without asking questions. And then when you get called out you act pompous and arrogant like we're obligated to help you. We all have troubles and even the best programmers get stuck, but it's insulting when we put in effort to really try when you cut corners. By the way, you don't learn a programming language by jumping directly into the application of it without basic knowledge first.
  3. "I want to learn java by having other people do it for me".
  4. Was that your code or somebody elses?
  5. The basis of the faction server: Extra column in the player table and a few boolean checks in the java code. Done. Do I get some donation money now?
  6. Oh, I mean I'm not doubting you. Obviously the L2OFF stuff was originally developed for specific purpose and had a paid team where-as java runs on a virtual machine.
  7. For a lot of people offical is a bit uninvinting though. At least I remember when I first attempted an OFF interlude server, a lot of the comments were something like: //DDDDDDDDDDDDDDDDDDDCD //BBBBBBBBBBBBBBBBBBC I'm wondering though, I've never actually seen performance test results or studies done of the two emulators. I just see a lot of people bad mouthing java even though they have no idea what they're talking about technically.
  8. Just another comment, in the build.xml file you can change the path the .jar file gets placed when you compile to make it a bit easier: <property name="src" location="java"/> <property name="lib" location="lib"/> <property name="build" location="build"/> <property name="build.classes" location="${build}/classes"/> <property name="build.dist" location="${build}/dist"/> <property name="build.dist.login" location="D:/l2j-server/login"/> <property name="build.dist.game" location="D:/l2j-server/gameserver"/>
  9. Are you sure the chance is actually higher? When the player enchants COST the #ench2mpConsume and #ench2mpInitialConsume are modified, the property #ench1Power would have be modified. Maybe you should debug instead.
  10. Just remove the check for seal validation period.
  11. That was your answer, the next one is: Fuck you. Just to rub it in your face more, the post is still on the first page. I just found it in about 30 seconds. And if your next excuse is that it's not the whole code or not the answer that you were looking for, well then fuck you again. Learn java, try to implement it yourself, then ask for help.
  12. Search the forums a bit, there was a thread with a similar question not too long ago.
  13. It'd probably be easier to just make a skill that reduces the critical rate by -200. Why do you want to do that anyway?
  14. Yea, it's just the normal l2j interlude distro from the old nightlies folder.
  15. Well that makes sense too, but it's still weird. I actually did my math based on (degree) * 91.02; 360 * 91.02 = 32768 and 720 * 91.02 = 65534.4 (close nuff); Though your example is basically mine doubled. I'll just assume that yours is correct. By my values I manged to line the buffers up ok:
  16. Hi Tryskell, Thanks for the help. Afterwards I searched for heading in the project and found: // Calculate and set the heading of the L2Character int heading = (int) (Math.atan2(-sin, -cos) * 10430.378350470452724949566316381); heading += 32768; setHeading(heading); Discovering yea, the heading is polar coordinates. The max here I believe is 32768, when I do half of that the rotation is 180 degrees. I'm trying to place my buffers flush with the church in Dion where it's not on 90 degree angles, so I guess I have to do a bit of math first. Thanks again for the reply.
  17. Even to be able to implement the things you would find here as Shares you would need at least basic programming knowledge. It'd be best to get the basics down first before attempting something like that.
  18. http://www.javabeginner.com/
  19. Hey Everybody, I'm wondering if anybody can explain a bit how the field 'heading' in spawnlists works. I understand it has to do with it's orentation in the world, but I'm a bit confused as to exactly how. I've come across http://l2jserver.com/old-forum/print.php?threadid=19502&page=1&sid=89e0e7b2d6409b8bb9e1ad26aeff132e but that doesn't really shed any light. Obviously I'd like to have the npc as flush against the wall as possible, so I want to manually put the values in instead of just spawning it haphazardly in the world.
  20. That's a client side error, that has nothing to do with the server. Tell your buddy to upgrade his version of DirectX.
  21. You have to post more information along with this. Post the logs from the login and gameserver. Theres a chance that it's also a client-side error.
  22. That's weird, look around the board and make sure you have the latest version. What client is it that you're trying to modify?
  23. Which program are you using? Look for L2FileEdit.
  24. I don't understand why you people have this sense of entitlement such that everybody here owes you help. Nobody has to do anything for you. People are here to help you with problems if you're willing to meet us halfway and put effort in. Coming on here to ask us to find things for you is just fucking insulting. We're not doing your bitch work, go fuck yourself.
  25. No. Find it or make it yourself.
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock