Custom Hairstyle

Status
Not open for further replies.
Newbie Spellweaver
Joined
Feb 19, 2007
Messages
46
Reaction score
0
Location
PHilippines
Can someone tell me how to put the Different Hairstyle othert than the 6 hairstyle in the rose

I can't find also the systemfunc.lua help!! :SniperHea
 
Here's a little and easy guide to add 2 male and 2 female hairstyles for EVO Private Servers:

--Download VFSNextGen :

--Put it in you Rose folder, extract it and launch it

--Open SCRIPTS >>> SYSTEMFUNC.LUA

--Right-Clic on SYSTEMFUNC.LUA >>> "extract item" >>> in your Rose folder (Default I think)

--After you made this copy, delete SYSTEMFUNC.LUA in your VFS window (right-clic >>> delete item)

--Open file SYSTEMFUNC.LUA with Notepad

--CTRL+F to look for "hair" in the file, choose the word's 2nd time appearing

--So you'll get:
--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_SelectItem4CreateAvatar( 2 ,0 );

--add these 2 lines so it'll be like this:
--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 and close

--Right-Clic anywhere in VFS window >>> "Add item to folder" >>> go and look for SYSTEMFUNC.LUA with "Browser" >>> fulfill "vfs directory" with "SCRIPTS" and fulfill "add to vfs" with "3DDATA.VFS" >> "add it!"

--Done, what a pleasure!


By Upanisad from OsRose
 
Status
Not open for further replies.
Back