Discussion about everything RO and OpenKore related. This place is NOT for ANY kind of support questions.
Moderator: Moderators
skywire_
Noob
Posts: 4 Joined: 05 Apr 2012, 00:42
Noob?: Yes
#1
Post
by skywire_ » 05 Apr 2012, 00:48
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
Posts: 2 Joined: 21 Mar 2012, 00:58
Noob?: No
#2
Post
by exc » 07 Apr 2012, 21:58
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
Posts: 10 Joined: 09 Apr 2012, 12:50
Noob?: Yes
#3
Post
by conan11 » 13 Apr 2012, 00:46
"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
Posts: 4 Joined: 05 Apr 2012, 00:42
Noob?: Yes
#4
Post
by skywire_ » 13 Apr 2012, 05:40
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
Posts: 10 Joined: 09 Apr 2012, 12:50
Noob?: Yes
#5
Post
by conan11 » 13 Apr 2012, 23:07
Code: Select all
useSelf_item Cursed Water {
whenStatusInactive EFST_PROPERTYDARK Dark Weapon
notInTown 1
}
That should work.
skywire_
Noob
Posts: 4 Joined: 05 Apr 2012, 00:42
Noob?: Yes
#6
Post
by skywire_ » 24 Apr 2012, 09:34
It still spams it over and over. ;_;
SkylorD
Moderators
Posts: 1196 Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
#7
Post
by SkylorD » 25 Apr 2012, 09:37
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
Posts: 4 Joined: 05 Apr 2012, 00:42
Noob?: Yes
#8
Post
by skywire_ » 25 Apr 2012, 22:52
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.
SkylorD
Moderators
Posts: 1196 Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
#9
Post
by SkylorD » 25 Apr 2012, 23:35
Try :
whenStatusInactive Element Enchanted
Extract statusnametable of your server.
How to update your tables ! Openkore Wiki
Learn rules
EternalHarvest
Developers
Posts: 1798 Joined: 05 Dec 2008, 05:42
Noob?: Yes
#10
Post
by EternalHarvest » 26 Apr 2012, 03:09
skywire_ wrote: Nothing to indicate that I've used cursed water on myself. Even though I have used the item.
Use timeout, then.