Jump to content

B1ggBoss

Legendary Member
  • Posts

    494
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by B1ggBoss

  1. This is a little engine which allow you to set all those ranges (and its respective color) of pvp or pks as you want. The engine loads from database all ranges and his respective colors at server start up. You only have to fill the database table as you want, following this structure pvp count needed, range color, range type 50, FF0000, pvp Note1: the range type can only be setted as pvp or pk Note2: it come with some ranges, but you probably will find them crappy :D Created on L2JServer Gracia Epilogue Its working 100% (tested by myself and showed in the avobe photo) Download: http://www.4shared.com/file/213273661/cfdcabc2/ColorEngine.html Screen:
  2. in last v2 uploaded its fixed (a guy reported in the own l2jserver forum's thread). It dont use the coords in the bypass anymore. anyway, if you are using the aio item and want to update it, wait a little bit, im gona release the v3
  3. this exploit is fixed in the lastest version of the item =)
  4. why dont create a xml parser engine or database connection + result set, where you can configure ranges are you want with the color as you like :) ?
  5. on server start up long minimunNonRestartTime = System.currentTimeMillis() + Config.MIN_RESTART_DELAY; On cmd use: if(System.currentTimeMillis() < YourEngineClass.minimunNonRestartTime) { player.sendMessage("Server restarted not much ago!"); return false; } Fixed :)
  6. if you mean since when, since the l2jserver forum's B1ggBoss and me are the same person Oo
  7. since you are accessing the packet in a static way, you could change the constructor visibility to private
  8. as i said before, use just one class. There, a static FastList<InetAddress> ips = new FastList<InetAddress>(); on cmd use if(!YourEngineClass.ips.contains(player.getClient().getConnection().getInetAddress()) { YourEngineClass.ips.add(player.getClient().getConnection().getInetAddress()); cmdstuff.. } A List talking in java api terminology, is a Generic type, which implements the Collection interface
  9. use a list which contains the players InetAddres, and will fix the 95%
  10. 1) You better create a diff 2) You can handle all this engine within one class, avoiding creating new objects (1 objects is not problem, but avoid it its better than create) 3) Ppl cry when L2PcInstance is modified (cause update conflicts). Just make a list where all players who voted get inside. On cmd use, if (list.contains(player)) return false; for everything else, nice idea, really usefull
  11. the author of this patch is DrHouse, from the l2jserver team
  12. +1 You are stopping the current thread during 6 seconds. Use instead a system.currentTimeMillis() and a for loop/while loop.
  13. they drop the platinium armors sets and dusk, temple and tomb weapon set. that stuff cant be getted by other way
  14. well, about enchant rates we was thinking on lower them, so they will be reduced soon. About lag, i really dont feel it, the server is hosted on new york
  15. Rates: Exp: 250x SP: 250x Drop: 5x Adena drop: 850x Custom NPC's: -GMShop -Global Gatekeeper -NPC Buffer -Custom epic trader (for custom stuff) -Augmentation & Life Stone seller npcs -Skill enchanter npc -Bank trader Custom Stuff: - Infamous weapon Set - Dusk, Temple and Tomb weapon set - Ancient weapon set - Infamous armor set - Epic armor set - Platinium armor set - Epic wing sets (with custom bonusses) - Some custom mats Custom Zones: - Elven Ruins - Elven Fortress - Giants Caves - Devil's Isle All of this custom zones have our custom mobs, with our custom drops Custom Raid bosses: - Death Lord Shax - Lilith - Anakim Located on the custom zones, they have unique drops (their drops cant be getted from any other part) Events: Team vs Team (TvT) event. Automatically each 30 mins Our server is one month old (open beta time). Go to our website www.l2infamous.tk to get more information about drops, enchant rate, etc.. There you will can reach our forum too, where you can get aditional information.
×
×
  • Create New...