Тема: Кто спец по магам? :)
Помогите разобраться ,как лучше мага настроить ,а именно в части приемов.Вылаживаю свои ,посмотрите пожалуйста ,может местами где поменять,может условие изменить?
Маг земля 7 , бои хаоты, все умелки в земле (1 в посохи).
_name = "wis_earth_sacrifice";
_name = "pet_unleash";
if(typeof(top.Battle.oBattle.oMySlot.arrEffects["wis_fire_sign"]) != "object")
_name = "wis_fire_sign";
if(EnemiesCount > 5)
{
_name = "wis_earth_rain07";
_break = true;
}
if(top.Battle.oBattle.oEnemySlot.nHP > 650)
{
_name = "wis_earth_gravity07";
_break = true;
}
if(typeof(top.Battle.oBattle.oEnemySlot.arrEffects["wis_earth_meteor07"]) != "object" && typeof(top.Battle.oBattle.arrMethods["wis_earth_meteor07"].oMethod.bEnable))
{
_name = "wis_earth_mark";
}
if(typeof(top.Battle.oBattle.oEnemySlot.arrEffects["wis_earth_meteor07"]) != "object" && typeof(top.Battle.oBattle.oEnemySlot.nHP) > 300)
{
_name = "wis_earth_meteor07";
_break = true;
}
{
_name = "wis_earth_strike07";
_break = true;
}
{
_name = "wis_gray_manabeam";
_break = true;
}
{
_name = "wis_earth_dmg07";
_break = true;
}
if(!top.Battle.oBattle.arrMethods["wis_earth_dmg07"].oMethod.bEnable && !top.Battle.oBattle.arrMethods["wis_earth_meteor07"].oMethod.bEnable && !top.Battle.oBattle.arrMethods["wis_gray_manabeam"].oMethod.bEnable && !top.Battle.oBattle.arrMethods["wis_earth_strike07"].oMethod.bEnable && !top.Battle.oBattle.arrMethods["wis_earth_gravity07"].oMethod.bEnable)
{
DoHit();
_break = true;
}
Жду конструктивных предложений/обоснованой критики.
Отредактировано d1sc0nn3ct (2010-01-05 22:17:48)