Jump to content

lilcoconut20

Members
  • Posts

    10
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by lilcoconut20

  1. Its possible use this animation package(lineagepchair.ukx) without modify to make them for interlude only adapting dat files(make them to use like an accessory creating the armorgrp lines) or i need to extract them all and recreate the ukx?

    I think you are going to need to recreate the ukx for making it into a hair accessory

    check out I-LeO-I post. but only has MFighter hair as a hair accessory

    http://maxcheaters.com/forum/index.php?topic=217072.0

  2. Anyone knows how to leave the hair the same way when a cloak is equipped?

    example the hair going into a ponytail(female) when a cloak is equipped. instead of a ponytail it will be the hair you choose when you made your character.

     

    I would use the Search button but it says

    An Error Has Occurred!
    You are not allowed to search for posts in this forum.

  3. This is Goddess of Destrucion Hair for all races/classes for H5

    Notes:

    1) To use the new hairs you need to use hair style change potion

    2) you must have the first hair color if not youll only get the hair mesh(beacuse there is no other hair color)

    3) I notice some hair accessory's don't match the new hair ill fix that later

    4) The 3 new potions are for female. The ones the male uses are F & G (for F & G may need to remove some lines in the skills xml file see below)

     

    Update:

    You can use other hair accessorys. But Most hat ones will not show the new hair. The face ones will show the new hair. :)

    Added new Hair style Change potions

    also i added all the files together please redownload at the bottom

     

    Pictures: Sorry i couldn't post the pictures here

    http://imageshack.us/g/638/shot00037qh.jpg/

     

    Download Link:

    http://www.mediafire.com/?hhbhy54wdlnknz1

    or

    http://www.4shared.com/file/YPXZ0Cqc/GoD_Hair_for_H5_new_update.html

    Warning!! Make sure you back up your files!!!

     

    Standard Potions (official quote):

    Hair Style Change Potion - A = May be used by either male or female characters

    Hair Style Change Potion - B = May be used by either male or female characters

    Hair Style Change Potion - C = May be used by either male or female characters

    Hair Style Change Potion - D = May be used by either male or female characters

    Hair Style Change Potion - E = May be used by either male or female characters

    Hair Style Change Potion - F = May be used only by female characters <- This can be also used by Male (May need to remove some lines in skills/2100-2199.xml for L2j H5 see below)

    Hair Style Change Potion - G = May be used only by female characters <- This can be also used by Male (May need to remove some lines in skills/2100-2199.xml for L2j H5 see below)

     

    New potions (from lilcoconut20) --> text from items:

    Hair Style Change Potion - H = May be used by either male or female characters

    Hair Style Change Potion - I = May be used by either male or female characters

    Hair Style Change Potion - J = May be used by either male or female characters (only for Kamael like several people said)

     

    Use F & G for new male hairs

    For H,I,J are used for female hair. Sorry for the info mix up.

     

    Under skills 2134 and 2135 Remove the lines with:

    		<cond msgId="1518">
    		<player sex="1" />
    	</cond>

     

     

    Ill upload some updated files like the info and sever side.

    Sorry i haven't respond here for so long , i been busy with work and school and all the good stuff.  :)

     

    Credits To: Ncsoft for animations and textures. Me for adapting.

  4. I found how to fix this. Someone please lock this topic

     

    i need help fixing some hair accessory for this new hair i imported from GoD to H5.

    when i equip something like "Hero Circlet" is in his neck instead of his head for example:

    pic2m.png

     

    and also when you equip some like head accessory the hair is gone for example:

    pic1q.png

     

  5. dont work in l2j high five :(

    To get it to work on l2j Hi five in the __L2j_Blesse__.py

    change this

    import sys
    from l2.brick.gameserver.model.actor.instance import L2PcInstance
    from l2.brick.gameserver.model.actor.instance import L2PetInstance
    from l2.brick.gameserver.model.actor.instance import L2SummonInstance
    from java.util import Iterator
    from l2.brick.gameserver.datatables import SkillTable
    from l2.brick			       import L2DatabaseFactory
    from l2.brick.gameserver.model.quest import State
    from l2.brick.gameserver.model.quest import QuestState
    from l2.brick.gameserver.model.quest.jython import QuestJython as JQuest

     

    To this

    import sys
    from com.l2jserver.gameserver.model.actor.instance import L2PcInstance
    from com.l2jserver.gameserver.model.actor.instance import L2PetInstance
    from com.l2jserver.gameserver.model.actor.instance import L2SummonInstance
    from java.util import Iterator
    from com.l2jserver.gameserver.datatables import SkillTable
    from com.l2jserver			       import L2DatabaseFactory
    from com.l2jserver.gameserver.model.quest import State
    from com.l2jserver.gameserver.model.quest import QuestState
    from com.l2jserver.gameserver.model.quest.jython import QuestJython as JQuest

    now it should work

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