My auto useSelf item seems did not working

International

Moderator: Moderators

zabuza
Noob
Noob
Posts: 8
Joined: 04 Feb 2009, 13:18
Noob?: Yes

My auto useSelf item seems did not working

#1 Post by zabuza »

Hello Guys! My auto useSelf item seems did not working here my confiq:

useSelf_item Novice Potion {
hp 100
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout
disabled 0
inInventory
manualAI 0
}
but if i did not put the number of hp, he automaticaly use the novice potion over over and over (unstop) even my HP bar is full. Any Idead how to solve it? sry my bad english. :cry:
Kinggovo
Noob
Noob
Posts: 5
Joined: 05 Feb 2009, 03:21
Noob?: Yes

Re: My auto useSelf item seems did not working

#2 Post by Kinggovo »

zabuza wrote:Hello Guys! My auto useSelf item seems did not working here my confiq:


but if i did not put the number of hp, he automaticaly use the novice potion over over and over (unstop) even my HP bar is full. Any Idead how to solve it? sry my bad english. :cry:
useSelf_item Novice Potion {
hp < 30%
}
Will use a novice pot when your HP is below 30%
This is in the manual tho, Pretty basic stuff, You should look it up for help with blocks.
Shield Maiden
Noob
Noob
Posts: 4
Joined: 27 Mar 2009, 23:55
Noob?: No

Re: My auto useSelf item seems did not working

#3 Post by Shield Maiden »

Kinggovo wrote:useSelf_item Novice Potion {
hp < 30%
}
Will use a novice pot when your HP is below 30%
This is in the manual tho, Pretty basic stuff, You should look it up for help with blocks.
That's not completely correct because you must have it set as:

useSelf_item Novice Potion {
hp < 30
inLockOnly 1
notWhileSitting 1
notInTown 1
}

Don't place the % in there.
isaax190
Noob
Noob
Posts: 7
Joined: 15 Sep 2008, 10:25
Noob?: Yes

Re: My auto useSelf item seems did not working

#4 Post by isaax190 »

guys i know its the basic but...
its not working...
useSelf_item White Potion {
hp < 30
}

useSelf_item White Potion {
hp < 30%
}

i tried it and it wont work...
im using 2.0.6.1
IchBeinGott
Noob
Noob
Posts: 14
Joined: 18 Apr 2009, 14:21
Noob?: Yes

Re: My auto useSelf item seems did not working

#5 Post by IchBeinGott »

isaax190 wrote:guys i know its the basic but...
its not working...
useSelf_item White Potion {
hp < 30
}

useSelf_item White Potion {
hp < 30%
}

i tried it and it wont work...
im using 2.0.6.1
<_<
should work, i hope you put it in your config.txt under control >_> otherwise it wont work :(
isaax190
Noob
Noob
Posts: 7
Joined: 15 Sep 2008, 10:25
Noob?: Yes

Re: My auto useSelf item seems did not working

#6 Post by isaax190 »

of course i did but it wont work...
everyone says it would work but the thing is it wont...
i tried it like a million times and it wont work...
Sange
Noob
Noob
Posts: 1
Joined: 14 May 2009, 11:08
Noob?: No

Re: My auto useSelf item seems did not working

#7 Post by Sange »

Are you on iRO Valkyrie? I are having the same problem. OpenKore doesn't seem to recognize some items. Novice Potion and Red Potion aren't working for me. I used the GRT tool to update to items.txt and itemsdescription.txt to no avail. Anyone know what's going on? I'm using version 2.0.6.1.
NotABot2
Noob
Noob
Posts: 1
Joined: 29 May 2009, 16:25
Noob?: Yes

Re: My auto useSelf item seems did not working

#8 Post by NotABot2 »

im having the same problem, can anyone help?
isaax190
Noob
Noob
Posts: 7
Joined: 15 Sep 2008, 10:25
Noob?: Yes

Re: My auto useSelf item seems did not working

#9 Post by isaax190 »

i guess no one cares for now since its basic...try pmming mods
Roots
Noob
Noob
Posts: 16
Joined: 05 Jun 2009, 03:11
Noob?: No

Re: My auto useSelf item seems did not working

#10 Post by Roots »

I don't know why anyone would still have this problem. It's about as simple as it gets. For instance I use this for new bots and it works fine.

Code: Select all

useSelf_item Red Potion {
	hp < 70%
}
The OPs problem was he used

Code: Select all

hp 100
which means it would have only worked if his HP was ever 100 exactly. Furthermore he was 2.0.6.1, which is NOT supported. Please please PLEASE everyone, get the SVN version >_<