Jump to content

Horus

Members
  • Posts

    888
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Horus

  1. Thread Closed. Reason: Solution to the Problem has been Supplied;
  2. I'll start making a sticky with all the nonsense people say ^^
  3. Use the Search button, there are several Threads about this.
  4. You're f*cked :D There are no pro devs here,we're all naaps ^^ always learning more.
  5. lool that's actually funny for a change. Anyway wrong Area. Thread Closed. Reason: Improper Posting Section; Waiting for a Moderator to relocate it.
  6. Honestly ? You both said dumb things. You actually want to keep making infinite FOR statement loops ? Do you have ANY idea of how much lag that will create with 4people clicking the npc every 5seconds ? Use indexing, do NOT use constant for statements,you will run into some serious problems.
  7. No the whole point of this Thread is that making them is RIDICULOUS,hence, you SHOULDN'T make them at all!!
  8. Are you serious ? LOOOOL. Alright, here's the thing: Zunix has been sharing things from the L2j Project's Timelines just to show how ridiculous you people are. You get things from the TimeLine,share them and claim they are awesome!! Jeez will you grow a brain ? Its situations like this that made MxC turn into what it is today.
  9. Honestly ? Don't use IL,IL is crap and so are all the packs that use it. My advice: go for L2jFree.
  10. Yes you are right,I am a big shot who thinks he knows everything and has nothing to learn ^^ hope that makes you happy and brings you knowledge. @Masterd3v1l - True, however, who said I do know everything ? ^^ Ah gotta love kids who write self-arguments. Anyway I have no shame in having doubts, thats the path to knowledge. At least I don't use different Usernames for every forum so that people don't recognize me. Anyway I've given my contribute to this community, Cya.
  11. Traffic he means an automated query. giannakislol you have to make a query and make a for statement where you create each HTML line. You might wanna index it too otherwise it WILL create lag.
  12. Zunix naiz spamming you naap ^^ Read other multisell's XML,there is always a line saying <enchant val=""> or smth like that.
  13. Thread Closed. Reason: User received the help he was looking for.
  14. Find the enchant variable on another multisell and apply it ^^ You can even sell +65535 weaps (Although that wont be very smart lool)
  15. Its the same oO If the var is called L2PcInstance activeChar or if its called player.Its the same..
  16. Don't make double threads damnit. You've made another thread for no reason -.- Either make a Teleporter or change the HTML and the Core. Make it not check for the User's Quest Conditions
  17. Just make a teleporter ^^
  18. Honestly I have no idea. I had that same thing on my Solaris Box but dunno. I think Zunix knows whats wrong with it. Just wait for him to reply ^^
  19. You can make a few changes to L2Monster Instance (Or L2NpcInstance now since its changed).Smth like: public void doDie(L2PcInstance Killer) { if(npcId() == yourid) for(L2PcInstance p : killer.getParty().getMembers()) { if(p.isDecayded()) continue; else p.addItem("Drop",itemid,itemquantity,this,0); } I dun have eclipse here so the methods might be slightly wrong,but you get the picture ^^
  20. Sticky Thread. I've made this Thread a Sticky since we all agree it is VERY important for newcomers and newbies. Hope it works as an example. Feel free to make it Non-Sticky though ^^
  21. LOOL are you crazy ? Jeez Intrepid are you on drugs and suddenly forgot Java ? In english the check works like this: IF the character is NOT a hero, then make him. ELSE if he IS a hero DO NOTHING. ^^
  22. Thread Closed. Reason: Solution has been Provided;
  23. Database. Read it and there is a Guide somewhere in MxC for that ^^
  24. Change the values on the DB ? Wait you want the time between sieges or the duratio of each Siege part?
×
×
  • 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