Quote:
Originally Posted by barakuda21
sharing what i learn by myself hope will help
this is a item code on how to put it on NPC Bank
i know this is simple FOR you! not for the beginner
for example purposes only
How?
and another same question HOW to CHANGE create character in to Lvl1/Remove Money/Remove Skill and status points NOT start to M33 free money/skill and status points???????????
|
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