Страница 2 из 2

Добавлено: Чт мар 15, 2007 3:43 pm
kyzyashin
Я вот это юзаю всё работает.

Код: Выделить всё

}
useSelf_skill Potion Pitcher {
	lvl 4
	hp < 60%
	sp > 10
	inInventory White Potion
}
useSelf_skill Potion Pitcher {
	lvl 3
	hp < 50%
	sp > 10
	inInventory Yellow Potion
}
useSelf_skill Potion Pitcher {
	lvl 2
	hp < 40%
	sp > 10
	inInventory Orange Potion
}
useSelf_skill Potion Pitcher {
	lvl 1
	hp < 30%
	sp > 10
	inInventory Red Potion

Добавлено: Вс май 11, 2008 9:30 pm
Пух
А как лечить гома Potion Pitcher'ом? Чот в поиске не нашел ничего.

В какой блок скилов писать?

Добавлено: Пн май 12, 2008 5:35 pm
Пух
Тэкс, я уже сам разобрался. Гом лечится вот так:

Код: Выделить всё

partySkill Potion Pitcher {
	lvl 4
	inLockOnly 1
	notWhileSitting 1
	notInTown 1
	sp > 20
	homunculus_hp < 30%
}