Jump to content

Rootware

Legendary Member
  • Posts

    1,370
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Rootware

  1. "А мыши плакали и кололись, но продолжали грызть кактус.", russian metaphor. I told you what you need to do for avoid stupid actions and got result w/o outside help.
  2. There are no guide needs. You need to know Java basically and a bit l2j architecture.
  3. Before edition you need to find what the template name uses for creating InstanceWorld in target script.
  4. This script for admins who don't know how to check, install and configure extensions for PHP. If you need usage MS SQL, obvious what for PHP need extension "php_mssql.dll". For other cases the same. Basically the PHP package contains only commonly used extensions that are suitable in 80% of cases. Damn, people! Enable the brains.
  5. You need to edit interface scripts i think.
  6. Check folder /data/xml/instances/ or something like this for XML files with Instance's properties. You found all monsters/npcs spawns and teleportation coords of all instances. And many other things. ofc.
  7. Windows Server 2008 R2 enough for L2OFF. I use Windows 7 SP1 and no problems.
  8. RSA Decrypt problem. All packets to login server sends in crypted form. Your client sends wrong packet. Possible he sent not crypted packet.
  9. The all last week you tries to get the pointless help. This time enough for take basic Java knowledge from YouTube lessons and start to learn l2j architecture. But you with the "woodpecker persistence" tries to get "the paid work" at free of charge.
  10. At first you need to learn Java. And after learn l2j architecture.
  11. Own bicycle better than bicycles of others. The general meaning of all scheme buffer shares and requests for aCis. Except, if your code have radically another concept for user GUI.
  12. This issue exists even on HF client. Fantasy Island is uncompleted location in all chronicles. Hidden walls, chairs, etc. Report about it to NC Soft.
  13. Show for all the screenshot of your code in NPC.java -> onActionShift().
  14. When you an normal player Shift + Click ignores. If you want what normal player can see drop list of NPC then you need add this feature. Search on this forum "Drop / Spoil Info".
  15. He already got the answer but something goes wrong. I gave him hint with code example, but he don't have knowledge in java and tries to request another help in the same way. I can help with code but i'm not a Java teacher. P.S. i meant "made my day".
  16. Mate, find 5 euro and rent anyone who know Java better than you and it will done for 5 minutes. Stop to make my day everyday. You want the help but can't use it cause your Java knowledge is nothing. Unfortunately, today the community have no more altruists who work remotely with your sources for free of charge or for like or positive feedback.
  17. Project encoding is UTF-8 or default CP1251?
  18. Your towns isn't peace zones? if (!activeChar.isInsideZone(ZoneIdType.TOWN) && !activeChar.isInsideZone(ZoneIdType.PEACE)) { activeChar.sendMessage("Cannot use outside of peace zone."); return; }
  19. if (!activeChar.isInsideZone(ZoneIdType.PEACE) || !activeChar.isInsideZone(ZoneIdType.TOWN)) { activeChar.sendMessage("Cannot use outside of peace zone."); return; }
  20. Because you asked question with one conditions and in result wants the another.
  21. What did you ask, and received such an answer. If the answer does not fit, then learn English to ask questions correctly.
  22. if (activeChar.isInsideZone(ZoneId.PEACE) || activeChar.isInsideZone(ZoneId.TOWN)) { // Do something here. }
  23. You tries to compare integer ans string values.
  24. In my stress test on the PC of 2008 year (AMD 6000+ x2 64) i got the lags (while GC working) only after 4500 fake players in the same place. And it was before new aCis knownlist system and changed Java version with better GC features. I think L2J can handle over 5000 online players, but client will be the narrow part with low FPS in very crowded places.
×
×
  • 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