how do i use mercenary red potion on my mercenary when hp gets low..
the useSelf_item is not working in it
help
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.
-
- The Kore Devil
- Posts: 672
- Joined: 22 Feb 2013, 03:40
- Noob?: No
- Location: The Netherlands
Re: help
Try this:
Code: Select all
useSelf_item Mercenary's Red Potion {
mercenary_hp <= 50%
}
-
- The Kore Devil
- Posts: 672
- Joined: 22 Feb 2013, 03:40
- Noob?: No
- Location: The Netherlands
Re: help
Ah nice !kervy wrote:thank u.. it worked.. but i removed the 's it is only mercenary red potion.
can i ask again.. what about if the contract has ended and i want to automatically summon another i have so many merc scrolls.
Sorry I don't understand your question, you want another macro for scrolls?
-
- Plain Yogurt
- Posts: 62
- Joined: 17 Jul 2010, 00:48
- Noob?: No
- Location: pRO Valkyrie
Re: help
you mean use the merc scroll when you don't have a merc?kervy wrote:what about if the contract has ended and i want to automatically summon another i have so many merc scrolls.
Code: Select all
useSelf_item Insert Mercenary Scroll here {
mercenary 0
}
Reference:
http://openkore.com/index.php/Mercenary
