THIS HAS NOW BEEN UPDATED.
Hey guys,
Thought I'd release some split figures as the other ones look SOMEWHAT messy, So here we go. (This is a tutorial too).
1) Go to virtualUsers.cs.
2) Find: using System.Timers;
3) Find the personal region.
4) add this: internal string _Uni;
5) Under that add this: using System.Text.RegularExpressions;
6) Find: _isLoggedIn = true;
7) Under that add this:
Code:
string FigurePartHair = _Figure;
string GetHairPart;
GetHairPart = Regex.Split(_Figure, "hr")[1];
FigurePartHair = GetHairPart.Split('.')[0];
string FigurePartBody = _Figure;
string GetBodyPart;
GetBodyPart = Regex.Split(_Figure, "hd")[1];
FigurePartBody = GetBodyPart.Split('.')[0];
_Uni = Convert.ToString("hr" + FigurePartHair + "." + "hd" + FigurePartBody + ".");
8) Complete!
WAIT WHAT? THAT DON'T WORK!?!?
1) Oh yeah, When you do a figure for the split you need to do it in the formats like this: _Figure = _Uni + "ch-220-94.lg-280-94.sh-290-62";
2) I'd change your case "startwork": to something like this: _Figure = _Uni + jobs_ranks_figure_data;
Also, Because the hair + skin is the splits in this release, Your figure codes in the database wont need certain bits, Base them like this: ch-220-94.lg-280-94.sh-290-62
But, Yeah, You may want to do some coding on startwork and the figures in the corporation creation. I've done this on Obbo and had it work .
If you like this please click the thank/like button x]
- Thanks.
500 POSTS - POSTING FREAK .