[Frage] Monster Exp?

01/24/2011 17:17 rembo#1
Hey, ich habe vor kurzem ein paar Monster geaddet aber ich finde nicht wo die Monster Exp steht, Ich hab ein Monster das lvl 46 war (Coral Insel) als ein Neues Monster Level 130 geaddet aber ich bekomme mit lvl 130 (usw.) keine Exp vom Mob.

Der Eintrag:

PHP Code:
MI_KINGSTER04    "Small Kingster"    AII_MONSTER    15    20    199    130    90    90    =    BELLI_MELEE    =    130    =    =    RANK_NORMAL    0    =    1    =    361    380    II_WEA_MOB_MONSTER2_ATK1    II_WEA_MOB_MONSTER2_ATK2    II_WEA_MOB_MONSTER2_ATK3    =    1.3    =    =    =    =    =    =    1000    3000    77769    100    59    130    0    =    5    1    =    0.075    =    0    =    =    =    51    0.3    0    -0.3    0    0    1055    =    =    =    =    50    2558    0    =    =    1    II_WEA_HAN_HAND    VT_ITEM    =    =    =    =    =    =    =    =    SND_ITEM_ANIMAL     SND_PC_DMGWANB    =    =    =    IDS_PROPMOVER_TXT_001227 
Meine Frage also: Wo ist hier Exp eingetragen?

Mfg rembo
01/24/2011 17:50 Nilsator2#2
Quote:
Originally Posted by rembo View Post
Hey, ich habe vor kurzem ein paar Monster geaddet aber ich finde nicht wo die Monster Exp steht, Ich hab ein Monster das lvl 46 war (Coral Insel) als ein Neues Monster Level 130 geaddet aber ich bekomme mit lvl 130 (usw.) keine Exp vom Mob.

Der Eintrag:

PHP Code:
MI_KINGSTER04    "Small Kingster"    AII_MONSTER    15    20    199    130    90    90    =    BELLI_MELEE    =    130    =    =    RANK_NORMAL    0    =    1    =    361    380    II_WEA_MOB_MONSTER2_ATK1    II_WEA_MOB_MONSTER2_ATK2    II_WEA_MOB_MONSTER2_ATK3    =    1.3    =    =    =    =    =    =    1000    3000    77769    100    59    130    0    =    5    1    =    0.075    =    0    =    =    =    51    0.3    0    -0.3    0    0    1055    =    =    =    =    50    2558    0    =    =    1    II_WEA_HAN_HAND    VT_ITEM    =    =    =    =    =    =    =    =    SND_ITEM_ANIMAL     SND_PC_DMGWANB    =    =    =    IDS_PROPMOVER_TXT_001227 
Meine Frage also: Wo ist hier Exp eingetragen?

Mfg rembo


Code:
//dwID	szName	dwAI	dwStr	dwSta	dwDex	dwInt	dwHR	dwER	dwRace	dwBelligerence	dwGender	dwLevel	dwFilghtLevel	dwSize	dwClass	bIfPart	dwKarma	dwUseable	dwActionRadius	dwAtkMin	dwAtkMax	dwAtk1	dwAtk2	dwAtk3	dwHorizontalRate	dwVerticalRate	dwDiagonalRate	dwThrustRate	dwChestRate	dwHeadRate	dwArmRate	dwLegRate	dwAttackSpeed	dwReAttackDelay	dwAddHp	dwAddMp	dwNaturealArmor	nAbrasion	nHardness	dwAdjAtkDelay	eElementType	wElementAtk	dwHideLevel	fSpeed	dwShelter	bFlying	dwJumpIng	dwAirJump	bTaming	dwResisMagic	fResistElecricity	fResistFire	fResistWind	fResistWater	fResistEarth	dwCash	dwSourceMaterial	dwMaterialAmount	dwCohesion	dwHoldingTime	dwCorrectionValue	[B][COLOR="Red"]dwExpValue[/COLOR][/B]	nFxpValue	nBodyState	dwAddAbility	bKillable	dwVirtItem1	dwVirtType1	dwVirtItem2	dwVirtType2	dwVirtItem3	dwVirtType3	dwSndAtk1	dwSndAtk2	dwSndDie1	dwSndDie2	dwSndDmg1	dwSndDmg2	dwSndDmg3	dwSndIdle1	dwSndIdle2	szComment
Die 63 stelle also hier:

Code:
MI_KINGSTER04	"Small Kingster"	AII_MONSTER	15	20	199	130	90	90	=	BELLI_MELEE	=	130	=	=	RANK_NORMAL	0	=	1	=	361	380	II_WEA_MOB_MONSTER2_ATK1	II_WEA_MOB_MONSTER2_ATK2	II_WEA_MOB_MONSTER2_ATK3	=	1.3	=	=	=	=	=	=	1000	3000	77769	100	59	130	0	=	5	1	=	0.075	=	0	=	=	=	51	0.3	0	-0.3	0	0	1055	=	=	=	=	50	[B][COLOR="red"]2558[/COLOR][/B]	0	=	=	1	II_WEA_HAN_HAND	VT_ITEM	=	=	=	=	=	=	=	=	SND_ITEM_ANIMAL 	SND_PC_DMGWANB	=	=	=	IDS_PROPMOVER_TXT_001227