Jump to content

<< Masterio >>

Members
  • Posts

    252
  • Credits

  • Joined

  • Last visited

  • Days Won

    6
  • Feedback

    0%

Everything posted by << Masterio >>

  1. "BETA" you mean latest unstable revision? PS. now i have less time for coding but dont worry, all will be finished ;) PS. i started implementing nick/title color system.
  2. CHeck this options in config\head\options.properties # ------------------------------- # Community board - # ------------------------------- # Panel Type Community # - Full = new panel # - Old = old panel # - Off = off CommunityType = Full BBSDefault = _bbshome should be like above.
  3. works on java servers, I not checked it on acis (system checked on L2jFrozen and last official l2jServer)
  4. 1. check if the System is loading, information about that is in log file on server startup. its work on latest frozen revision I did clear install and check.
  5. You can download eclipse for windows/linux, compile project and send compiled java core to your server.
  6. If you use eclipse, and if you have all configured fine: 1. check if in code happened some errors, eclipse hints it (red X icon near file icon). 2. remember check your java jdk files in project libraries. If you have problems with java read forum topics, there is many about configuration and develop projects.
  7. i think about icon under nick is good idea but how resolve problem with clan wars (one side, both side war) it require 3 sets of icons or i don't know i will think something, but not now:D about Alt+C hmm its require client modiffication, for now its impossible for me;)
  8. gimme example of zone id i will check it. and send me your config file.
  9. You can enable/disable protecion for IP, clan , party, set maximum kills on victim in game for 1 killer character and more... all option with describe (not perfect english :D) in config file ;)
  10. so you must check update for all image converter classes, like: ServerSideImage RequestPledgeCrest PledgeCrest DDSConverter this patches are not wrote by me, but check it manually.
  11. System works correct. Tested on live servers and test servers by me. Most errors appear on apply the patches by you dear users ;) PS. Yes script was ripped from H5 but there is only 3-5 differences in code so i fit it manually to the Frozen server ;)
  12. Sorry i have session now (exams) i must learn but ill back to this system soon ;)
  13. this error causes by other custom not by my ;) TIP: check column name try to find your custom what using it, or it can be system error anyway column from your log not exists in database ;)
  14. Fix for event problem: Edit BasicCheck in CustomPvpSystem.java private boolean checkBasicConditions(L2PcInstance killer, L2PcInstance victim){ if(killer == null || victim == null){ return false; } if(killer.isDead() || killer.isAlikeDead()){ return false; } if(killer.isInOlympiadMode() || killer.isOlympiadStart()){ return false; } if(killer.atEvent || killer._inEventCTF || killer._inEventDM || killer._inEventTvT || killer._inEventVIP){ return false; } // check if killer is in allowed zone & not in restricted zone: full update for few days i have exams :D
  15. Next revision for few days i have important project to do now:D Ill try add nick/title colors, and try debug /pvpinfo commands. :D
  16. in system is 42 ranks so its not enough colors for it:D
×
×
  • Create New...