Mesh Id For Monsters 5165

01/07/2011 12:15 mason2k2008#1
Basicaly im trying to find out the mesh ids of the monsters in my conquer client 5165.I have had a read about and all i can find is you decrypt the monster.dat from you client. So i done this but i cant figue out with one is the mesh id. If this is not the right way to do this can someone point me in the right direction please. This problem is really holding me back from geting on with my server.?

This is out of the monster.dat

[GuildBeast]
SizeAdd=1
ZoomPercent=100
MaxLife=65535
Level=1
BornAction=315
BornEffect=MBStandard
BornSound=none
ActResCtrl=0
ASB=5
ADB=6
BodyType=0
TypeID=3120
AntiType=0
Armet=0
ArmetColor=3
RWeapon=0
LWeapon=0
LWeaponColor=3
Misc=0
Mount=0
BattleLev=0
ExtraExp=100
StcType=0
01/07/2011 12:20 FireDown#2
This what your searching for?
01/07/2011 14:03 mason2k2008#3
Quote:
Originally Posted by FireDown View Post
This what your searching for?
Thank you thats what i was looking for. Just wondering if theres any guides into adding monster to the game. I just added one my self and it messed up. I added this to Monster.txt in OldCODB

1000 BlueRockMonster 1 738 58 3184 1000 70 1000 0 0 2 70 21 1001 3 True 10 1000 5000 1000 12 True

Also i added to the spwarn table then restared the server and i got errors in mob.cs and database.cs
When adding a new mob do i have to do anythink in the mob.cs of database.cs ?
And with this dose this have to be a certan number or can it be what you like the number is highlighted in red ???
1000 BlueRockMonster 1 738 58 3184 1000 70 1000 0 0 2 70 21 1001 3 True 10 1000 5000 1000 12 True

I would be more than greatfull if someone could guide me the right way i have looked right though the forum and i can not really find a way to add Monsters to the game.
01/07/2011 18:45 Arabian[GM]#4
Thanks For This File :)
01/07/2011 18:49 Lateralus#5
Quote:
Originally Posted by FireDown View Post
This what your searching for?
I actually wrote this (a long time ago) based on the 4351 client, I'm sure there have been additions from 4351->5165.
01/07/2011 19:13 mason2k2008#6
yes i dont this they are any good for 5165 compairing some mesh i have in game to whats in that file they are differnt so i still have the same problem of find the mesh for monsters. Is there a program that can read the gameclient to see what the mesh is??? There has gota be a way to find out how to get the mesh id.