Page 1 of 1

Help with Novice Potion in Valkyrie

Posted: 10 Oct 2008, 08:36
by leajovi
Hi,

I can't seem to figure out how to use the novice potions.. :(

This is the code I'm currently using (doesn't work)

useSelf_item Novice Potion {
hp < 40
inLockOnly 1
notWhileSitting 1
}

I wonder if someone can help me get it to work.
Probably the problem is the item, but it's the same name as in the table.

Thanks!

Re: Help with Novice Potion in Valkyrie

Posted: 10 Oct 2008, 09:08
by Bibian
is reading the manual really that hard?

hp < 40 <-- means "This condition is TRUE when we have LESS than 40 HP)
hp < 40% <-- means "This condition is TRUE when we have LESS than 40 _percent_ HP)

Re: Help with Novice Potion in Valkyrie

Posted: 10 Oct 2008, 09:15
by leajovi
Actually I read the manual. But a long time ago and If I remember correctly the % wasn't needed before. Not sure though.
Thanks for the help.

Re: Help with Novice Potion in Valkyrie

Posted: 22 Mar 2013, 07:01
by Angelou
It doesn't work for me, with or without %, i think is maybe the name of the item, but don't know the valid name. Can anyone help? thanks

Re: Help with Novice Potion in Valkyrie

Posted: 24 Mar 2013, 20:13
by rocknroll
Angelou wrote:It doesn't work for me, with or without %, i think is maybe the name of the item, but don't know the valid name. Can anyone help? thanks
check on console, type i to see inventory

Re: Help with Novice Potion in Valkyrie

Posted: 27 Mar 2013, 17:43
by Angelou
Now it works, was my fault, "novice potion" was out of the bracket, a newbie mistake, thanks!