help

Philippines

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.
kervy
Noob
Noob
Posts: 7
Joined: 20 Mar 2013, 04:13
Noob?: Yes

help

#1 Post by kervy »

how do i use mercenary red potion on my mercenary when hp gets low..

the useSelf_item is not working in it
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: help

#2 Post by Raider »

Try this:

Code: Select all

useSelf_item Mercenary's Red Potion {
        mercenary_hp <= 50%
}
kervy
Noob
Noob
Posts: 7
Joined: 20 Mar 2013, 04:13
Noob?: Yes

Re: help

#3 Post by kervy »

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.
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: help

#4 Post by Raider »

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.
Ah nice !
Sorry I don't understand your question, you want another macro for scrolls?
ptcarino
Plain Yogurt
Plain Yogurt
Posts: 62
Joined: 17 Jul 2010, 00:48
Noob?: No
Location: pRO Valkyrie

Re: help

#5 Post by ptcarino »

kervy wrote:what about if the contract has ended and i want to automatically summon another i have so many merc scrolls.
you mean use the merc scroll when you don't have a merc?

Code: Select all

useSelf_item Insert Mercenary Scroll here {
    mercenary 0
}
just change the item name according to the merc scroll you want to use.

Reference:
http://openkore.com/index.php/Mercenary
Image