Jump to content

Horus

Members
  • Posts

    888
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Horus

  1. Well its actually a 2D map lool.
  2. Ofcourse you can duplicate it, just make sure you do it right.
  3. underground you probably forgot to setup the JAVA_HOME var. Anyway here's a Thread which you might find useful : Click Me
  4. Getting the door is pretty easy, should be smth like Door mydoor = DoorTable.getInstance().getDoorId(yourdoorid); mydoor.openMe(); ThreadPoolManager.getInstance().scheduleGeneral(new Runnable(){ public void run { mrdoor.closeMe(); } } , 3000); Should be something like that. Names and syntax might be wrong since I'm hand writting it, but you get the picture.
  5. Leeroy watch your tongue. If you want the Thread to maintain open please stick to the point, don't start a flaming thread.
  6. Well I can help you with Java,not with Python though.
  7. Besides, Vago, whats the point of the return ? public void setHeroAura (boolean heroAura) + { + isPVPHero = heroAura; + return; + } Its a one line method, the return isn't needed since the method would return on its own. The use of the return statement by itself is a bit nonsense since the return type is void, hence, there is no return, you are supposed to use the return statement when you want the method to stop or freeze,e.g. if(getObjectId() == null ) return ; //avoid npes
  8. So use the Search button, its already been Shared a huge number of times.
  9. Wrong, it isn't flaming, if it was, you would be pissed ^^ Its just noticing when people take someone's work and claim it as their own. But its no problem, grats on your first share ^^
  10. Ofc it doesn't ,it was a non-existing example lool. Anyway you should check if the player already has the Skill for security purposes, avoiding possible stacking. Thus the "!".
  11. Leeroy I'm pretty sure you got that code from somewhere in here (Maybe it was because I made it for someone else in the help section lool) and you didn't even bother to change the note,you just copied / paste. Thats not funny at all ^^
  12. This is not the right Section, please post in the [Request] Dev Help [L2J] Section. Also, post a proper message, how is anyone supposed to help you if you don't describe the problem ? Thread Closed Reason: Improper Posting Section;
  13. A GM IS SHUTTING DOWN THE SERVER ALL THE TIME. There is someone named NewFace with an access level superior to 100 who keeps using the //shutdown 10 command. Got it ?
  14. This is the English Section , speak Greek in its proper Area.
  15. Dudes lool... Read what it says. Someone with the proper access level is braodcasting a Shutdown (SIGTERM), hence, the server goes down. Character Name: Newface.
  16. Honestly, I usually don't comment such shares because they are all alike and useless, but this one, its really nice. Its pretty organized ,with a lot of areas and yet, functional.
  17. Find increasePvPKills() on L2PcInstance and add something like: if(this.getPvpKills() == 1000 && !this.getSkills.contains(yourskillid)) this.addSkill(skillid, skilllevel, processname 0); I don't have eclipse here so it might be wrong,but you get the picture. Note: There will be two increasePvpKills() method calls, since one is referring to non-clan war kills and the other one to clan war kills. PS- hoangnhan You're signature is funny.
  18. Oh jeez lool just remove the if statement.
  19. You have already made this Thread in another Area, and they are both in the wrong section. Thread Closed Reason: Improper Posting Section;
  20. You have already made this Thread in another Area, and they are both in the wrong section. Thread Closed Reason: Improper Posting Section;
  21. Just store their coordinates in 3 temp vars and tele them back upon event termination.
  22. - Use the Search button (this has already been shared once); - Post your Help Requests in the proper Section; Waiting for a Moderator to move it. Thread Closed Reason: Improper Posting Section;
  23. File » Save Page As ... (Mozilla). Works like a charm ;)
  24. Please use Code Tags. Ps- Its Default NOT Denault.
  25. It was made for jfree indeed, however you can suit your need (converting to l2j) with just a simple changes.
×
×
  • 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