Help with Novice Potion in Valkyrie

International

Moderator: Moderators

Message
Author
leajovi
Noob
Noob
Posts: 2
Joined: 10 Oct 2008, 08:29
Noob?: Yes

Help with Novice Potion in Valkyrie

#1 Post 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!

Bibian
Perl Monk
Perl Monk
Posts: 416
Joined: 04 Apr 2008, 03:08

Re: Help with Novice Potion in Valkyrie

#2 Post 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)

leajovi
Noob
Noob
Posts: 2
Joined: 10 Oct 2008, 08:29
Noob?: Yes

Re: Help with Novice Potion in Valkyrie

#3 Post 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.

Angelou
Noob
Noob
Posts: 10
Joined: 21 Mar 2013, 06:39
Noob?: Yes

Re: Help with Novice Potion in Valkyrie

#4 Post 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

rocknroll
Been there done that!
Been there done that!
Posts: 118
Joined: 19 Sep 2011, 07:30
Noob?: Yes

Re: Help with Novice Potion in Valkyrie

#5 Post 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
Sorry, my english is very bad !

Angelou
Noob
Noob
Posts: 10
Joined: 21 Mar 2013, 06:39
Noob?: Yes

Re: Help with Novice Potion in Valkyrie

#6 Post by Angelou »

Now it works, was my fault, "novice potion" was out of the bracket, a newbie mistake, thanks!

Post Reply