PDA

Просмотр полной версии : Macro and config


Jozo
09.10.2009, 20:42
Можно ли через макрос добавить в конфиг блок атакюз скил или автобай в определенный момент?Если да то какой командой

4epT
10.10.2009, 13:01
conf (<config key>) [<value>|none]

conf (<label.label_name>) [<value>|none]

<config key>
- a configuration key name from config.txt.
<value>
- any value depending on the configuration key being changed.
<label.label_name>
- By specified label name in configuration block, you can use label name instead of configuration key (see example in config.txt)

Change a configuration key.

Command Description
conf <config key> Display the current value of the specified configuration key.
conf <config key> <value> Set a new value for the specified configuration key.
conf <config key> none Unset the specified configuration key.
conf <label.label_name> Display the current value of the specified configuration key
conf <label.label_name> <value> Set a new value for the specified configuration key through label_name.
conf <label.label_name> none Unset the specified configuration key through label_name.

Note. Kore will not disclose the username and password using this command.


читаем мануал по консольным командам в моей подписи

Jozo
10.10.2009, 14:51
В мануале я знаю почти все наизусть а вот как добавить в макросе через команду do conf блок ну к примеру
attackSkillSlot Mammonite {
lvl 10
dist 1.5
sp > 20
timeout 0
}
я без понятия

Добавлено через 5 минут
Ага....нашел интересную вещь о которой и не догадывался....

autoConfChange [<filenames>] {
minTime [<seconds>]
varTime [<seconds>]
lvl [<range>]
joblvl [<range>]
isJob [<job class>]
}

Но. Если я создам новый конфиг просто с блоком
attackSkillSlot Mammonite {
lvl 10
dist 1.5
sp > 20
timeout 0
}

,то нужно копипастить остальные настройки или он подгрузится сам к основному конфигу?

4epT
13.10.2009, 20:49
бляха.. читаем внимательнее:
conf (<label.label_name>) [<value>|none]
т.е. делаем так:
attackSkillSlot Mammonite {
lvl 10
dist 1.5
sp > 20
timeout 0
label mammonite
}
в макросе меняем:
do conf mammonite.lvl 5
do conf mammonite.timeout 5

4epT
13.10.2009, 20:50
бляха.. читаем внимательнее:
conf (<label.label_name>) [<value>|none]
т.е. делаем так:
attackSkillSlot Mammonite {
lvl 10
dist 1.5
sp > 20
timeout 0
label mammonite
}
в макросе меняем:
do conf mammonite.lvl 5
do conf mammonite.timeout 5