refine values?

Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    Enthusiast Totor is offline
    MemberRank
    Aug 2006 Join Date
    FranceLocation
    41Posts
    Thanks Aprate all p2p hair works now :)
    For the refine values tell me if that work for you too ^^

  2. #17
    Account Upgraded | Title Enabled! Aprate is offline
    MemberRank
    Mar 2006 Join Date
    HollandLocation
    236Posts
    hehe ok going to try it soon ^^ thnx again :)

  3. #18
    Enthusiast DoubleU is offline
    MemberRank
    Sep 2006 Join Date
    BrazilLocation
    25Posts

    Re: refine values?

    Anyone have formula to get cost of refine?

    Exemple:
    Purple Vest Witch-> Cost to refine 1 = 0
    Purple Vest Witch-> Cost to refine 2 = 1170
    Purple Vest Witch-> Cost to refine 3 = 3510
    Purple Vest Witch-> Cost to refine 4 = 7020

    How client make this calc?

  4. #19
    Jerkin the Gherkin Junkee is offline
    MemberRank
    Apr 2005 Join Date
    IllinoisLocation
    298Posts

    Re: refine values?

    you dont need a dll file to add p2p hair. all you need is the vfsnextgen editor, put it in your evo directory, extract SYSTEMFUNC.LUA in the Scripts part. open the file with notepad, search for hair and look for

    Code:
    --hair
    	SC_AddSelectItem4CreateAvatar( 2 , "1", 0);
    	SC_AddSelectItem4CreateAvatar( 2 , "2", 5);
    	SC_AddSelectItem4CreateAvatar( 2 , "3", 10);	
    	SC_AddSelectItem4CreateAvatar( 2 , "4", 15);
    	SC_AddSelectItem4CreateAvatar( 2 , "5", 20);
    next add in

    Code:
    	
            SC_AddSelectItem4CreateAvatar( 2 , "6", 25);
        	SC_AddSelectItem4CreateAvatar( 2 , "7", 30);
    So it should look like

    Code:
    --hair
    	SC_AddSelectItem4CreateAvatar( 2 , "1", 0);
    	SC_AddSelectItem4CreateAvatar( 2 , "2", 5);
    	SC_AddSelectItem4CreateAvatar( 2 , "3", 10);	
    	SC_AddSelectItem4CreateAvatar( 2 , "4", 15);
    	SC_AddSelectItem4CreateAvatar( 2 , "5", 20);
    	SC_AddSelectItem4CreateAvatar( 2 , "6", 25);
        	SC_AddSelectItem4CreateAvatar( 2 , "7", 30);
    	SC_SelectItem4CreateAvatar( 2 ,0 );
    Save the .LUA then right click on Scripts, select add item to folders, select the lua, and add it to 3ddata.vfs. next click on File, then rebuild tree.

    Log into Rose, create a new character, and be impressed with your new hair styles.

    *edit* i did this from memory, so if it doesnt work, let me know, ill reword it, and fix any problems.



Page 2 of 2 FirstFirst 12

Advertisement