Jump to content

Horus

Members
  • Posts

    888
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Horus

  1. As if you have ever shared something useful ^^ most things on macheaters are just noobs trying to get post count by posting useless and obvious guides
  2. Just hardcode it. Get L2Npc do something like: @Override public void onSpawn(L2Npc) { if(npcId() == yourid) { int randomizer = Rnd.get(0,100); if(this instanceof L2Npc && randomizer >= 0 && randomizer <50) { this.setCoordinates(x,y,z,); this.SpawnMe(); } else if(this instanceof L2Npc && randomizer >= 0 && randomizer <50) { this.setCoordinates(x,y,z,); this.SpawnMe(); } } } Note- I don't have eclipse here, so there may be something wrong with the method names,but thats pretty much how to do it.
  3. GET THE DAMN SOURCE AND APPLY THE CODE ON GAMESERVER/MODEL/ENTITY/EVENTS/TvT.java do you want be to whipe your ass to? -.-' damnit lazy people, its the last time I code things for someone else -.-
  4. Read this: - http://www.l2jfree.com/index.php?topic=114.0 And this : - http://www.l2jfree.com/index.php?topic=3642.0
  5. Just use L2PcInstance player = null; player.getInventory().deleteItem(itemId); I don't have eclipse on this PC so the method names might be wrong,but thats basically it.
  6. Symbols mean that there are missing things or wrongly defined. The errors are very specific, just read them and you'll easely solve them.
  7. Sorry you have to speak better english. [Offtopic] Se quiseres escreve em brazileiro que eu leio,o teu inglês é ilegivel
  8. What Zunix means is add it to TvT.java since you want that in TvT.
  9. Don't. Release 1.2.11 is extremely bugged. Either use the Trunk or wait for the next release
  10. Oh jesus why don't you people whats written in there ? It can't find the Java Virtual Machine, means, you have to edit your JAVA_HOME and make it point to there .
  11. Read the event's core, you'll do this pretty easily if you have time to read the core.
  12. Stop being lazy damnit. Just add this to startEvent() DoorTable.getInstance().getDoor(yourdoorid).openMe(); DoorTable.getInstance().getDoor(yourdoorid2).openMe(); and this to endEvent() DoorTable.getInstance().getDoor(yourdoorid).closeMe(); DoorTable.getInstance().getDoor(yourdoorid2).closeMe(); Dont forget the import import com.l2jfree.gameserver.datatables.DoorTable;
  13. lol grow up. Anyway updated the first post with 2minor fixes.
  14. Compare it to the current TvT Engine and you'll see its special ^^ You're just saying that cus you guys don't get along well,but you have to admit, this is a nice one
  15. We all did back at L2jFree. And yes KidZor its exploitless. I converted it to factions with some nice features (new stuff ^^) and it was pretty fast, its a nice engine,fast,organized and its really good for accepting modifications, everything's pretty clear. I strongly recommend it =)
  16. Just like the name says, its a new Automated TvT Event Engine. Aren't you tired of the bugs the old one has ? Of its exploits ? Well here's a great addon made by good old savormix ^^ Can't post it since it exceeds the maximum allowed length and the Forum's Attachment Folder is full. Download it. Credits: savormix ^^
  17. Not another Interlude Project. I still prefer staying on L2jFree ^^ Good luck to that though
  18. Btw now in L2Free: L2FolkInstance -> L2NpcInstance L2NpcInstance -> L2Npc
  19. embas,honestly? You're crazy ^^ I wont even bother to answer you cus you're just being rude. You can have your opinion, just don't think you can treat me as if I was your child while discussing it. Anyway noc has left the team so its np for you now
  20. 1st- L2jFree users are not racists. and the reason why we do automatically close topics asking support for the Trunk, is because one of the rules is "We do not offer support for the Trunk ,please stcik to the STABLE Releases". Got it? 2nd- L2jFree has nothing to do with L2j, I mean, offcourse it all started with L2Chef but the code is too different now.That is one of the main reasons why L2j stopped getting stuff from L2jfree, the time they would spend converting the code to L2j is even greater then the time to make the engine themselves ^^ But you are entitled to your opinion, can't force you to agree with me ^^
  21. Sorry but I can't understand a word of what you're saying ^^
  22. In external host.The internal is always 127.0.0.1. Last time I'll help you,if you don't bother to read the Wiki and I wont bother helping you ^^
×
×
  • 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