Jump to content

PiKKa

Members
  • Posts

    73
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by PiKKa

  1. Where you can change PvP Flag Color's so you'r enemy can have other color when pvping

     

    Now go to L2Character.java

    Search startPvPFlag

    And get to be like this

     

    public void startPvPFlag()

    {

    updatePvPFlag(1);

                    L2PcInstance player = (L2PcInstance)this;

                    player.getApparance.setNameColor(0xCode);

     

    _PvPRegTask = ThreadPoolManager.getInstance().scheduleGeneralAtFixedRate(new PvPFlag(), 1000, 1000);

    }

     

    Now go to L2Character.java again

    Search stopPvPFlag

    And get to be like this

     

    public void stopPvPFlag()

    {

    stopPvpRegTask();

     

    updatePvPFlag(0);

                    L2PcInstance player = (L2PcInstance)this;

                    player.getApparance.setNameColor(0xFFFFFF);

    _PvPRegTask = null;

    }

     

    Where to write blacks have to put up there html color from here maybe

    http://www.computerhope.com/htmcolor.htm

     

    Ideea its by me

    And code it's by xAddytzu

     

  2. Heavy Medal Event

    http://www.lineage2.com/archive/2006/09 ... dal_1.html

     

    Patch for current l2js:epilogue in attachment

     

    http://www.4shared.com/file/258174453/94755d54/HeavyMedal.html

     

    by Gnacik

     

    There is some of the old htmls (retail) probably the texts are still the same

     

    There is some of the old htmls (retail) probably the texts are still the same...

     

    <html><body>Event Manager Roy the Cat:<br>
    Meow! Greetings! I'm Roy the Cat! <br>
    My master, the great collector Bashtal from the Bronze Key guild, has asked me and my friends to collect medals that were scattered throughout the world. The search has brought me to this village!<br>
    I'm organizing an event I'm calling the <font color="LEVEL">Medal Collecting Event</font>! Anyone who brings medals will receive fabulous prizes! Meow!<br>
    <a action="bypass -h ***">"I want to trade medals for prizes."</a><br>
    <a action="link ***">"Tell me more about the event."</a><br>
    <a action="link ***">"What are the prizes?"</a>
    </body></html>

     

    <html><body>Event Manager Winnie the Cat:<br>
    Meow! Greetings! I'm Winnie the Cat! <br>
    Our master, Collector Bashtal, formerly of the Bronze Key guild, has asked us  to collect medals that were scattered throughout the world. We've come to this village as his personal emmissaries!<br>
    We're organizing a <font color="LEVEL">Medal Collecting Event</font>! Would you like to participate? Collect medals and take them to Roy the Cat over there!<br>
    There's so much to do, but I need a nap!! Meow!! <br>
    <a action="bypass -h ***">"I want to raise my level."</a><br>
    <a action="link ***">"Tell me more about the event."</a><br>
    <a action="link ***">"What are the prizes?"</a>
    </body></html>

     

    <html><body>Event Manager Louie the Cat:<br>
    I'm a lonesome traveler, tra la la~... So far from home... My heart leads me onward... <br>
    Huh? Who are you? Moi? I am Louie, an adventurer, world traveler and a collector of extremely rare and precious items! Medals are my specialty!<br>
    You wouldn't have any medals, would you? If you do, I'll trade them for something you'll find much more useful!<br>
    <a action="bypass -h ***">"Let's trade."</a>
    </body></html>

     

    and btw this event has been upgraded a bit in 2007: http://www.lineage2.com/archive/2007/08/heavy_medal_ret.html

     

    the cats are...

    31228 Roy the Cat

    31229 Winnie the Cat

    31230 Louie the Cat

     

    by  Melerix

     

    <Event ID="Heavy Medal Event" Active="15 Jan 2010-01 feb 2010">
    <Droplist>
    	<AllDrop Items="6393"
    		Count="1,1"
    		Chance="5%">
    	</AllDrop>
    	<AllDrop Items="6392"
    		Count="1,1"
    		Chance="20%">
    	</AllDrop>
    </Droplist>
    <Message 
    	Type="OnJoin"
    	Msg="Heavy Medal Event:  Collect Medals and trade them for prizes at Event Cats in every town!">
    </Message>
    <EventEnd>
    	<Take From="AllPlayers">
    		<Item ItemID="6392-6393"></Item>
    	</Take>
    </EventEnd>
    </Event>

     

    by jurchiks

     

     

    I think everyone can find the lines for item drop and removal

    if you need, edit this code, then put it in "anyname.xml" and ZIP it, not .rar or .7z, then put it in data/faenor

    or just dl it from my first post

     

     

    btw in retail, drop rate of this event is...

     

    (6093) Event - Glittering Medal

    drop count = 1-2

    drop chance = 1%

     

    (6392) Event - Medal

    drop count = 1-2

    drop chance = 20%

     

    Drop count 1-4 (only special days)

    drop special 1 = 200X/6/9-18:00 ~ 200X/6/11-23:59

    drop special 2 = 200X/6/16-18:00 ~ 200X/6/18-23:59

    drop special 3 = 200X/6/23-18:00 ~ 200X/6/25-23:59

    drop special 4 = 200X/6/30-18:00 ~ 200X/7/2-23:59

     

    Event Duration

    start = 200X/6/9 at 18:00

    end = 200X/7/11 at 11:00

     

     

×
×
  • 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