Jump to content

B1ggBoss

Legendary Member
  • Posts

    494
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Posts 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:

    proofm.th.jpg

     

  2. 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

  3. 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

     

  4. 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...