Jump to content

dpbBryan

Members
  • Posts

    370
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by dpbBryan

  1. huuuuuurp
  2. Hehe, he doesn't know how to debug and look step by step :3
  3. The first thing you should have done is search all the .config files. It's an option in one of them. Infact... # Length one stays in PvP mode after hitting an innocent (in ms) PvPVsNormalTime = 15000 # Length one stays in PvP mode after hitting a purple player (in ms) PvPVsPvPTime = 30000
  4. Check the skill information on a freya distrobution for example and then try to use it in interlude. That'd be the only way to find out. But I'm assuming probably.
  5. Search under client modifications for tutorials on adding custom items. You need to modify itemname-e.dat and etcitem.dat under your system folder also. Usually any changes you make on the server that involve something the player has to see need to be reflected also in the client.
  6. Don't forget LIMIT 0, 30
  7. http://maxcheaters.com/forum/index.php?board=67.0 Threads which already exist - or nonsense and non english will be locked/binned.
  8. There is unicode support missing probably. Also, you've got bigger errors to worry about I think. For now you can just get rid of Russian characters.
  9. Ugh, what? The same information you find in a book you can find on the internet, and cheaper too. Also, why does your signature say [Dev] when you couldn't even search google or for a torrent yourself?
  10. Ok. I'm wondering if maybe you could be just a bit more vague?
  11. It's not useless. you came on here asking people to make something for you. Not only that but you make a post with what seems like very easy errors to correct if you had any idea what you were doing. First thing, you had a problem about not helping you with your problem before moving your thread. I don't understand why you'd get antzy about that, the post was in the wrong section. Second, nobody here owes you anything so stop acting like people are are obligated to help you with your issues. These errors are simple and if you knew the basics you could probabaly solve them yourself. Nobody is here to help you deal with basic bullshit. You should come here with a basic understanding of the subject before throwing hissy fits about it. Honestly, when I read your posts I imagine an ape throwing shit around a room because he couldn't play with a shinny object. And fixing something yourself would 'pwn' them? Nobody gives a shit about it. The only thing you're doing is fixing it yourself. It's not an ego showdown here. The best advice I've seen so far is: It's pretty obvious you have no clue what you're doing and you have no interest in learning, therefor solving problems for you is just making you unprepared for the next set of problems you run into.
  12. Java tutorials - Ongeveer 15.200.000 resultaten (0,41 seconden) java getting started - Ongeveer 83.500.000 resultaten (0,22 seconden) beginner java tutorials - Ongeveer 2.520.000 resultaten (0,20 seconden)
  13. Not sure if sacrastic or not D:
  14. How would you 'pwn' them, exactly?
  15. 'L2Client Developer' lolwat? Anyway, get the ID of one of the enchant scrolls. Search your project for where that value is used. Trace the steps where it gets the data from, and booom.
  16. I assume you mean theres something in the property folders. Copy and paste the name from the properties file and search in Eclipse.
  17. In most cases, the SQL is more than OK. The only time the database is under a lot of stress is when the server is loading, and that's hardly a cause for concern since nobody is playing. They're all nice features, except I don't think the databases will ever be big enough to actually kill the performance that much. The only reason I said something is because I want to be able to edit my DB via the thingy-ma-jigger-tool. Otherwise the selection and insertion is OK. Considering in this pack, skills armors items are defined in XML files, not SQL so that much stress has already been removed. Considering I work every day with databases that contains 10's of millions of records that have 100+ columns and no foreign keys, I think it's ok.
  18. Where did you find the skill properties in character.properties? You should be changing it in an XML file.
  19. I mean in your screenshot, you original had: Unless you know what you're doing, you really should only have 1 return statement inside a function. Once the code reaches the first statement, anything after it won't be executed. Also you have a flat value return false; but why? Keep in mind that this is probably a commonly used functions for a lot of things. If you modify it so it's value is always false then you'll ruin it's application everywhere it's used. To be honest, what I think you want to do is well kind of illogical. It's already placed in that if this effect is on you won't be doing anything else, so you're going to have to do a lot more modification. EDIT: I also don't understand the first return statement. getSkillType() == L2SkillType.CANCEL(); By doing the fix, you created a function that does nothing I think. Also == is a comparison operator. I think maybe what you mean is return ( getSkillType() == L2SkillType.CANCEL; )
  20. Why do you have two return statements next to each other? As soon as you reach the first one the stack space from the function is destroyed and you will never get to the return false.
  21. I think he meant you can use those values as the primary key. Though this can still be a problem if the user accidently spawns two mobs in the same place, you'll have two of the same identical spawns.
  22. Whoops. Obviously an odd case. Either way, it's on the same page right at the top. So still, duuur.
  23. Woaaah speak of the devil, only a few posts but right on the front page: http://maxcheaters.com/forum/index.php?topic=223794.0 Ever heard of search?
  24. Are you blind or just straight up retarded? http://maxcheaters.com/forum/index.php?topic=223719.msg1960564#msg1960564
×
×
  • 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