if (ch->IsStone())
{
int diff = pkKiller->GetLevel() - ch->GetLevel();
if (diff <= 5)
{
// NORMAL DROP
DropItem(ch, pkKiller, "metin_normal_drop.txt");
}
else if (diff <= 15)
{
// ORTA DROP
DropItem(ch, pkKiller, "metin_dusuk_drop.txt");
}
else
{
// ÇÖP DROP
DropItem(ch, pkKiller, "metin_cop_drop.txt");
}
}
Böyle bir kod eklersen drop ayarını mob_drop tan çekmez onun yerine ftpye attığın
if (ch->IsStone())
{
int diff = pkKiller->GetLevel() - ch->GetLevel();
if (diff <= 5)
{
// NORMAL DROP
DropItem(ch, pkKiller, "metin_normal_drop.txt");
}
else if (diff <= 15)
{
// ORTA DROP
DropItem(ch, pkKiller, "metin_dusuk_drop.txt");
}
else
{
// ÇÖP DROP
DropItem(ch, pkKiller, "metin_cop_drop.txt");
}
}
Böyle bir kod eklersen drop ayarını mob_drop tan çekmez onun yerine ftpye attığın
1 99 bir sunucu için drop ayarlayacamda bu tarz seviye bazlı bunu hangi cppde düzenlemem lazım onun bilgisini verirsen birde her seviye için düzenlememi yapmam lazım