PDA

Просмотр полной версии : автоподбор предметов


Sapphire
04.05.2007, 19:03
можете подсказать, можно ли поставить задержку на подбор предметов, чтоб через случайный промежуток времени подбирал предмет?

4epT
04.05.2007, 20:36
вот из описания файла timeouts.txt
ai_items_gather_auto (<seconds>)
If Kore is set to gather loots (see itemsGatherAuto in config.txt), check for items you can gather every specified number of seconds.
-------------------------------------------------------------------
ai_items_gather_giveup (<seconds>)
When trying to gather an item, give up if you weren't able to take it within the specified number of seconds.
-------------------------------------------------------------------
ai_items_gather_start (<seconds>)
When checking for items to gather, only take an item if the specified number of seconds has elapsed since the item appeared on screen.
-------------------------------------------------------------------ai_items_take_end (<seconds>)
When your monster died and there are no more monster loots to take, stop checking for loots after the specified number of seconds.
-------------------------------------------------------------------ai_items_take_start (<seconds>)
When your monster died and Kore is set to take items dropped by monsters you killed (see itemsTakeAuto in config.txt), start checking for monster loots after the specified number of seconds
может чё подойдёт..

Sapphire
07.05.2007, 17:17
# When your monster died, start checking for loot after x seconds
ai_items_take_start 2

# Stop checking for loot x seconds after it has begun checking.
ai_items_take_end 5
Эти 2 параметра надо было просто поменять.

Barbarian
08.05.2007, 11:00
а как сделать чтобы чар собирал лут после убийства всех мобов его атакующих?

4epT
09.05.2007, 06:10
почитать доку по конфигу
ЗЫ: itemsTakeAuto 2