Locate Object
Locate Object
Everytime I try to cast locate object on any item it always says "You Failed" Is there something wrong with Locate object?
- Raona
- Staff
- Posts: 4944
- Joined: Fri Aug 19, 2005 3:40 pm
- Location: Waterdeep - Halls of Justice
- Contact:
Bhaal said:
CAST 'magic missile' 'kobold sorcerer'
and
CAST 'magic missile' kobold sorcerer
should both work.
CAST 'locate object' 'stinky fish'
will NOT work.
CAST 'locate object' stinky fish
WILL find the stinky fish. The reason for this (again, thank you Bhaal), is that now
CAST 'locate object' stinky fish
will locate anything with those two keywords, in any order, thus both 'a stinky fish' and 'a really stinky fish statuette'
What you can do that will always work is leave the quotes off of your final argument. I think. If anyone finds otherwise, please let me know! (In particular, I'd like to try CAST 'change gender' 'elven mage' female with and without quotes, but I haven't the spellcaster for it, on any port.)
Thanks to Amberlie, Cyprianus, and Bhaal for their help sorting this out.
Note, however, that he said CAN. So, to summarize by examples:Targeting damage spells can still use ' ' around their argument.
But for magic mirror and locate object, putting quotes around the subject of your search does not work. This only affects those two spells, not anything else
CAST 'magic missile' 'kobold sorcerer'
and
CAST 'magic missile' kobold sorcerer
should both work.
CAST 'locate object' 'stinky fish'
will NOT work.
CAST 'locate object' stinky fish
WILL find the stinky fish. The reason for this (again, thank you Bhaal), is that now
CAST 'locate object' stinky fish
will locate anything with those two keywords, in any order, thus both 'a stinky fish' and 'a really stinky fish statuette'
What you can do that will always work is leave the quotes off of your final argument. I think. If anyone finds otherwise, please let me know! (In particular, I'd like to try CAST 'change gender' 'elven mage' female with and without quotes, but I haven't the spellcaster for it, on any port.)
Thanks to Amberlie, Cyprianus, and Bhaal for their help sorting this out.
- Japcil
- Sword Grand Master
- Posts: 1143
- Joined: Fri Jun 17, 2005 5:32 pm
- Location: Golden Oaks
- Contact:
cast 'change sex' 'soldier manticore' female: worksRaona wrote:What you can do that will always work is leave the quotes off of your final argument. I think. If anyone finds otherwise, please let me know! (In particular, I'd like to try CAST 'change gender' 'elven mage' female with and without quotes, but I haven't the spellcaster for it, on any port.)
cast 'change sex' soldier manticore female: doesn't
cast 'change sex' soldier female: works
If the second string after the spell name fails a boolean check(t/f) for a gender type the spell doesnt work. The use of second quotes ('soldier manticore') tells the game when the first string ends(the target) and where the second string is to determine if the player is looking to change the target to an eligible gender.