Jump to content

Intrepid

Legendary Member
  • Posts

    5,521
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Intrepid

  1. I dont blame you i just blame the staff itself since come on we all know that your demote is a temporary thing and its just until maxtor find something against another ddos attack and than promote you and the wannabe part of the staff back :)
  2. Epic fail admit of the week basically we now know its all about asslicking :)
  3. So you admit that for you doing absolutely nothing for the forums good except leading it into DDOS(sorry but facts are louder than asslicking)you get a privs with same level as l2jdevs/clien devs or even l2mods while ppl who actually did something have less privs than even a normal member. I love that much amount of stupidity really :)
  4. useless. You should know this as well as i do without some drama nobody notice everything. MXC is like it was with martin luther king..."i have a dream...headshot" except here its like "the staff is...bann" and to get rid of that everyone who have a problem should NOT shut up and leave it.
  5. Well thats true but also they are wannabe mods too :) Depends on the user but most of the vips are abusive about things like that.
  6. Yes but it goes for most of the vips
  7. I know that since they locked some ass for it like setekh or coyote...but it doesnt matter again since they like to be idiots i dont :)
  8. I know but it doesnt matter at all. History can and will repeat itself if he dont so...
  9. Nothing okay than take back everything what legendarys did and you lost 80% of the forum since vips did nothing good only abuse after abuse and flame after flame :) http://maxcheaters.com/forum/index.php?topic=200960.new#new
  10. http://maxcheaters.com/forum/index.php?topic=200901.msg1695238;topicseen#msg1695238 Okay thats the last time i bring this up BUT... Atleast just once put ego to the back and make some sense around here... So a guy who pay for vip status are actually have the same privs for hes own topic like an l2jdev or client dev does and a freeking legendary member who YOU(especially maxtor) can thank for keeping hes forum alive and clean for a long time cant even edit hes own posts. Now i dont ask for the edit privs because its prooven that Maxtor never going to give them back but atleast take away that priv from the vips. I remember back than what was the daily topic...vips are abusive vips abuse everything vips should not have lock vips should not have karma etc etc etc... Thats the biggest staff abuse i have ever seen and the biggest disrespect for the ones who made this forum what it is(sorry but 90% of the staff is still useless so...).
  11. http://maxcheaters.com/forum/index.php?topic=200901.msg1695238;topicseen#msg1695238 khm since when vip members can lock their own topics again and legendarys cant even edit their own post.
  12. Its shared so he dont need to know java :)
  13. python is never good its unstable, easy to exploit and can cause mass lagg.
  14. If you have the iq of a dragonhunter or serk or you dont even think at all so no they dont know that. :)
  15. They underestimate the importance of stability thats all and thats why all the mxc servers(made by guys from mxc mostly) are failures in stability :)
  16. Its a general fact a method call happens much faster if its a java/java call than if its a java from bytecode call ok thats not a real problem for you(i looked into other API not into what you use). What i posted above at the reply 22 is what i found on your api so far.
  17. Editing the byte code makes the code runs slower than if its in java and gets loaded into the jvm only without modifying. This API allows you to read/write the bytecode on the fly which is not a good thing at all for l2j, not to mention its reflection based which is again a useless and really 1 of the worse ideas to ever use in l2j at high level. It makes understanding the code and coding harder and way more unfriendly. There are high chance to get a really huge memory usage and even out of memory errors if the numbers of classes that needs to be loaded into the class pool even if the API try to reduce it. it created instances "for ever" (imho until you replace the jar) so basically even if you use something rarely it leaves an instance there without allowing the garbage collector to get it since its blocked from it to keep the object for later usage. The class loader of it is in general useless the current way of l2j is much better. 1 advantage i can say is you can modify the source on runtime but that can be done with other much better ways also(altho you would need a strong pc for it).
  18. But you know that a Java/Native call is in general 3 times slower than a Java/Java call right? :)
  19. Well it still creates a bunch of objects for nothing in many case(which increase the memory load), and on top of that it gives a really bad control over the source since you need to create an interface for most things separated. The reason why people use callbacks are because they want an event notifier for web apps its not usefull for other things. I know tho you picked to choose the callbacks from aion to the advice of a noob, but unless you want many many many small and useless objects for something that can be solved with a simple global task for example than you should not implement a callback. :)
  20. callback is a highly not recommended thing to implement into l2j but anyway if someone wants to make web apps than its usefull... :)
  21. np, video guides in general better so thats obvious i think :)
  22. 11-17...so at the end of the day the majority still want useless custom things...
  23. using system folder is in general stupid that has nothing to do with dedicated or home pc its just way of connecting. Anyway the ip can be found out easily after connecting to the server so such things are worthless.
  24. Well network is a problem indeed but you can get a really cheap VPS easily so...
  25. i dont really understand...what you mean?
×
×
  • 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