Ich habe droprate auf 100x
Is doch richtig wenn ich annehme das der multiplikator auf1.0 steht und bei droprate auf 1 das es dann 100x exp is oder? zumindest bin ich beim ersten aibatt level 8.
das ist aber nicht mein Problem.
Mein Problem ist folgendes
Zb bei einem Yeti dropt weder Setteil noch Waffe.
Ich poste hier auch mal den abschnitt aus der propmoverex.inc
Vielleicht weiss ja jemand was verkehrt ist
MI_NPC_YETI01
{
Maxitem = 3;
DropKind(IK3_SWD, 6, 6);
DropKind(IK3_AXE, 6, 6);
DropKind(IK3_CHEERSTICK, 6, 6);
DropKind(IK3_KNUCKLEHAMMER, 6, 6);
DropKind(IK3_WAND, 6, 6);
DropKind(IK3_STAFF, 6, 6);
DropKind(IK3_HELMET, 6, 6);
DropKind(IK3_SUIT, 6, 6);
DropKind(IK3_GAUNTLET, 6, 6);
DropKind(IK3_BOOTS, 6, 6);
DropKind(IK3_SHIELD, 6, 6);
DropKind(IK3_BOW, 6, 6);
DropKind(IK3_YOYO, 6, 6);
DropKind(IK3_THSWD, 6, 6);
DropKind(IK3_THAXE, 6, 6);
DropGold(1500, 1700);
DropItem(II_CHP_RED, 300000000, 0, 1);
DropItem(II_GEN_GEM_GEM_REDCRYSTAL, 4000000, 0, 1);
DropItem(II_GEN_MAT_ORICHALCUM01, 2000000, 0, 1);
DropItem(II_GEN_MAT_MOONSTONE, 2000000, 0, 1);
m_nAttackFirstRange = 10;
AI
{
#Scan
{
scan
}
#battle
{
}
#move
{
}
}
}
Is doch richtig wenn ich annehme das der multiplikator auf1.0 steht und bei droprate auf 1 das es dann 100x exp is oder? zumindest bin ich beim ersten aibatt level 8.
das ist aber nicht mein Problem.
Mein Problem ist folgendes
Zb bei einem Yeti dropt weder Setteil noch Waffe.
Ich poste hier auch mal den abschnitt aus der propmoverex.inc
Vielleicht weiss ja jemand was verkehrt ist
MI_NPC_YETI01
{
Maxitem = 3;
DropKind(IK3_SWD, 6, 6);
DropKind(IK3_AXE, 6, 6);
DropKind(IK3_CHEERSTICK, 6, 6);
DropKind(IK3_KNUCKLEHAMMER, 6, 6);
DropKind(IK3_WAND, 6, 6);
DropKind(IK3_STAFF, 6, 6);
DropKind(IK3_HELMET, 6, 6);
DropKind(IK3_SUIT, 6, 6);
DropKind(IK3_GAUNTLET, 6, 6);
DropKind(IK3_BOOTS, 6, 6);
DropKind(IK3_SHIELD, 6, 6);
DropKind(IK3_BOW, 6, 6);
DropKind(IK3_YOYO, 6, 6);
DropKind(IK3_THSWD, 6, 6);
DropKind(IK3_THAXE, 6, 6);
DropGold(1500, 1700);
DropItem(II_CHP_RED, 300000000, 0, 1);
DropItem(II_GEN_GEM_GEM_REDCRYSTAL, 4000000, 0, 1);
DropItem(II_GEN_MAT_ORICHALCUM01, 2000000, 0, 1);
DropItem(II_GEN_MAT_MOONSTONE, 2000000, 0, 1);
m_nAttackFirstRange = 10;
AI
{
#Scan
{
scan
}
#battle
{
}
#move
{
}
}
}