[Help]How as changing the level of the mobs and hp. (source 5165)

03/15/2010 03:35 dieg900#1
I start with the server, but I do not see any database where you can modify the sql, I see that is more C #, I will change the name but not its level and hp in this source.:confused:

Usually, you run into problems with the NPC, which was gradually resolving those and now I learn to create.

But so far that's my only question, if someone could help me I would appreciate that.

Thanks, Good Day.;)
03/15/2010 18:10 Paralyzer[GM]#2
Ok, so first you DO NOT DO ANY .sql files or navicat for 5165 and for this you go into "OldCODB/ and you will see a file called "MobInfo.txt" open it up and you will something like
Code:
ID    Name            type    Mesh    level    MaxHP    Defense    MDef    Matk    MinAtk    MaxAtk    DmgRedTime    Dodge    AtkType    Gives    AtkDist    MinSilver        MaxSilver        MoveSpeed        SpawnSpeed    LevDifDmg
18    BanditL33     1    601    33    1634    0    0    0    86    94    1        75     2    True    3     30        300        1000         12         True
so as you can see its all there and for guards it will look something like
Code:
ID	Name    		type	Mesh	level	MaxHP	Defense	MDef	Matk	MinAtk	MaxAtk	DmgRedTime	Dodge	AtkType	MagicSkill	MagicLvl	Gives	AtkDist	MinSilver		MaxSilver		MoveSpeed		SpawnSpeed	LevDifDmg
97 	DisturbedGuard 	6 	2168 	250 	50000 	2500 	70 	10000 	0 	0 	100 		70 	21 	8036 		0 	False 	18 	100000 		500000 		500 		3 		False