hi, can i ask how to make a support of my farmer in a party w/ one priest??? like my priest will juz stay in a map and sit and my farmers will juz come if they want buffs or heal... plss teach me how thx...
sorry for my bad english..hihi thx
help! config of a farmer party w/ support
Moderators: waferbaron, Moderators
Forum rules
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
-
- Noob
- Posts: 3
- Joined: 20 Mar 2012, 03:42
- Noob?: Yes
-
- Human
- Posts: 24
- Joined: 18 Jul 2012, 11:48
- Noob?: No
Re: help! config of a farmer party w/ support
you can use macros for your farmer like,
Code: Select all
automacro nobuff{
status not Blessing
exclusive 1
call {
do move <priest location>
}
}
automacro nohp{
hp < 10%
exclusive 1
call {
do move <priest location>
}
}
-
- Noob
- Posts: 3
- Joined: 20 Mar 2012, 03:42
- Noob?: Yes
Re: help! config of a farmer party w/ support
thx po.. does anyone here have it as config??? ty sa sasagot..
-
- Human
- Posts: 24
- Joined: 18 Jul 2012, 11:48
- Noob?: No
Re: help! config of a farmer party w/ support
you can alternatively use doCommand in your config
Code: Select all
doCommand move <priest location> {
hp < 10%
timeout 60
}
Code: Select all
doCommand move <priest location> {
whenStatusInactive Blessing
timeout 60
}