Quote:
For Level Cap, it's in Center.exe, you need source to change it.
Starting level, money, skill points are in login.exe and will also need source to change. Its somewhere in S04_MyWork02.cpp and it looks like this
tAvatarInfo.aVisibleState = 1;
tAvatarInfo.aSpecialState = 0;
tAvatarInfo.aPlayTime1 = 0;
tAvatarInfo.aPlayTime2 = 0;
tAvatarInfo.aKillOtherTribe = 0;
tAvatarInfo.aPreviousTribe = tAvatarInfo.aTribe;
tAvatarInfo.aLevel1 = 1;
tAvatarInfo.aLevel2 = 0;
tAvatarInfo.aGeneralExperience1 = 0;
tAvatarInfo.aGeneralExperience2 = 0;
tAvatarInfo.aVitality = 1;
tAvatarInfo.aStrength = 1;
tAvatarInfo.aKi = 1;
tAvatarInfo.aWisdom = 1;
tAvatarInfo.aEatLifePotion = 0;
tAvatarInfo.aEatManaPotion = 0;
tAvatarInfo.aStateBonusPoint = 0;
tAvatarInfo.aSkillPoint = 0;
But then again its all useless unless you havr a good source that you can compile. Unfortunately you cant get that anywhere easily or for free.
Any changes in server side will require source. The only change you can do is in the 005 imgs.
TBH idont know where tf does people who host P.V of ts2.0 get their sources
Maybe I'm missing something here. Where are the cpp files from Natz's post?