Jump to content

xdem

Members
  • Posts

    4,155
  • Joined

  • Last visited

  • Days Won

    44
  • Feedback

    0%

Everything posted by xdem

  1. Somewhere I read that it will eventually end up deprecated as more advanced date classes will come from oracle
  2. deprecated on java8 I think
  3. Of course you don't want to buy, you will find only idiots who try to scam here
  4. you define something abstract when theres really no way to implement it on the abstract class. for example you have onDie abstract, thats wrong since you can handle player death from the abstract class like: TvT: @Override public void onDie(...) { Announce(killer has killed victim); super.onDie(...); } parent: public void onDie() { //handle the death code //that is common for all other events } ////////////////////////////////////////// example 2 abstract public boolean areSameTeam(player1, player2); thats wrong, cause you CAN public boolean areSameTeam(player1, player2) { return false; } TvT: @Override public boolean areSameTeam(player1, player2) { return getTeam(player1) == getTeam(player); } Deathmatch //no need to override anything, areSameTeam returns from its parent I really hope you get my point
  5. you actually had 42 online the first day, I saw it with my program (can see real online on any server) But I didn't post a pic or anything cause I had nothing against you, now I do PS: AEPvP had 380 online first 5 days, fallen down to 250 the rest 10
  6. you really think that someone is gonna download your env, open it with fileedit and tell you what to do? You are nuts... Just upload it on pastebin, btw its simple RGB, meaning that WHITE is 255 255 255
  7. As you can see L2Scenario didn't missed the chance after his server failed hard
  8. writeD(_activeChar.getFunction() != getClient().getActiveChar().getFunction() ? 0xFF0000 : _activeChar.getAppearance().getNameColor()); anyways im too kind as you see, thats the job of "mxcL2devs" not mine
  9. Firstly, the representation looks like WTS not WTB Secondly even if it is WTB its a pure L2JFrozen meaning that all the scammers will try to fool this poor guy
  10. btw for anarchy: Remove these abstract classes, they are not needed, just make all the booleans return false and all voids empty Imo the class should be abstract and implement Runnable meaning that the only abstract method is run(), run will be the main part of the event + public abstract void runEvent(); + public abstract boolean proceed(); + public abstract EventSchedule getScheduleMethod(); + public abstract String getScheduleTimes(); + public abstract String getName(); + public abstract boolean allowFight(); + public abstract boolean allowTargetting(); + public abstract boolean allowFriendlyFire(); + public abstract boolean allowEscape(); + public abstract boolean allowToVillage(); + public abstract void onPlayerRegister(L2PcInstance p); + public abstract void onDie(L2PcInstance p, L2PcInstance killer);
  11. Please say to the world that this is an L2JFrozen with a few edits, btw why isnt this junked already ?
  12. you are gonna sell it right?
  13. I fixed that, remember that its THE ONLY AND THE LAST Interlude with such Instance engine, IL has no instances at all, your Gracia Final came with Instance engine ready (you didnt even had to code kamaloka since you scammed it) I had to code Instance Engine, Instance System, Kamaloka instance by myself, so here you prove what a retard you are to blame me
  14. I DONATED 3000$ MY FATHER WILL BE MAD IM SCARED IM JAILED 1000 MINUTES I WANT TO CRY
  15. its like comparing 1) Ultimate outrashed pure garbage 2) garbage you choose what you like more
  16. people still wonder why this forum falls apart.
  17. amazing shop, good job
  18. ante gamisou twra
  19. unstrusted & unskilled
  20. kk trava na kaneis kana adapt kai na ala3eis kana config aplite
  21. nah, Im not interested on improving you at all, Im just saying that you should work on something else if you want to prove yourself or make money. This kind of protection is really for the lols, go work on antibot protection for example
  22. java is an open source language and it simply won't be as secure as you describe it, no matter how of your shitty effort you put on it. If you want something more safe, you make the core native, but still it can be bypassed with injects like l2off. So your WTS is yet another crap that I flamed on the garbageland of maxcheaters marketplace.
  23. Pws legete aftos pou ftinei tin gi ? giftos
  24. The retard above me can't see the beauty of my post and he flames. 2014 Maxcheaters, wannabies still think that there are ways to protect their java files... Let me say something, once bytecode, you will never be protected, so if you want it to be secure you have to be carefull for who gets it. If you have enough balls, do a native java compilation with gcc/gnu/jnit
×
×
  • 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