Using Cursed Water

Discussion about everything RO and OpenKore related. This place is NOT for ANY kind of support questions.

Moderator: Moderators

skywire_
Noob
Noob
Posts: 4
Joined: 05 Apr 2012, 00:42
Noob?: Yes

Using Cursed Water

#1 Post by skywire_ »

I'm trying to get my Lord Knight to use Cursed Waters so I can farm Boxes of Sunlight. The problem is, he spams it until it runs out.

Code: Select all

useSelf_item Cursed Water {
	whenStatusInactive Cursed Water
	notInTown 1

}
Help is much appreciated. :)
exc
Noob
Noob
Posts: 2
Joined: 21 Mar 2012, 00:58
Noob?: No

Re: Using Cursed Water

#2 Post by exc »

Use the item and then type s, is the status actually called Cursed Water? I haven't used them but I'm going to guess it's called like Shadow Weapon or something similar.
conan11
Noob
Noob
Posts: 10
Joined: 09 Apr 2012, 12:50
Noob?: Yes

Re: Using Cursed Water

#3 Post by conan11 »

"EFST_PROPERTYDARK Dark Weapon" Try this one or mess around with it I'm pretty sure Shadow Property is Dark one which cursed water gives.
skywire_
Noob
Noob
Posts: 4
Joined: 05 Apr 2012, 00:42
Noob?: Yes

Re: Using Cursed Water

#4 Post by skywire_ »

It says 'You use Enchantarms on yourself <Lv. 8>' when I use it but it doesn't show me the 'Enchantarms' status when I type in 's' in the command.
conan11
Noob
Noob
Posts: 10
Joined: 09 Apr 2012, 12:50
Noob?: Yes

Re: Using Cursed Water

#5 Post by conan11 »

Code: Select all

useSelf_item Cursed Water {
   whenStatusInactive EFST_PROPERTYDARK Dark Weapon
   notInTown 1

}
That should work.
skywire_
Noob
Noob
Posts: 4
Joined: 05 Apr 2012, 00:42
Noob?: Yes

Re: Using Cursed Water

#6 Post by skywire_ »

It still spams it over and over. ;_;
User avatar
SkylorD
Moderators
Moderators
Posts: 1196
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: Using Cursed Water

#7 Post by SkylorD »

whenStatusInactive EFST_PROPERTYDARK Dark Weapon
Incorrect status.

Try just Dark Weapon.

Hey, why you not use manually and see the status and you correct name ?
The status will show in console or if you type "s".
It says 'You use Enchantarms on yourself <Lv. 8>' when I use it but it doesn't show me the 'Enchantarms' status when I type in 's' in the command.
\o/
Learn rules
skywire_
Noob
Noob
Posts: 4
Joined: 05 Apr 2012, 00:42
Noob?: Yes

Re: Using Cursed Water

#8 Post by skywire_ »

Code: Select all

useSelf_item Cursed Water {
	whenStatusInactive Dark Weapon
	notInTown 1

}
Still won't work.

And the only statuses that show when I type 's' in the console commands are:

Peco Peco, Increase Agi, Blessing.

Nothing to indicate that I've used cursed water on myself. Even though I have used the item.
User avatar
SkylorD
Moderators
Moderators
Posts: 1196
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: Using Cursed Water

#9 Post by SkylorD »

Try :
whenStatusInactive Element Enchanted
Extract statusnametable of your server.

How to update your tables ! Openkore Wiki
Learn rules
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Using Cursed Water

#10 Post by EternalHarvest »

skywire_ wrote:Nothing to indicate that I've used cursed water on myself. Even though I have used the item.
Use timeout, then.